e77ddd3221
This follows the design of SKPayment API.
11 lines
368 B
Markdown
11 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
|