Choose your implementation method:
This data structure is part of the Ecom Interface.
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.
|
This data structure is part of the Ecom Interface.
Output parameters for the {EcomInterface.Checkout} Function.
Properties
Ecom.CheckoutCallbackInfo
Property
|
Value
|
Result 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
|
object ClientData
|
Context that was passed into EOS_Ecom_Checkout
|
EpicAccountId LocalUserId
|
The Epic Account ID of the user who initiated the purchase
|
string TransactionId
|
The transaction ID which can be used to obtain an EOS_Ecom_HTransaction using EOS_Ecom_CopyTransactionById.
|
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