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

    Interface TaxedItemPriceDraft

    interface TaxedItemPriceDraft {
        totalGross: _Money;
        totalNet: _Money;
    }
    Index

    Properties

    Properties

    totalGross: _Money

    Draft object to store money in cent amounts for a specific currency.

    totalNet: _Money

    Draft object to store money in cent amounts for a specific currency.