stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit

Description

Contains the types generated from the schema PaymentIntentPaymentMethodOptionsAcssDebit

Synopsis

Documentation

data PaymentIntentPaymentMethodOptionsAcssDebit Source #

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

data PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod' Source #

Defines the enum schema located at components.schemas.payment_intent_payment_method_options_acss_debit.properties.verification_method in the specification.

Bank account verification method.

Constructors

PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'Other Value

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

PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'Typed Text

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

PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumAutomatic

Represents the JSON value "automatic"

PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumInstant

Represents the JSON value "instant"

PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumMicrodeposits

Represents the JSON value "microdeposits"

Instances

Instances details
Eq PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod' Source # 
Instance details

Defined in StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit

Show PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod' Source # 
Instance details

Defined in StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit

ToJSON PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod' Source # 
Instance details

Defined in StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit

FromJSON PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod' Source # 
Instance details

Defined in StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit