stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteCustomersCustomerBankAccountsId

Description

Contains the different functions to run the operation deleteCustomersCustomerBankAccountsId

Synopsis

Documentation

deleteCustomersCustomerBankAccountsId Source #

Arguments

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

The configuration to use in the request

-> String

customer | Constraints: Maximum length of 5000

-> String

id

-> DeleteCustomersCustomerBankAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteCustomersCustomerBankAccountsIdResponse))

Monad containing the result of the operation

DELETE /v1/customers/{customer}/bank_accounts/{id}

<p>Delete a specified source for a given customer.</p>

data DeleteCustomersCustomerBankAccountsIdRequestBody Source #

Defines the data type for the schema deleteCustomersCustomerBankAccountsIdRequestBody

Constructors

DeleteCustomersCustomerBankAccountsIdRequestBody 

Fields

Instances
Eq DeleteCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerBankAccountsId

Show DeleteCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerBankAccountsId

ToJSON DeleteCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerBankAccountsId

FromJSON DeleteCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerBankAccountsId