Class PayoutMethod.BankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethod.BankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PayoutMethod
For more details about BankAccount, 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 PayoutMethodBankAccount object was archived.The type of bank account (checking or savings).The name of the bank this bank account is in.The country code of the bank account.List of enabled flows for this bank account (wire or local).getLast4()
The last 4 digits of the account number.The routing number of the bank account, if present.The list of currencies supported by this bank account.int
hashCode()
void
setArchived
(Boolean archived) Whether this PayoutMethodBankAccount object was archived.void
setBankAccountType
(String bankAccountType) The type of bank account (checking or savings).void
setBankName
(String bankName) The name of the bank this bank account is in.void
setCountry
(String country) The country code of the bank account.void
setEnabledDeliveryOptions
(List<String> enabledDeliveryOptions) List of enabled flows for this bank account (wire or local).void
The last 4 digits of the account number.void
setRoutingNumber
(String routingNumber) The routing number of the bank account, if present.void
setSupportedCurrencies
(List<String> supportedCurrencies) The list of currencies supported by this bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
getArchived
Whether this PayoutMethodBankAccount object was archived. PayoutMethodBankAccount objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived PayoutMethodBankAccount objects cannot be used as payout methods and will not appear in the payout method list. -
getBankAccountType
The type of bank account (checking or savings).One of
checking
, orsavings
. -
getBankName
The name of the bank this bank account is in. This field is populated automatically by Stripe. -
getCountry
The country code of the bank account. -
getEnabledDeliveryOptions
List of enabled flows for this bank account (wire or local). -
getLast4
The last 4 digits of the account number. -
getRoutingNumber
The routing number of the bank account, if present. -
getSupportedCurrencies
The list of currencies supported by this bank account. -
setArchived
Whether this PayoutMethodBankAccount object was archived. PayoutMethodBankAccount objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived PayoutMethodBankAccount objects cannot be used as payout methods and will not appear in the payout method list. -
setBankAccountType
The type of bank account (checking or savings).One of
checking
, orsavings
. -
setBankName
The name of the bank this bank account is in. This field is populated automatically by Stripe. -
setCountry
The country code of the bank account. -
setEnabledDeliveryOptions
List of enabled flows for this bank account (wire or local). -
setLast4
The last 4 digits of the account number. -
setRoutingNumber
The routing number of the bank account, if present. -
setSupportedCurrencies
The list of currencies supported by this bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-