Generated after a successful Set Name update action.

interface PaymentMethodNameSetMessagePayload {
    name?: LocalizedString;
    oldName?: LocalizedString;
    type: "PaymentMethodNameSet";
}

Hierarchy (View Summary)

Properties

Properties

Name of the Payment Method after the Set Name update action.

oldName?: LocalizedString

Name of the Payment Method before the Set Name update action.

type: "PaymentMethodNameSet"