stripe_update_coupon: Update a coupon.

Description Usage Arguments Value

View source: R/coupons.R

Description

Update the information about a coupon.

Usage

1
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.


RStripe documentation built on May 2, 2019, 7:45 a.m.