mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
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
|