Generated after a successful Set Key update action.

interface PaymentMethodKeySetMessagePayload {
    key?: string;
    oldKey?: string;
    type: "PaymentMethodKeySet";
}

Hierarchy (View Summary)

Properties

Properties

key?: string

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

oldKey?: string

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

type: "PaymentMethodKeySet"