interface TaxedPriceDraft {
    taxPortions: TaxPortionDraft[];
    totalGross: _Money;
    totalNet: _Money;
}

Properties

taxPortions: TaxPortionDraft[]

Taxable portions added to the totalGross.

Calculated from the [TaxRates](ctp:api:type:TaxRate).
totalGross: _Money

Total gross price of the Line Item or Custom Line Item.

totalNet: _Money

Total net price of the Line Item or Custom Line Item.

Generated using TypeDoc