Interface PaymentMethodInfoNameSetMessagePayload

Generated after a successful Set MethodInfo Name update action.

interface PaymentMethodInfoNameSetMessagePayload {
    name?: LocalizedString;
    oldName?: LocalizedString;
    type: "PaymentMethodInfoNameSet";
}

Hierarchy (View Summary)

Properties

Properties

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

oldName?: LocalizedString

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

type: "PaymentMethodInfoNameSet"