Interface LineItem

Export

LineItem

Hierarchy

  • LineItem

Properties

product_code: string

Merchant-defined product code of the item being purchased

Memberof

LineItem

product_description: string

Description of the item(s) being purchased

Memberof

LineItem

quantity: number

Quantity of the item. Note: will be rounded to a maximum of 4 decimals.

Memberof

LineItem

tax_amount: number

Amount of any value-added taxes that can be associated with the purchased item, in minor units.

Memberof

LineItem

unit_amount: number

Price of the item being purchased, in minor units.

Memberof

LineItem

Generated using TypeDoc