Class CurrencyAmount

    • Method Detail

      • getAmount

        public String getAmount()
        Value of the amount in whole currency units (USD 123.45 = "123.45")
      • setAmount

        public void setAmount​(String amount)
        Value of the amount in whole currency units (USD 123.45 = "123.45")
      • getAmountInHundredths

        public String getAmountInHundredths()
        Value of the amount in hundredths, i.e. (USD 123.45 = "12345", JYP 1 = "100")
      • setAmountInHundredths

        public void setAmountInHundredths​(String amountInHundredths)
        Value of the amount in hundredths, i.e. (USD 123.45 = "12345", JYP 1 = "100")
      • setCurrency

        public void setCurrency​(String currency)
        Currency in which amount is given
      • setOffsettedAmount

        public void setOffsettedAmount​(String offsettedAmount)
        Value of the amount in cents (USD 123.45 = "12345")