Setting a key generates the DiscountGroupKeySet Message.

interface DiscountGroupSetKeyAction {
    action: "setKey";
    key: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setKey"
key: string

New value to set.