Stripe.Params.AccountSessionCreateParams.Components.IssuingCardsList.Features
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.AccountSessionCreateParams.Components.IssuingCardsList.Features{ card_management: boolean() | nil, card_spend_dispute_management: boolean() | nil, cardholder_management: boolean() | nil, disable_stripe_user_authentication: boolean() | nil, spend_control_management: boolean() | nil }
card_management- Whether to allow card management features.card_spend_dispute_management- Whether to allow card spend dispute management features.cardholder_management- Whether to allow cardholder management features.disable_stripe_user_authentication- Whether Stripe user authentication is disabled. This value can only betruefor accounts wherecontroller.requirement_collectionisapplicationfor the account. The default value is the opposite of theexternal_account_collectionvalue. For example, if you don't setexternal_account_collection, it defaults totrueanddisable_stripe_user_authenticationdefaults tofalse.spend_control_management- Whether to allow spend control management features.