Learn R Programming

RStripe (version 0.1)

stripe_retrieve_invoice_line_items: Retrieve Invoice Items.

Description

Retreive all the items on an invoice.

Usage

stripe_retrieve_invoice_line_items(api_key, invoice_id, args = NULL)

Arguments

api_key
Your Stripe API Key
invoice_id
The invoice id with the items you want to retrieve
args
An optional list that can include
ending_before
optional: An object id which will show objects before

limit
optional: A number 1 to 100 to limit the items. Default is 10

starting_after
optional: An object id which will show objects starting here

Value

A data frame with the invoice items if successful.