Package com.stripe.model.v2.core.vault
Class GbBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.vault.GbBankAccount
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ConfirmationOfPayee, 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 boolean
boolean
Whether this bank account object was archived.Closed Enum.The name of the bank.Information around the status of Confirmation of Payee matching done on this bank account.Creation time.getId()
The ID of the GBBankAccount object.getLast4()
The last 4 digits of the account number or IBAN.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 Sort Code of the bank account.int
hashCode()
void
setArchived
(Boolean archived) Whether this bank account object was archived.void
setBankAccountType
(String bankAccountType) Closed Enum.void
setBankName
(String bankName) The name of the bank.void
setConfirmationOfPayee
(GbBankAccount.ConfirmationOfPayee confirmationOfPayee) Information around the status of Confirmation of Payee matching done on this bank account.void
setCreated
(Instant created) Creation time.void
The ID of the GBBankAccount object.void
The last 4 digits of the account number or IBAN.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
setSortCode
(String sortCode) The Sort Code of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
GbBankAccount
public GbBankAccount()
-
-
Method Details
-
getArchived
Whether this bank account object was archived. Bank account objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived bank account objects cannot be used as outbound destinations and will not appear in the outbound destination list. -
getBankAccountType
Closed Enum. The type of the bank account (checking or savings).One of
checking
, orsavings
. -
getBankName
The name of the bank. -
getConfirmationOfPayee
Information around the status of Confirmation of Payee matching done on this bank account. Confirmation of Payee is a name matching service that must be done before making OutboundPayments in the UK. -
getCreated
Creation time. -
getLast4
The last 4 digits of the account number or IBAN. -
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.gb_bank_account
. -
getSortCode
The Sort Code of the bank account. -
setArchived
Whether this bank account object was archived. Bank account objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived bank account objects cannot be used as outbound destinations and will not appear in the outbound destination list. -
setBankAccountType
Closed Enum. The type of the bank account (checking or savings).One of
checking
, orsavings
. -
setBankName
The name of the bank. -
setConfirmationOfPayee
Information around the status of Confirmation of Payee matching done on this bank account. Confirmation of Payee is a name matching service that must be done before making OutboundPayments in the UK. -
setCreated
Creation time. -
setId
The ID of the GBBankAccount object. -
setLast4
The last 4 digits of the account number or IBAN. -
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.gb_bank_account
. -
setSortCode
The Sort Code of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of the GBBankAccount object.
-