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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Account 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 expandablemandate
object.Get expandedmandate
.Reference number to locate ACH payments with customer's bank.Routing number of the bank account.int
hashCode()
void
setAccountHolderType
(String accountHolderType) Account holder type: individual or company.void
setAccountType
(String accountType) Account type: checkings or savings.void
setBankName
(String bankName) Name of the bank associated with the bank account.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.void
setMandate
(String id) void
setMandateObject
(Mandate expandableObject) void
setPaymentReference
(String paymentReference) Reference number to locate ACH payments with customer's bank.void
setRoutingNumber
(String routingNumber) Routing number of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getMandate
Get ID of expandablemandate
object. -
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()
-