ResourceIdentifier to a RecurringOrder.

interface RecurringOrderResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "recurring-order";
}

Hierarchy (View Summary)

Properties

Properties

id?: string

Unique identifier of the referenced resource. Required if key is absent.

key?: string

User-defined unique identifier of the referenced resource. Required if id is absent.

typeId: "recurring-order"

Type of referenced resource. If given, it must match the expected ReferenceTypeId of the referenced resource.