ECTransactionInfo
If you want to query transaction info, you utilize an ECTransactionInfo object. You likely do not want to instantiate one yourself, instead retrieving transactions from the server via ECommerceInterface:
Properties
This array is considered immutable, and cannot be modified. Properties may only be retrieved.
Property Name | Discussion |
---|---|
| The ID of this transaction. |
| A UNIX timestamp representing when this transaction occurred. |
| A string representing its type, such as |
ECTransactionInfos
ECTransactionInfos
manages multiple of an ECTransactionInfo
. It is regarded as immutable.
Properties
Property Name | Discussion |
---|---|
| Returns the amount of available transactions in this array. |
| Retrieves the ECTransactionInfo at the given index. |
| This array is considered immutable. Despite it existing, attempting to call or access this property results in an error. |
Last updated