This data structure is part of the Ecom Interface.
Remarks
Output parameters for the EOS_Ecom_Checkout Function.
Properties
EOS_Ecom_CheckoutCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | Result code for the operation. EOS_Success is returned for a successful request, otherwise one of the error codes is returned. See eos_common.h |
void* ClientData | Context that was passed into EOS_Ecom_Checkout |
EOS_EpicAccountId LocalUserId | The Epic Account ID of the user who initiated the purchase |
const char* TransactionId | The transaction ID which can be used to obtain an EOS_Ecom_HTransaction using EOS_Ecom_CopyTransactionById. |