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

    Interface PaymentInterfaceIdSetMessagePayload

    Generated after a successful Set InterfaceId update action.

    interface PaymentInterfaceIdSetMessagePayload {
        interfaceId?: string;
        oldInterfaceId?: string;
        type: "PaymentInterfaceIdSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    interfaceId?: string

    Interface ID of the Payment after the Set InterfaceId update action.

    oldInterfaceId?: string

    Interface ID of the Payment before the Set InterfaceId update action.

    type: "PaymentInterfaceIdSet"