Package com.stripe.model
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
For more details about UsBankAccount, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAccount holder type: individual or company.Account type: checkings or savings.Name of the bank associated with the bank account.Uniquely identifies this particular bank account.getLast4()Last four digits of the bank account number.Get ID of expandablemandateobject.Get expandedmandate.Reference number to locate ACH payments with customer's bank.Routing number of the bank account.inthashCode()voidsetAccountHolderType(String accountHolderType) Account holder type: individual or company.voidsetAccountType(String accountType) Account type: checkings or savings.voidsetBankName(String bankName) Name of the bank associated with the bank account.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidLast four digits of the bank account number.voidsetMandate(String id) voidsetMandateObject(Mandate expandableObject) voidsetPaymentReference(String paymentReference) Reference number to locate ACH payments with customer's bank.voidsetRoutingNumber(String routingNumber) Routing number of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getMandate
Get ID of expandablemandateobject. -
setMandate
-
getMandateObject
Get expandedmandate. -
setMandateObject
-
getAccountHolderType
Account holder type: individual or company.One of
company, orindividual. -
getAccountType
Account type: checkings or savings. Defaults to checking if omitted.One of
checking, orsavings. -
getBankName
Name of the bank associated with the bank account. -
getFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
getLast4
Last four digits of the bank account number. -
getPaymentReference
Reference number to locate ACH payments with customer's bank. -
getRoutingNumber
Routing number of the bank account. -
setAccountHolderType
Account holder type: individual or company.One of
company, orindividual. -
setAccountType
Account type: checkings or savings. Defaults to checking if omitted.One of
checking, orsavings. -
setBankName
Name of the bank associated with the bank account. -
setFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
setLast4
Last four digits of the bank account number. -
setPaymentReference
Reference number to locate ACH payments with customer's bank. -
setRoutingNumber
Routing number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-