Represents a single line item in an Cart, displayed on the reader's screen during checkout.
Cart
The price of the item, provided in the cart's currency's smallest unit.
https://stripe.com/docs/currencies#zero-decimal
The description or name of the item.
The quantity of the line item being purchased.
Generated using TypeDoc
Represents a single line item in an
Cart
, displayed on the reader's screen during checkout.