Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema PaymentMethodDetailsAchDebit
Synopsis
- data PaymentMethodDetailsAchDebit = PaymentMethodDetailsAchDebit {
- paymentMethodDetailsAchDebitAccountHolderType :: Maybe PaymentMethodDetailsAchDebitAccountHolderType'
- paymentMethodDetailsAchDebitBankName :: Maybe Text
- paymentMethodDetailsAchDebitCountry :: Maybe Text
- paymentMethodDetailsAchDebitFingerprint :: Maybe Text
- paymentMethodDetailsAchDebitLast4 :: Maybe Text
- paymentMethodDetailsAchDebitRoutingNumber :: Maybe Text
- mkPaymentMethodDetailsAchDebit :: PaymentMethodDetailsAchDebit
- data PaymentMethodDetailsAchDebitAccountHolderType'
Documentation
data PaymentMethodDetailsAchDebit Source #
Defines the object schema located at components.schemas.payment_method_details_ach_debit
in the specification.
PaymentMethodDetailsAchDebit | |
|
Instances
mkPaymentMethodDetailsAchDebit :: PaymentMethodDetailsAchDebit Source #
Create a new PaymentMethodDetailsAchDebit
with all required fields.
data PaymentMethodDetailsAchDebitAccountHolderType' Source #
Defines the enum schema located at components.schemas.payment_method_details_ach_debit.properties.account_holder_type
in the specification.
Type of entity that holds the account. This can be either `individual` or `company`.
PaymentMethodDetailsAchDebitAccountHolderType'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentMethodDetailsAchDebitAccountHolderType'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentMethodDetailsAchDebitAccountHolderType'EnumCompany | Represents the JSON value |
PaymentMethodDetailsAchDebitAccountHolderType'EnumIndividual | Represents the JSON value |