Reference to a RecurringOrder.

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

Hierarchy (View Summary)

Properties

Properties

id: string

Unique ID of the referenced resource.

typeId: "recurring-order"

Type of referenced resource.