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

Properties

Properties

action: "changeIsActive"
isActive: boolean

New value to set. Set to true to activate the DiscountCode for all matching Discounts.

Generated using TypeDoc