Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single line item in an Cart, displayed on the reader's screen during checkout.

Hierarchy

  • CartLineItem

Index

Properties

amount: number

The price of the item, provided in the cart's currency's smallest unit.

see

https://stripe.com/docs/currencies#zero-decimal

displayName: string

The description or name of the item.

quantity: number

The quantity of the line item being purchased.

Generated using TypeDoc