interface DiscountCodeChangeGroupsAction {
    action: "changeGroups";
    groups: string[];
}

Properties

Properties

action: "changeGroups"
groups: string[]

New value to set. An empty array removes the DiscountCode from all groups.

Generated using TypeDoc