stripe_update_plan: Update a Plan

Description Usage Arguments Value

View source: R/plans.R

Description

Update the information about a particular plan on your stripe account.

Usage

1
stripe_update_plan(api_key, plan_id, args)

Arguments

api_key

Your Stripe API Key

plan_id

The id of the plan you want to update

args

A list can contain

name

optional The name of plan. Appears on invoice.

metadata

optional A list which can contain anything to further describe.

statement_description

optional String to appear on invoice. Up to 15 characters

Value

A data frame with the updated plan info if successful.


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