You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
ProductInterestRelation
Product interest relation ProductInterestRelation
export interface ProductInterestRelation {
'product'?: Product;
'productInterestEntry'?: Array<ProductInterestEntry>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
product | Optional | Product | {Product} ProductInterestRelation |
productInterestEntry | Optional | Array<ProductInterestEntry> | List of product interest entry {Array<ProductInterestEntry>} ProductInterestRelation |