stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountsAccountExternalAccountsId

Description

Contains the different functions to run the operation deleteAccountsAccountExternalAccountsId

Synopsis

Documentation

deleteAccountsAccountExternalAccountsId 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 DeleteAccountsAccountExternalAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteAccountsAccountExternalAccountsIdResponse))

Monad containing the result of the operation

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

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

data DeleteAccountsAccountExternalAccountsIdRequestBody Source #

Defines the data type for the schema deleteAccountsAccountExternalAccountsIdRequestBody

Instances
Eq DeleteAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountExternalAccountsId

Show DeleteAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountExternalAccountsId

ToJSON DeleteAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountExternalAccountsId

FromJSON DeleteAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteAccountsAccountExternalAccountsId