Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer
- Enclosing class:
- PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance
public static class PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer
extends Object
-
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 the eu_bank_transfer funding type.Map of extra parameters for custom features not available in this client library.List<PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer.RequestedAddressType>
List of address types that should be returned in the financial_addresses response.getType()
Required. The list of bank transfer types that this PaymentIntent is allowed to use for funding Permitted values include:eu_bank_transfer
,gb_bank_transfer
,jp_bank_transfer
,mx_bank_transfer
, orus_bank_transfer
.
-
Method Details
-
builder
public static PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer.Builder builder() -
getEuBankTransfer
public PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer getEuBankTransfer()Configuration for the 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<PaymentIntentConfirmParams.PaymentMethodOptions.CustomerBalance.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 list of bank transfer types that this PaymentIntent is allowed to use for funding Permitted values include:eu_bank_transfer
,gb_bank_transfer
,jp_bank_transfer
,mx_bank_transfer
, orus_bank_transfer
.
-