This data structure is part of the Ecom Interface.
Contains information about a single item within the catalog. Instances of this structure are created
by EOS_Ecom_CopyOfferItemByIndex. They must be passed to EOS_Ecom_CatalogItem_Release.
Properties
EOS_Ecom_CatalogItem
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_ECOM_CATALOGITEM_API_LATEST.
|
const char* CatalogNamespace
|
Product namespace in which this item exists
|
EOS_Ecom_CatalogItemId Id
|
The ID of this item
|
EOS_Ecom_EntitlementName EntitlementName
|
The entitlement name associated with this item
|
const char* TitleText
|
Localized UTF-8 title of this item
|
const char* DescriptionText
|
Localized UTF-8 description of this item
|
const char* LongDescriptionText
|
Localized UTF-8 long description of this item
|
const char* TechnicalDetailsText
|
Localized UTF-8 technical details of this item
|
const char* DeveloperText
|
Localized UTF-8 developer of this item
|
EOS_EEcomItemType ItemType
|
The type of item as defined in the catalog
|
int64_t EntitlementEndTimestamp
|
If not -1 then this is the POSIX timestamp that the entitlement will end
|
This data structure is part of the Ecom Interface.
Contains information about a single item within the catalog. Instances of this structure are created
by EOS_Ecom_CopyOfferItemByIndex. They must be passed to EOS_Ecom_CatalogItem_Release.
Properties
Ecom.CatalogItem
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_ECOM_CATALOGITEM_API_LATEST.
|
string CatalogNamespace
|
Product namespace in which this item exists
|
string Id
|
The ID of this item
|
string EntitlementName
|
The entitlement name associated with this item
|
string TitleText
|
Localized UTF-8 title of this item
|
string DescriptionText
|
Localized UTF-8 description of this item
|
string LongDescriptionText
|
Localized UTF-8 long description of this item
|
string TechnicalDetailsText
|
Localized UTF-8 technical details of this item
|
string DeveloperText
|
Localized UTF-8 developer of this item
|
EcomItemType ItemType
|
The type of item as defined in the catalog
|
long EntitlementEndTimestamp
|
If not -1 then this is the POSIX timestamp that the entitlement will end
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no