Generated after a successful Set Key update action.

interface StandalonePriceKeySetMessagePayload {
    key?: string;
    oldKey?: string;
    type: "StandalonePriceKeySet";
}

Properties

Properties

key?: string

key value of the StandalonePrice after the Set Key update action.

oldKey?: string

key value of the StandalonePrice before the Set Key update action.

type: "StandalonePriceKeySet"

Generated using TypeDoc