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

    Interface ReturnInfoSetMessagePayload

    Generated after a successful Set ReturnInfo update action on Orders and Order Edits.

    interface ReturnInfoSetMessagePayload {
        returnInfo?: ReturnInfo[];
        type: "ReturnInfoSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    returnInfo?: ReturnInfo[]

    The ReturnInfo that was set on the Order or Order Edit.

    type: "ReturnInfoSet"