Alokai

ProductInterestRelation

Product interest relation ProductInterestRelation

export interface ProductInterestRelation {
	'product'?: Product;
	'productInterestEntry'?: Array<ProductInterestEntry>;
}

Properties

NameRequiredTypeDescription
productOptionalProduct{Product} ProductInterestRelation
productInterestEntryOptionalArray<ProductInterestEntry>List of product interest entry {Array<ProductInterestEntry>} ProductInterestRelation

Referenced Types

On this page