@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentMethodInfoNameSetMessagePayload

    Generated after a successful Set MethodInfo Name update action.

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

    Hierarchy (View Summary)

    Index

    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"