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 |