interface ProductTailoringResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "product-tailoring";
}

Hierarchy (View Summary)

Properties

Properties

id?: string

Unique identifier of the referenced ProductTailoring. Either id or key is required.

key?: string

User-defined unique identifier of the referenced ProductTailoring. Either id or key is required.

typeId: "product-tailoring"

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