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

    Interface ReturnInfoAddedMessagePayload

    Generated after a successful Add ReturnInfo update action.

    interface ReturnInfoAddedMessagePayload {
        returnInfo: ReturnInfo;
        type: "ReturnInfoAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    returnInfo: ReturnInfo

    The ReturnInfo that was added to the Order.

    type: "ReturnInfoAdded"