Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions.CustomerBalance.BankTransfer
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions.CustomerBalance.BankTransfer
- Enclosing class:
- SessionCreateParams.PaymentMethodOptions.CustomerBalance
public static class SessionCreateParams.PaymentMethodOptions.CustomerBalance.BankTransfer
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumAdd 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()The list of bank transfer types that this PaymentIntent is allowed to use for funding.
-
Method Details
-
builder
public static SessionCreateParams.PaymentMethodOptions.CustomerBalance.BankTransfer.Builder builder() -
getEuBankTransfer
public SessionCreateParams.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer 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@SerializedNamevalue. 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<SessionCreateParams.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
The list of bank transfer types that this PaymentIntent is allowed to use for funding. Permitted values include:us_bank_account,eu_bank_account,id_bank_account,gb_bank_account,jp_bank_account,mx_bank_account,eu_bank_transfer,gb_bank_transfer,id_bank_transfer,jp_bank_transfer,mx_bank_transfer, orus_bank_transfer.
-