Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SetupIntentPaymentMethodOptionsCard
Synopsis
- data SetupIntentPaymentMethodOptionsCard = SetupIntentPaymentMethodOptionsCard {}
- mkSetupIntentPaymentMethodOptionsCard :: SetupIntentPaymentMethodOptionsCard
- data SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'
- = SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Other Value
- | SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Typed Text
- | SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAny
- | SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAutomatic
- | SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumChallengeOnly
Documentation
data SetupIntentPaymentMethodOptionsCard Source #
Defines the object schema located at components.schemas.setup_intent_payment_method_options_card
in the specification.
SetupIntentPaymentMethodOptionsCard | |
|
mkSetupIntentPaymentMethodOptionsCard :: SetupIntentPaymentMethodOptionsCard Source #
Create a new SetupIntentPaymentMethodOptionsCard
with all required fields.
data SetupIntentPaymentMethodOptionsCardRequestThreeDSecure' Source #
Defines the enum schema located at components.schemas.setup_intent_payment_method_options_card.properties.request_three_d_secure
in the specification.
We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: `automatic` or `any`. If not provided, defaults to `automatic`. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAny | Represents the JSON value |
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumAutomatic | Represents the JSON value |
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure'EnumChallengeOnly | Represents the JSON value |