stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.InvoicePaymentMethodOptionsCard

Description

Contains the types generated from the schema InvoicePaymentMethodOptionsCard

Synopsis

Documentation

data InvoicePaymentMethodOptionsCard Source #

Defines the object schema located at components.schemas.invoice_payment_method_options_card in the specification.

Constructors

InvoicePaymentMethodOptionsCard 

Fields

data InvoicePaymentMethodOptionsCardRequestThreeDSecure' Source #

Defines the enum schema located at components.schemas.invoice_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. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

Constructors

InvoicePaymentMethodOptionsCardRequestThreeDSecure'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

InvoicePaymentMethodOptionsCardRequestThreeDSecure'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

InvoicePaymentMethodOptionsCardRequestThreeDSecure'EnumAny

Represents the JSON value "any"

InvoicePaymentMethodOptionsCardRequestThreeDSecure'EnumAutomatic

Represents the JSON value "automatic"

Instances

Instances details
Eq InvoicePaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsCard

Show InvoicePaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsCard

ToJSON InvoicePaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsCard

FromJSON InvoicePaymentMethodOptionsCardRequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsCard