Class PlatformFee
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PlatformFee
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlatformFee
public PlatformFee()
-
-
Method Details
-
setAmount
The fee for this transaction. -
setPayee
The recipient of the fee for this transaction. If you omit this value, the default is the API caller. -
getAmount
The fee for this transaction. -
getPayee
The recipient of the fee for this transaction. If you omit this value, the default is the API caller.
-