Class FinancialAccount.FinancialAddress.Aba

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.FinancialAddress.Aba
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccount.FinancialAddress

public static class FinancialAccount.FinancialAddress.Aba extends StripeObject
ABA Records contain U.S. bank account details per the ABA format.
  • Constructor Details

    • Aba

      public Aba()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
    • getAccountNumber

      public String getAccountNumber()
    • getAccountNumberLast4

      public String getAccountNumberLast4()
    • getBankName

      public String getBankName()
    • getRoutingNumber

      public String getRoutingNumber()
    • setAccountHolderName

      public void setAccountHolderName(String accountHolderName)
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
    • setAccountNumberLast4

      public void setAccountNumberLast4(String accountNumberLast4)
    • setBankName

      public void setBankName(String bankName)
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object