Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_update_invoice_item: Update an Invoice Item.
Description
Update the information or amount of an invoice item.
Usage
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.