Alokai

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