Class NetAmountBreakdownItem
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.NetAmountBreakdownItem
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe converted payable amount.The exchange rate that determines the amount that was debited from the merchant's PayPal account.The net amount debited from the merchant's PayPal account.void
setConvertedAmount
(Money convertedAmount) The converted payable amount.void
setExchangeRate
(ExchangeRate exchangeRate) The exchange rate that determines the amount that was debited from the merchant's PayPal account.void
setPayableAmount
(Money payableAmount) The net amount debited from the merchant's PayPal account.
-
Constructor Details
-
NetAmountBreakdownItem
public NetAmountBreakdownItem()
-
-
Method Details
-
setConvertedAmount
The converted payable amount. -
setExchangeRate
The exchange rate that determines the amount that was debited from the merchant's PayPal account. -
setPayableAmount
The net amount debited from the merchant's PayPal account. -
getConvertedAmount
The converted payable amount. -
getExchangeRate
The exchange rate that determines the amount that was debited from the merchant's PayPal account. -
getPayableAmount
The net amount debited from the merchant's PayPal account.
-