java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PlatformFee
All Implemented Interfaces:
Serializable

public class PlatformFee extends Object implements Serializable
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • PlatformFee

      public PlatformFee()
  • Method Details

    • setAmount

      public void setAmount(Money amount)
      The fee for this transaction.
    • setPayee

      public void setPayee(Payee payee)
      The recipient of the fee for this transaction. If you omit this value, the default is the API caller.
    • getAmount

      public Money getAmount()
      The fee for this transaction.
    • getPayee

      public Payee getPayee()
      The recipient of the fee for this transaction. If you omit this value, the default is the API caller.