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

    Interface ExternalTaxAmountDraft

    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:StagedOrderSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:StagedOrderSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:StagedOrderSetShippingMethodTaxAmountAction) on Order Edits
    
    interface ExternalTaxAmountDraft {
        taxRate: ExternalTaxRateDraft;
        totalGross: _Money;
    }
    Index

    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.