12 lines
368 B
Markdown
12 lines
368 B
Markdown
|
# Transaction Object
|
||
|
|
||
|
* `transactionIdentifier` String
|
||
|
* `transactionDate` String
|
||
|
* `originalTransactionIdentifier` String
|
||
|
* `transactionState` String - The transaction sate (`"purchasing"`, `"purchased"`, `"failed"`, `"restored"`, or `"deferred"`)
|
||
|
* `errorCode` Integer
|
||
|
* `errorMessage` String
|
||
|
* `payment` Object
|
||
|
* `productIdentifier` String
|
||
|
* `quantity` Integer
|