Learn R Programming

RStripe (version 0.1)

stripe_update_plan: Update a Plan

Description

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

Usage

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.