Class AmountInfo


  • public class AmountInfo
    extends Object
    AmountInfo
    • Constructor Detail

      • AmountInfo

        public AmountInfo()
    • Method Detail

      • getCurrency

        public String getCurrency()
        Get currency
        Returns:
        currency
      • setCurrency

        public void setCurrency​(String currency)
      • getAmount

        public Double getAmount()
        Get amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Double amount)
      • amountApplication

        public AmountInfo amountApplication​(String amountApplication)
      • getAmountApplication

        public String getAmountApplication()
        Get amountApplication
        Returns:
        amountApplication
      • setAmountApplication

        public void setAmountApplication​(String amountApplication)
      • getApplicableFeeRemarks

        public List<ApplicableFeeRemark> getApplicableFeeRemarks()
        Get applicableFeeRemarks
        Returns:
        applicableFeeRemarks
      • setApplicableFeeRemarks

        public void setApplicableFeeRemarks​(List<ApplicableFeeRemark> applicableFeeRemarks)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object