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

    Interface PaymentStatusInterfaceCodeSetMessagePayload

    Generated after a successful Set StatusInterfaceCode update action.

    interface PaymentStatusInterfaceCodeSetMessagePayload {
        interfaceCode?: string;
        type: "PaymentStatusInterfaceCodeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    interfaceCode?: string

    The interfaceCode that was set during the Set StatusInterfaceCode update action.

    type: "PaymentStatusInterfaceCodeSet"