stripe_list_plans: List Plans.
Description
List all the plans in your system. It defaults to showing 10 unless you change the limit.
Usage
stripe_list_plans(api_key, args = NULL)
Arguments
api_key
Your Stripe API Key
args
an optional list that can contain
- ending_before
- optional: An object id which will show objects before
- limit
- optional: A number 1 to 100 to limit the items. Default is 10
- starting_after
- optional: An object id which will show objects starting here
Value
A data frame with plan information