package
81.4.0
Repository: https://github.com/stripe/stripe-go.git
Documentation: pkg.go.dev

# Functions

Deletes an invoice item, removing it from an invoice.
Retrieves the invoice item with the given ID.
Returns a list of your invoice items.
Creates an item to be added to a draft invoice (up to 250 items per invoice).
Updates the amount or description of an invoice item on an upcoming invoice.

# Structs

Client is used to invoke /invoiceitems APIs.
Iter is an iterator for invoice items.