Class Transaction.AmountDetails

    • Constructor Detail

      • AmountDetails

        public AmountDetails()
    • Method Detail

      • getAtmFee

        public java.lang.Long getAtmFee()
        The fee charged by the ATM for the cash withdrawal.
      • setAtmFee

        public void setAtmFee​(java.lang.Long atmFee)
        The fee charged by the ATM for the cash withdrawal.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object