interface ShippingMethodChangeTaxCategoryAction {
    action: "changeTaxCategory";
    taxCategory: TaxCategoryResourceIdentifier;
}

Hierarchy (View Summary)

Properties

Properties

action: "changeTaxCategory"

Value to set.