stripe_update_invoice_item: Update an Invoice Item.

Description Usage Arguments Value

View source: R/invoice_items.R

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.


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