interface StagedOrderChangeTaxModeAction {
    action: "changeTaxMode";
    taxMode: string;
}

Properties

Properties

action: "changeTaxMode"
taxMode: string

Indicates how taxes are set on the Cart.

Generated using TypeDoc