EOS_Ecom_CheckoutCallbackInfo

EOS API reference page for EOS_Ecom_CheckoutCallbackInfo

Under 1 min to read

This data structure is part of the Ecom Interface.

Remarks

Output parameters for the EOS_Ecom_Checkout Function.

Properties

EOS_Ecom_CheckoutCallbackInfo

PropertyValue
EOS_EResult ResultCodeResult 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* ClientDataContext that was passed into EOS_Ecom_Checkout
EOS_EpicAccountId LocalUserIdThe Epic Account ID of the user who initiated the purchase
const char* TransactionIdThe transaction ID which can be used to obtain an EOS_Ecom_HTransaction using EOS_Ecom_CopyTransactionById.