Class Charge.PaymentMethodDetails.AchDebit

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AchDebit
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.AchDebit extends StripeObject
  • Constructor Details

    • AchDebit

      public AchDebit()
  • Method Details

    • getAccountHolderType

      public String getAccountHolderType()
      Type of entity that holds the account. This can be either individual or company.

      One of company, or individual.

    • getBankName

      public String getBankName()
      Name of the bank associated with the bank account.
    • getCountry

      public String getCountry()
      Two-letter ISO code representing the country the bank account is located in.
    • 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.
    • getRoutingNumber

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

      public void setAccountHolderType(String accountHolderType)
      Type of entity that holds the account. This can be either individual or company.

      One of company, or individual.

    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the bank account.
    • setCountry

      public void setCountry(String country)
      Two-letter ISO code representing the country the bank account is located in.
    • 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.
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
      Routing transit number of the bank account.
    • 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