Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_delete_subscription_discount: Delete a subscription discount.
Description
Delete a discount from a customer's subscription.
Usage
stripe_delete_subscription_discount(api_key, customer_id, subscription_id)
Arguments
api_key
Your Stripe API Key
customer_id
The identifier of the customer who has the discount to be deleted.
subscription_id
The identifier of the subscription.
Value
Returns a data frame deleted true if if succeeded.