Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_update_coupon: Update a coupon.
Description
Update the information about a coupon.
Usage
stripe_update_coupon(api_key, coupon_id, args)
Arguments
api_key
Your Stripe API Key
coupon_id
The coupon you want to update.
args
An list which can contain:
description
optional
The description of the transfer.
metadata
optional
A list which can contain anything to further describe.
Value
A data frame with the new coupon information if succeeded.