stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

Description

Contains the types generated from the schema SetupAttemptPaymentMethodDetailsIdeal

Synopsis

Documentation

data SetupAttemptPaymentMethodDetailsIdeal Source #

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

Constructors

SetupAttemptPaymentMethodDetailsIdeal 

Fields

data SetupAttemptPaymentMethodDetailsIdealBank' Source #

Defines the enum schema located at components.schemas.setup_attempt_payment_method_details_ideal.properties.bank in the specification.

The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `handelsbanken`, `ing`, `knab`, `moneyou`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, or `van_lanschot`.

Constructors

SetupAttemptPaymentMethodDetailsIdealBank'Other Value

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

SetupAttemptPaymentMethodDetailsIdealBank'Typed Text

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

SetupAttemptPaymentMethodDetailsIdealBank'EnumAbnAmro

Represents the JSON value "abn_amro"

SetupAttemptPaymentMethodDetailsIdealBank'EnumAsnBank

Represents the JSON value "asn_bank"

SetupAttemptPaymentMethodDetailsIdealBank'EnumBunq

Represents the JSON value "bunq"

SetupAttemptPaymentMethodDetailsIdealBank'EnumHandelsbanken

Represents the JSON value "handelsbanken"

SetupAttemptPaymentMethodDetailsIdealBank'EnumIng

Represents the JSON value "ing"

SetupAttemptPaymentMethodDetailsIdealBank'EnumKnab

Represents the JSON value "knab"

SetupAttemptPaymentMethodDetailsIdealBank'EnumMoneyou

Represents the JSON value "moneyou"

SetupAttemptPaymentMethodDetailsIdealBank'EnumRabobank

Represents the JSON value "rabobank"

SetupAttemptPaymentMethodDetailsIdealBank'EnumRegiobank

Represents the JSON value "regiobank"

SetupAttemptPaymentMethodDetailsIdealBank'EnumRevolut

Represents the JSON value "revolut"

SetupAttemptPaymentMethodDetailsIdealBank'EnumSnsBank

Represents the JSON value "sns_bank"

SetupAttemptPaymentMethodDetailsIdealBank'EnumTriodosBank

Represents the JSON value "triodos_bank"

SetupAttemptPaymentMethodDetailsIdealBank'EnumVanLanschot

Represents the JSON value "van_lanschot"

data SetupAttemptPaymentMethodDetailsIdealBic' Source #

Defines the enum schema located at components.schemas.setup_attempt_payment_method_details_ideal.properties.bic in the specification.

The Bank Identifier Code of the customer's bank.

data SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebit'Variants Source #

Defines the oneOf schema located at components.schemas.setup_attempt_payment_method_details_ideal.properties.generated_sepa_debit.anyOf in the specification.

The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.

Instances

Instances details
Eq SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebit'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

Show SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebit'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

ToJSON SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebit'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

FromJSON SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebit'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

data SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebitMandate'Variants Source #

Defines the oneOf schema located at components.schemas.setup_attempt_payment_method_details_ideal.properties.generated_sepa_debit_mandate.anyOf in the specification.

The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.

Instances

Instances details
Eq SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebitMandate'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

Show SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebitMandate'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

ToJSON SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebitMandate'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal

FromJSON SetupAttemptPaymentMethodDetailsIdealGeneratedSepaDebitMandate'Variants Source # 
Instance details

Defined in StripeAPI.Types.SetupAttemptPaymentMethodDetailsIdeal