stripe_retrieve_invoice_item: Retrieve an Invoice Item.

Description Usage Arguments Value

View source: R/invoice_items.R

Description

Retrieve a specific invoice item's info using it's id.

Usage

1
stripe_retrieve_invoice_item(api_key, item_id)

Arguments

api_key

Your Stripe API Key

item_id

The invoice item id you want to retrieve

Value

A data frame with the invoice item if successful.


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