stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteCustomersCustomerTaxIdsId

Description

Contains the different functions to run the operation deleteCustomersCustomerTaxIdsId

Synopsis

Documentation

deleteCustomersCustomerTaxIdsId Source #

Arguments

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

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Text

id

-> Maybe DeleteCustomersCustomerTaxIdsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteCustomersCustomerTaxIdsIdResponse))

Monad containing the result of the operation

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

<p>Deletes an existing <code>TaxID</code> object.</p>

data DeleteCustomersCustomerTaxIdsIdRequestBody Source #

Defines the data type for the schema deleteCustomersCustomerTaxIdsIdRequestBody