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

    Interface PaymentMethodInfoTokenSetMessagePayload

    Generated after a successful Set MethodInfo Token update action.

    interface PaymentMethodInfoTokenSetMessagePayload {
        oldToken?: PaymentMethodToken;
        token?: PaymentMethodToken;
        type: "PaymentMethodInfoTokenSet";
    }

    Hierarchy (View Summary)

    Index

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

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

    type: "PaymentMethodInfoTokenSet"