2018-01-10 08:18:23 +00:00
|
|
|
|
# Transaction Object
|
|
|
|
|
|
2018-04-05 06:33:13 +00:00
|
|
|
|
* `transactionIdentifier` String - A string that uniquely identifies a successful payment transaction.
|
|
|
|
|
* `transactionDate` String - The date the transaction was added to the App Store’s payment queue.
|
|
|
|
|
* `originalTransactionIdentifier` String - The identifier of the restored transaction by the App Store.
|
2018-05-03 05:01:49 +00:00
|
|
|
|
* `transactionState` String - The transaction state (`"purchasing"`, `"purchased"`, `"failed"`, `"restored"`, or `"deferred"`)
|
2018-04-05 06:33:13 +00:00
|
|
|
|
* `errorCode` Integer - The error code if an error occurred while processing the transaction.
|
|
|
|
|
* `errorMessage` String - The error message if an error occurred while processing the transaction.
|
2018-01-10 08:18:23 +00:00
|
|
|
|
* `payment` Object
|
2018-04-05 06:33:13 +00:00
|
|
|
|
* `productIdentifier` String - The identifier of the purchased product.
|
|
|
|
|
* `quantity` Integer - The quantity purchased.
|