Optionalparams: Stripe.InvoiceItemCreateParamsOptionaloptions: RequestOptionsCreates an item to be added to a draft invoice (up to 250 items per invoice). If no invoice is specified, the item will be on the next invoice created for the customer specified.
Optionaloptions: RequestOptionsRetrieves the invoice item with the given ID.
Optionalparams: InvoiceItemRetrieveParamsOptionaloptions: RequestOptionsRetrieves the invoice item with the given ID.
Optionaloptions: RequestOptionsUpdates the amount or description of an invoice item on an upcoming invoice. Updating an invoice item is only possible before the invoice it's attached to is closed.
Optionalparams: Stripe.InvoiceItemUpdateParamsOptionaloptions: RequestOptionsReturns a list of your invoice items. Invoice items are returned sorted by creation date, with the most recently created invoice items appearing first.
Optionalparams: InvoiceItemListParamsOptionaloptions: RequestOptionsReturns a list of your invoice items. Invoice items are returned sorted by creation date, with the most recently created invoice items appearing first.
Optionaloptions: RequestOptionsDeletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they're not attached to invoices, or if it's attached to a draft invoice.
Optionalparams: InvoiceItemDeleteParamsOptionaloptions: RequestOptionsDeletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they're not attached to invoices, or if it's attached to a draft invoice.
Optionaloptions: RequestOptions
Creates an item to be added to a draft invoice (up to 250 items per invoice). If no invoice is specified, the item will be on the next invoice created for the customer specified.