ConnectEmbeddedIssuingCardsListFeatures
Summary
Types
@type t() :: %StripeElixir.Resources.IssuingCardsListFeatures{ card_management: boolean(), card_spend_dispute_management: boolean(), cardholder_management: boolean(), disable_stripe_user_authentication: boolean(), spend_control_management: boolean() }
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.