Package com.stripe.param
Class CustomerCreateFundingInstructionsParams.BankTransfer
java.lang.Object
com.stripe.param.CustomerCreateFundingInstructionsParams.BankTransfer
- Enclosing class:
- CustomerCreateFundingInstructionsParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
Add all map key/value pairs to `extraParams` map.static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Configuration for eu_bank_transfer funding type.Map of extra parameters for custom features not available in this client library.List of address types that should be returned in the financial_addresses response.getType()
Required. The type of thebank_transfer
-
Method Details
-
builder
-
getEuBankTransfer
Configuration for eu_bank_transfer funding type. -
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. -
getRequestedAddressTypes
public List<CustomerCreateFundingInstructionsParams.BankTransfer.RequestedAddressType> getRequestedAddressTypes()List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.Permitted values include:
sort_code
,zengin
,iban
, orspei
. -
getType
Required. The type of thebank_transfer
-