Class Charge.PaymentMethodDetails.AchCreditTransfer

    • Constructor Detail

      • AchCreditTransfer

        public AchCreditTransfer()
    • Method Detail

      • getAccountNumber

        public java.lang.String getAccountNumber()
        Account number to transfer funds to.
      • getBankName

        public java.lang.String getBankName()
        Name of the bank associated with the routing number.
      • getRoutingNumber

        public java.lang.String getRoutingNumber()
        Routing transit number for the bank account to transfer funds to.
      • getSwiftCode

        public java.lang.String getSwiftCode()
        SWIFT code of the bank associated with the routing number.
      • setAccountNumber

        public void setAccountNumber​(java.lang.String accountNumber)
        Account number to transfer funds to.
      • setBankName

        public void setBankName​(java.lang.String bankName)
        Name of the bank associated with the routing number.
      • setRoutingNumber

        public void setRoutingNumber​(java.lang.String routingNumber)
        Routing transit number for the bank account to transfer funds to.
      • setSwiftCode

        public void setSwiftCode​(java.lang.String swiftCode)
        SWIFT code of the bank associated with the routing number.
      • 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