Learn R Programming

RStripe (version 0.1)

stripe_retrieve_invoice_item: Retrieve an Invoice Item.

Description

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

Usage

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.