Class NetAmountBreakdownItem

    • Constructor Detail

      • NetAmountBreakdownItem

        public NetAmountBreakdownItem()
    • Method Detail

      • setConvertedAmount

        public void setConvertedAmount​(Money convertedAmount)
        The converted payable amount.
      • setExchangeRate

        public void setExchangeRate​(ExchangeRate exchangeRate)
        The exchange rate that determines the amount that was debited from the merchant's PayPal account.
      • setPayableAmount

        public void setPayableAmount​(Money payableAmount)
        The net amount debited from the merchant's PayPal account.
      • getConvertedAmount

        public Money getConvertedAmount()
        The converted payable amount.
      • getExchangeRate

        public ExchangeRate getExchangeRate()
        The exchange rate that determines the amount that was debited from the merchant's PayPal account.
      • getPayableAmount

        public Money getPayableAmount()
        The net amount debited from the merchant's PayPal account.