interface StagedOrderSetOrderTotalTaxAction {
    action: "setOrderTotalTax";
    externalTaxPortions?: TaxPortionDraft[];
    externalTotalGross: _Money;
}

Properties

action: "setOrderTotalTax"
externalTaxPortions?: TaxPortionDraft[]
externalTotalGross: _Money

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

Generated using TypeDoc