stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.InvoicePaymentMethodOptionsBancontact

Description

Contains the types generated from the schema InvoicePaymentMethodOptionsBancontact

Synopsis

Documentation

data InvoicePaymentMethodOptionsBancontact Source #

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

Constructors

InvoicePaymentMethodOptionsBancontact 

Fields

data InvoicePaymentMethodOptionsBancontactPreferredLanguage' Source #

Defines the enum schema located at components.schemas.invoice_payment_method_options_bancontact.properties.preferred_language in the specification.

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

Constructors

InvoicePaymentMethodOptionsBancontactPreferredLanguage'Other Value

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

InvoicePaymentMethodOptionsBancontactPreferredLanguage'Typed Text

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

InvoicePaymentMethodOptionsBancontactPreferredLanguage'EnumDe

Represents the JSON value "de"

InvoicePaymentMethodOptionsBancontactPreferredLanguage'EnumEn

Represents the JSON value "en"

InvoicePaymentMethodOptionsBancontactPreferredLanguage'EnumFr

Represents the JSON value "fr"

InvoicePaymentMethodOptionsBancontactPreferredLanguage'EnumNl

Represents the JSON value "nl"

Instances

Instances details
Eq InvoicePaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsBancontact

Show InvoicePaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsBancontact

ToJSON InvoicePaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsBancontact

FromJSON InvoicePaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.InvoicePaymentMethodOptionsBancontact