stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountsAccountBankAccountsId

Description

Contains the different functions to run the operation deleteAccountsAccountBankAccountsId

Synopsis

Documentation

deleteAccountsAccountBankAccountsId Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

account | Constraints: Maximum length of 5000

-> Text

id

-> Maybe DeleteAccountsAccountBankAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteAccountsAccountBankAccountsIdResponse))

Monad containing the result of the operation

DELETE /v1/accounts/{account}/bank_accounts/{id}

<p>Delete a specified external account for a given account.</p>

data DeleteAccountsAccountBankAccountsIdRequestBody Source #

Defines the data type for the schema deleteAccountsAccountBankAccountsIdRequestBody

Instances
Eq DeleteAccountsAccountBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountBankAccountsId

Show DeleteAccountsAccountBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountBankAccountsId

ToJSON DeleteAccountsAccountBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountBankAccountsId

FromJSON DeleteAccountsAccountBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountBankAccountsId