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

    Interface RecurringOrderReference

    interface RecurringOrderReference {
        id: string;
        obj?: RecurringOrder;
        typeId: "recurring-order";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced RecurringOrder.

    Contains the representation of the expanded RecurringOrder. Only present in responses to requests with Reference Expansion for RecurringOrders.

    typeId: "recurring-order"

    Type of referenced resource.