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

    Interface PaymentMethodNameSetMessagePayload

    Generated after a successful Set Name update action.

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

    Hierarchy (View Summary)

    Index

    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"