stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountBankAccountsId

Description

Contains the different functions to run the operation deleteAccountBankAccountsId

Synopsis

Documentation

deleteAccountBankAccountsId Source #

Arguments

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

The configuration to use in the request

-> Text

id

-> Maybe DeleteAccountBankAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteAccountBankAccountsIdResponse))

Monad containing the result of the operation

DELETE /v1/account/bank_accounts/{id}

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

data DeleteAccountBankAccountsIdRequestBody Source #

Defines the data type for the schema deleteAccountBankAccountsIdRequestBody