interface ProductDiscountChangeIsActiveAction {
    action: "changeIsActive";
    isActive: boolean;
}

Properties

Properties

action: "changeIsActive"
isActive: boolean

New value to set. If set to true, the Discount will be applied to Product Prices.

Generated using TypeDoc