Class Charge.PaymentMethodDetails.UsBankAccount

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

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

    • UsBankAccount

      public UsBankAccount()
  • Method Details

    • getMandate

      public String getMandate()
      Get ID of expandable mandate object.
    • setMandate

      public void setMandate(String id)
    • getMandateObject

      public Mandate getMandateObject()
      Get expanded mandate.
    • setMandateObject

      public void setMandateObject(Mandate expandableObject)
    • 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()
      Name of the bank associated with the bank account.
    • 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.
    • getPaymentReference

      public String getPaymentReference()
      Reference number to locate ACH payments with customer's bank.
    • getRoutingNumber

      public String getRoutingNumber()
      Routing number of the bank account.
    • 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)
      Name of the bank associated with the bank account.
    • 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.
    • setPaymentReference

      public void setPaymentReference(String paymentReference)
      Reference number to locate ACH payments with customer's bank.
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
      Routing 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