stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteCustomersCustomerDiscount

Description

Contains the different functions to run the operation deleteCustomersCustomerDiscount

Synopsis

Documentation

deleteCustomersCustomerDiscount Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

customer | Constraints: Maximum length of 5000

-> ClientT m (Response DeleteCustomersCustomerDiscountResponse)

Monadic computation which returns the result of the operation

DELETE /v1/customers/{customer}/discount

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