@gradientedge/commercetools-utils
    Preparing search index...

    Interface ExternalLineItemTotalPrice

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

    Properties

    Properties

    price: _Money

    Price of the Line Item.

    totalPrice: _Money

    Total price of the Line Item.