stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteCustomersCustomerDiscount

Description

Contains the different functions to run the operation deleteCustomersCustomerDiscount

Synopsis

Documentation

deleteCustomersCustomerDiscount Source #

Arguments

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

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Maybe DeleteCustomersCustomerDiscountRequestBody

The request body to send

-> m (Either HttpException (Response DeleteCustomersCustomerDiscountResponse))

Monad containing the result of the operation

DELETE /v1/customers/{customer}/discount

<p>Removes the currently applied discount on a customer.</p>

data DeleteCustomersCustomerDiscountRequestBody Source #

Defines the data type for the schema deleteCustomersCustomerDiscountRequestBody