Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ProductInterestEntry

Product interest entry ProductInterestEntry

export interface ProductInterestEntry {
	'dateAdded'?: string;
	'expirationDate'?: string;
	'interestType'?: string;
}

Properties

NameRequiredTypeDescription
dateAddedOptionalstringAdded date of product interest {string} ProductInterestEntry
expirationDateOptionalstringExpiration date of product interest {string} ProductInterestEntry
interestTypeOptionalstringProduct interest type {string} ProductInterestEntry

On this page