Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_upcoming_customer_invoice: Retrieve upcoming customer's invoice.
Description
Retrieve the upcoming customer invoice to send out.
Usage
stripe_upcoming_customer_invoice(api_key, customer_id)
Arguments
api_key
Your Stripe API Key
customer_id
The customer id that you want the upcoming invoice
Value
A data frame with the upcoming invoice if successful.