stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountCapabilities

Description

Contains the types generated from the schema AccountCapabilities

Synopsis

Documentation

data AccountCapabilities Source #

Defines the data type for the schema account_capabilities

Constructors

AccountCapabilities 

Fields

data AccountCapabilitiesCardIssuing' Source #

Defines the enum schema account_capabilitiesCard_issuing'

The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards

data AccountCapabilitiesCardPayments' Source #

Defines the enum schema account_capabilitiesCard_payments'

The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.

data AccountCapabilitiesLegacyPayments' Source #

Defines the enum schema account_capabilitiesLegacy_payments'

The status of the legacy payments capability of the account.

data AccountCapabilitiesTransfers' Source #

Defines the enum schema account_capabilitiesTransfers'

The status of the transfers capability of the account, or whether your platform can transfer funds to the account.