stripe_update_invoice_item: Update an Invoice Item.

Description Usage Arguments Value

Description

Update the information or amount of an invoice item.

Usage

1
stripe_update_invoice_item(api_key, item_id, args)

Arguments

api_key

Your Stripe API Key

item_id

The invoice item id you want to update

args

Can include

amount

optional Amount in cents for item.

description

optional A string to attach to item for easy tracking.

metadata

optional key/value pairs that you can attach to an invoice item.

Value

A data frame with the updated invoice item if successful.


Gastrograph/RStripe documentation built on May 6, 2019, 5:33 p.m.