Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.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 booleanbooleanThe type of entity that holds the account.The type of the bank account.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.The ACH payment reference for this transaction.The routing number for the bank account.inthashCode()voidsetAccountHolderType(String accountHolderType) The type of entity that holds the account.voidsetAccountType(String accountType) The type of the bank account.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) The ACH payment reference for this transaction.voidsetRoutingNumber(String routingNumber) The routing number for 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
The type of entity that holds the account. This can be either 'individual' or 'company'.One of
company, orindividual. -
getAccountType
The type of the bank account. This can be either 'checking' or 'savings'.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
The ACH payment reference for this transaction. -
getRoutingNumber
The routing number for the bank account. -
setAccountHolderType
The type of entity that holds the account. This can be either 'individual' or 'company'.One of
company, orindividual. -
setAccountType
The type of the bank account. This can be either 'checking' or 'savings'.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
The ACH payment reference for this transaction. -
setRoutingNumber
The routing number for the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-