ProductInterestEntry
Product interest entry ProductInterestEntry
export interface ProductInterestEntry {
'dateAdded'?: string;
'expirationDate'?: string;
'interestType'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
dateAdded | Optional | string | Added date of product interest {string} ProductInterestEntry |
expirationDate | Optional | string | Expiration date of product interest {string} ProductInterestEntry |
interestType | Optional | string | Product interest type {string} ProductInterestEntry |