This data structure is part of the Ecom Interface.
Remarks
Input parameters for the EOS_Ecom_Checkout function.
Properties
EOS_Ecom_CheckoutOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ECOM_CHECKOUT_API_LATEST. |
EOS_EpicAccountId LocalUserId | The Epic Account ID of the local user who is making the purchase |
const char* OverrideCatalogNamespace | The catalog namespace will be the current Sandbox ID (in EOS_Platform_Options) unless overridden by this field |
uint32_t EntryCount | The number of EOS_Ecom_CheckoutEntry elements contained in Entries |
const EOS_Ecom_CheckoutEntry* Entries | An array of EOS_Ecom_CheckoutEntry elements, each containing the details of a single offer |