@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","TransactionId"})
public class EOS_Ecom_CheckoutCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Ecom_CheckoutCallbackInfo.ByReference |
static class |
EOS_Ecom_CheckoutCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_Ecom_Checkout
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the user who initiated the purchase
|
EOS_EResult |
ResultCode
Result code for the operation.
|
java.lang.String |
TransactionId
The transaction ID which can be used to obtain an EOS_Ecom_Transaction using
EOS_Ecom_Interface.copyTransactionById(EOS_Ecom_CopyTransactionByIdOptions). |
| Constructor and Description |
|---|
EOS_Ecom_CheckoutCallbackInfo() |
EOS_Ecom_CheckoutCallbackInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic EOS_EResult ResultCode
public com.sun.jna.Pointer ClientData
public EOS_EpicAccountId LocalUserId
public java.lang.String TransactionId
EOS_Ecom_Interface.copyTransactionById(EOS_Ecom_CopyTransactionByIdOptions).