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

Properties

Properties

totalGross: _Money

Draft type that stores amounts only in cent precision for the specified currency.

totalNet: _Money

Draft type that stores amounts only in cent precision for the specified currency.

Generated using TypeDoc