Interface ShippingMethodChangeTaxCategoryAction

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

Properties

Properties

action: "changeTaxCategory"

Value to set.

Generated using TypeDoc