Class AccountStateLimit


  • public class AccountStateLimit
    extends Object
    AccountStateLimit
    • Constructor Detail

      • AccountStateLimit

        public AccountStateLimit()
    • Method Detail

      • getAmount

        public Long getAmount()
        the amount value in minor units
        Returns:
        amount
      • setAmount

        public void setAmount​(Long amount)
      • getCurrency

        public String getCurrency()
        the amount three letter currency code (ISO 4217)
        Returns:
        currency
      • setCurrency

        public void setCurrency​(String currency)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object