Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema PaymentMethodDetailsAchDebit
Synopsis
- data PaymentMethodDetailsAchDebit = PaymentMethodDetailsAchDebit {
- paymentMethodDetailsAchDebitAccountHolderType :: Maybe PaymentMethodDetailsAchDebitAccountHolderType'
- paymentMethodDetailsAchDebitBankName :: Maybe String
- paymentMethodDetailsAchDebitCountry :: Maybe String
- paymentMethodDetailsAchDebitFingerprint :: Maybe String
- paymentMethodDetailsAchDebitLast4 :: Maybe String
- paymentMethodDetailsAchDebitRoutingNumber :: Maybe String
- data PaymentMethodDetailsAchDebitAccountHolderType'
Documentation
data PaymentMethodDetailsAchDebit Source #
Defines the data type for the schema payment_method_details_ach_debit
PaymentMethodDetailsAchDebit | |
|
Instances
data PaymentMethodDetailsAchDebitAccountHolderType' Source #
Defines the enum schema payment_method_details_ach_debitAccount_holder_type'
Type of entity that holds the account. This can be either `individual` or `company`.