stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PaymentMethodDetailsAchDebit

Description

Contains the types generated from the schema PaymentMethodDetailsAchDebit

Synopsis

Documentation

data PaymentMethodDetailsAchDebit Source #

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

Constructors

PaymentMethodDetailsAchDebit 

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`.

Constructors

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 "company"

PaymentMethodDetailsAchDebitAccountHolderType'EnumIndividual

Represents the JSON value "individual"