Cannot be used in LineItemDraft or CustomLineItemDraft.

Can only be set by these update actions:

- [Set LineItem TaxAmount](ctp:api:type:CartSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:CartSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:CartSetShippingMethodTaxAmountAction) on Carts
- [Set LineItem TaxAmount](ctp:api:type:OrderEditSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:OrderEditSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:OrderEditSetShippingMethodTaxAmountAction) on Order Edits
interface ExternalTaxAmountDraft {
    taxRate: ExternalTaxRateDraft;
    totalGross: _Money;
}

Properties

Properties

Tax Rates and subrates of states and countries.

totalGross: _Money

Total gross amount (totalNet + taxPortions) of the Line Item or Custom Line Item.

Generated using TypeDoc