electron/docs/api/structures/transaction.md
Cheng Zhao e77ddd3221 Pass multiple transactions at the same time
This follows the design of SKPayment API.
2018-01-10 17:19:44 +09:00

368 B

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