Class PaymentMethod.UsBankAccount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.UsBankAccount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

public static class PaymentMethod.UsBankAccount extends StripeObject
  • Constructor Details

    • UsBankAccount

      public UsBankAccount()
  • Method Details

    • getAccountHolderType

      public String getAccountHolderType()
      Account holder type: individual or company.

      One of company, or individual.

    • getAccountType

      public String getAccountType()
      Account type: checkings or savings. Defaults to checking if omitted.

      One of checking, or savings.

    • getBankName

      public String getBankName()
      The name of the bank.
    • getFinancialConnectionsAccount

      public String getFinancialConnectionsAccount()
      The ID of the Financial Connections Account used to create the payment method.
    • getFingerprint

      public String getFingerprint()
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • getLast4

      public String getLast4()
      Last four digits of the bank account number.
    • getNetworks

      Contains information about US bank account networks that can be used.
    • getRoutingNumber

      public String getRoutingNumber()
      Routing number of the bank account.
    • getStatusDetails

      public PaymentMethod.UsBankAccount.StatusDetails getStatusDetails()
      Contains information about the future reusability of this PaymentMethod.
    • setAccountHolderType

      public void setAccountHolderType(String accountHolderType)
      Account holder type: individual or company.

      One of company, or individual.

    • setAccountType

      public void setAccountType(String accountType)
      Account type: checkings or savings. Defaults to checking if omitted.

      One of checking, or savings.

    • setBankName

      public void setBankName(String bankName)
      The name of the bank.
    • setFinancialConnectionsAccount

      public void setFinancialConnectionsAccount(String financialConnectionsAccount)
      The ID of the Financial Connections Account used to create the payment method.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • setLast4

      public void setLast4(String last4)
      Last four digits of the bank account number.
    • setNetworks

      public void setNetworks(PaymentMethod.UsBankAccount.Networks networks)
      Contains information about US bank account networks that can be used.
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
      Routing number of the bank account.
    • setStatusDetails

      public void setStatusDetails(PaymentMethod.UsBankAccount.StatusDetails statusDetails)
      Contains information about the future reusability of this PaymentMethod.
    • 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