stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodOptionsBancontact

Description

Contains the types generated from the schema PaymentMethodOptionsBancontact

Synopsis

Documentation

data PaymentMethodOptionsBancontact Source #

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

Constructors

PaymentMethodOptionsBancontact 

Fields

data PaymentMethodOptionsBancontactPreferredLanguage' Source #

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

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

Constructors

PaymentMethodOptionsBancontactPreferredLanguage'Other Value

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

PaymentMethodOptionsBancontactPreferredLanguage'Typed Text

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

PaymentMethodOptionsBancontactPreferredLanguage'EnumDe

Represents the JSON value "de"

PaymentMethodOptionsBancontactPreferredLanguage'EnumEn

Represents the JSON value "en"

PaymentMethodOptionsBancontactPreferredLanguage'EnumFr

Represents the JSON value "fr"

PaymentMethodOptionsBancontactPreferredLanguage'EnumNl

Represents the JSON value "nl"

Instances

Instances details
Eq PaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodOptionsBancontact

Show PaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodOptionsBancontact

ToJSON PaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodOptionsBancontact

FromJSON PaymentMethodOptionsBancontactPreferredLanguage' Source # 
Instance details

Defined in StripeAPI.Types.PaymentMethodOptionsBancontact