stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.InvoicesPaymentMethodOptions

Description

Contains the types generated from the schema InvoicesPaymentMethodOptions

Synopsis

Documentation

data InvoicesPaymentMethodOptions Source #

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

Constructors

InvoicesPaymentMethodOptions 

Fields

data InvoicesPaymentMethodOptionsBancontact' Source #

Defines the object schema located at components.schemas.invoices_payment_method_options.properties.bancontact.anyOf in the specification.

If paying by \`bancontact\`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.

Constructors

InvoicesPaymentMethodOptionsBancontact' 

Fields

data InvoicesPaymentMethodOptionsBancontact'PreferredLanguage' Source #

Defines the enum schema located at components.schemas.invoices_payment_method_options.properties.bancontact.anyOf.properties.preferred_language in the specification.

Preferred language of the Bancontact authorization page that the customer is redirected to.

Constructors

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'Other Value

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

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'Typed Text

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

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'EnumDe

Represents the JSON value "de"

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'EnumEn

Represents the JSON value "en"

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'EnumFr

Represents the JSON value "fr"

InvoicesPaymentMethodOptionsBancontact'PreferredLanguage'EnumNl

Represents the JSON value "nl"

Instances

Instances details
Eq InvoicesPaymentMethodOptionsBancontact'PreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

Show InvoicesPaymentMethodOptionsBancontact'PreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

ToJSON InvoicesPaymentMethodOptionsBancontact'PreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

FromJSON InvoicesPaymentMethodOptionsBancontact'PreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

data InvoicesPaymentMethodOptionsCard' Source #

Defines the object schema located at components.schemas.invoices_payment_method_options.properties.card.anyOf in the specification.

If paying by \`card\`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.

Constructors

InvoicesPaymentMethodOptionsCard' 

Fields

data InvoicesPaymentMethodOptionsCard'RequestThreeDSecure' Source #

Defines the enum schema located at components.schemas.invoices_payment_method_options.properties.card.anyOf.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

InvoicesPaymentMethodOptionsCard'RequestThreeDSecure'Other Value

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

InvoicesPaymentMethodOptionsCard'RequestThreeDSecure'Typed Text

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

InvoicesPaymentMethodOptionsCard'RequestThreeDSecure'EnumAny

Represents the JSON value "any"

InvoicesPaymentMethodOptionsCard'RequestThreeDSecure'EnumAutomatic

Represents the JSON value "automatic"

Instances

Instances details
Eq InvoicesPaymentMethodOptionsCard'RequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

Show InvoicesPaymentMethodOptionsCard'RequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

ToJSON InvoicesPaymentMethodOptionsCard'RequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions

FromJSON InvoicesPaymentMethodOptionsCard'RequestThreeDSecure' Source # 
Instance details

Defined in StripeAPI.Types.InvoicesPaymentMethodOptions