interface ExternalLineItemTotalPrice {
    price: _Money;
    totalPrice: _Money;
}

Properties

Properties

price: _Money

Price of the Line Item.

The value is selected from the Product Variant according to the [Product](ctp:api:type:Product) `priceMode`.
totalPrice: _Money

Total price of the Line Item.

Generated using TypeDoc