Pass multiple transactions at the same time

This follows the design of SKPayment API.
This commit is contained in:
Cheng Zhao
2018-01-10 17:18:23 +09:00
parent 2dd545ebda
commit e77ddd3221
6 changed files with 35 additions and 33 deletions

View 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