mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Pass multiple transactions at the same time
This follows the design of SKPayment API.
This commit is contained in:
11
docs/api/structures/transaction.md
Normal file
11
docs/api/structures/transaction.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user