Generated after a successful Set Key update action.

interface DiscountCodeKeySetMessagePayload {
    key?: string;
    oldKey?: string;
    type: "DiscountCodeKeySet";
}

Properties

Properties

key?: string

key value of the Discount Code after the Set Key update action.

oldKey?: string

key value of the Discount Code before the Set Key update action.

type: "DiscountCodeKeySet"