| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.PaymentIntentPaymentMethodOptionsAcssDebit
Description
Contains the types generated from the schema PaymentIntentPaymentMethodOptionsAcssDebit
Synopsis
- data PaymentIntentPaymentMethodOptionsAcssDebit = PaymentIntentPaymentMethodOptionsAcssDebit {}
- mkPaymentIntentPaymentMethodOptionsAcssDebit :: PaymentIntentPaymentMethodOptionsAcssDebit
- data PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'
- = PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'Other Value
- | PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'Typed Text
- | PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumAutomatic
- | PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumInstant
- | PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumMicrodeposits
Documentation
data PaymentIntentPaymentMethodOptionsAcssDebit Source #
Defines the object schema located at components.schemas.payment_intent_payment_method_options_acss_debit in the specification.
Constructors
| PaymentIntentPaymentMethodOptionsAcssDebit | |
Fields
| |
Instances
mkPaymentIntentPaymentMethodOptionsAcssDebit :: PaymentIntentPaymentMethodOptionsAcssDebit Source #
Create a new PaymentIntentPaymentMethodOptionsAcssDebit with all required fields.
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 |
| PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumInstant | Represents the JSON value |
| PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod'EnumMicrodeposits | Represents the JSON value |