Learn R Programming

RStripe (version 0.1)

stripe_delete_customer_discount: Delete a customer discount.

Description

Delete a discout from a customer.

Usage

stripe_delete_customer_discount(api_key, customer_id)

Arguments

api_key
Your Stripe API Key
customer_id
The identifier of the customer who has the discount to be deleted.

Value

Returns a data frame deleted true if if succeeded.