SavePaymentMethodOptInBehavior
public enum SavePaymentMethodOptInBehavior
Options for the default state of save payment method controls @note Some jurisdications may have rules governing the ability to default to opt-in behaviors
-
(Default) The SDK will apply opt-in behavior for supported countries. Currently, this behavior is supported in the US.
Declaration
Swift
case automatic
-
The control will always default to unselected and users will have to explicitly interact to save their payment method
Declaration
Swift
case requiresOptIn
-
The control will always default to selected and users will have to explicitly interact to not save their payment method
Declaration
Swift
case requiresOptOut