Class OutboundSetupIntentCreateParams.PayoutMethodData.BankAccount
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentCreateParams.PayoutMethodData.BankAccount
- Enclosing class:
- OutboundSetupIntentCreateParams.PayoutMethodData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The account number or IBAN of the bank account.Closed Enum.The branch number of the bank account, if present.Required. The country code of the bank account.Map of extra parameters for custom features not available in this client library.The routing number of the bank account, if present.The swift code of the bank account, if present.int
hashCode()
-
Method Details
-
builder
-
getAccountNumber
Required. The account number or IBAN of the bank account. -
getBankAccountType
public OutboundSetupIntentCreateParams.PayoutMethodData.BankAccount.BankAccountType getBankAccountType()Closed Enum. The type of the bank account (checking or savings). -
getBranchNumber
The branch number of the bank account, if present. -
getCountry
Required. The country code of the bank account. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getRoutingNumber
The routing number of the bank account, if present. -
getSwiftCode
The swift code of the bank account, if present. -
equals
-
canEqual
-
hashCode
public int hashCode()
-