ICustomerListEntry
ICustomerListEntry
表示客户管理的列表中条目的接口。使用CustomerListEntryBuilder创建。
访问器
addedTimestamp
获取签名
get addedTimestamp():
undefined|Date
获取将条目添加到列表的日期。
返回值
undefined | Date
添加日期。如果未设置,则为undefined(未定义)。
contentId
获取签名
get contentId():
IContentId
获取列表条目内容的亚马逊目录ID。
返回值
可在亚马逊目录中解析的ID。
profileId
获取签名
get profileId():
undefined|IProfileId
获取列表正在变化的用户的关联profileId。
返回值
undefined | IProfileId
用户关联的profileId。如果未设置,则为undefined(未定义)。
Last updated: 2025年10月2日

