Package com.stripe.model
Class PaymentMethod.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
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.The name of the bank.The ID of the Financial Connections Account used to create the payment method.Uniquely identifies this particular bank account.getLast4()
Last four digits of the bank account number.Contains information about US bank account networks that can be used.Routing number of the bank account.Contains information about the future reusability of this PaymentMethod.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) The name of the bank.void
setFinancialConnectionsAccount
(String financialConnectionsAccount) The ID of the Financial Connections Account used to create the payment method.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.void
Contains information about US bank account networks that can be used.void
setRoutingNumber
(String routingNumber) Routing number of the bank account.void
setStatusDetails
(PaymentMethod.UsBankAccount.StatusDetails statusDetails) Contains information about the future reusability of this PaymentMethod.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
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
The name of the bank. -
getFinancialConnectionsAccount
The ID of the Financial Connections Account used to create the payment method. -
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. -
getNetworks
Contains information about US bank account networks that can be used. -
getRoutingNumber
Routing number of the bank account. -
getStatusDetails
Contains information about the future reusability of this PaymentMethod. -
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
The name of the bank. -
setFinancialConnectionsAccount
The ID of the Financial Connections Account used to create the payment method. -
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. -
setNetworks
Contains information about US bank account networks that can be used. -
setRoutingNumber
Routing number of the bank account. -
setStatusDetails
Contains information about the future reusability of this PaymentMethod. -
equals
-
canEqual
-
hashCode
public int hashCode()
-