Open Collective
来源:Electron
浏览 138
扫码
分享
2023-10-20 08:23:04
Transaction 对象
transactionIdentifier
string - 成功加入队列的事务的唯一标识transactionDate
string - 事务被加入队列的时间originalTransactionIdentifier
string - App Store恢复的事务的标识符transactionState
string - 事务状态, 可以是 purchasing
, purchased
, failed
, restored
或 deferred
.errorCode
Integer - 处理事务时发生错误时的错误代码。errorMessage
string - 处理事务时发生错误时的错误消息。payment
Object
productIdentifier
string - 购买产品的标识符。quantity
Integer - 购买的数量applicationUsername
string - 系统上不透明的用户帐户标识符。paymentDiscount
PaymentDiscount (可选) - 用于付款的折扣优惠详细信息。