Package com.stripe.model.v2.core.vault
Class UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.vault.UsBankAccount
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether this USBankAccount object was archived.Closed Enum.The name of the bank this bank account belongs to.Creation time of the object.The fedwire routing number of the bank account.getId()
The ID of the USBankAccount object.getLast4()
The last 4 digits of the account number.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.String representing the object's type.The ACH routing number of the bank account.int
hashCode()
void
setArchived
(Boolean archived) Whether this USBankAccount object was archived.void
setBankAccountType
(String bankAccountType) Closed Enum.void
setBankName
(String bankName) The name of the bank this bank account belongs to.void
setCreated
(Instant created) Creation time of the object.void
setFedwireRoutingNumber
(String fedwireRoutingNumber) The fedwire routing number of the bank account.void
The ID of the USBankAccount object.void
The last 4 digits of the account number.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
String representing the object's type.void
setRoutingNumber
(String routingNumber) The ACH 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
-
getArchived
Whether this USBankAccount object was archived. -
getBankAccountType
Closed Enum. The type of bank account (checking or savings).One of
checking
, orsavings
. -
getBankName
The name of the bank this bank account belongs to. This field is populated automatically by Stripe based on the routing number. -
getCreated
Creation time of the object. -
getFedwireRoutingNumber
The fedwire routing number of the bank account. -
getLast4
The last 4 digits of the account number. -
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.core.vault.us_bank_account
. -
getRoutingNumber
The ACH routing number of the bank account. -
setArchived
Whether this USBankAccount object was archived. -
setBankAccountType
Closed Enum. The type of bank account (checking or savings).One of
checking
, orsavings
. -
setBankName
The name of the bank this bank account belongs to. This field is populated automatically by Stripe based on the routing number. -
setCreated
Creation time of the object. -
setFedwireRoutingNumber
The fedwire routing number of the bank account. -
setId
The ID of the USBankAccount object. -
setLast4
The last 4 digits of the account number. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.core.vault.us_bank_account
. -
setRoutingNumber
The ACH routing number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of the USBankAccount object.
-