interface ProductTailoringReference {
    id: string;
    obj?: ProductTailoring;
    typeId: "product-tailoring";
}

Properties

Properties

id: string

Unique identifier of the referenced ProductTailoring.

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

typeId: "product-tailoring"