Transaction 对象
transactionIdentifier
string - 唯一标识成功支付交易的字符串。transactionDate
string - 交易添加到 App Store 支付队列的日期。originalTransactionIdentifier
string - App Store 恢复的交易的标识符。transactionState
string - 交易状态,可以是purchasing
、purchased
、failed
、restored
或deferred
。errorCode
Integer - 处理交易时发生错误时的错误代码。errorMessage
string - 处理交易时发生错误时的错误消息。payment
对象productIdentifier
string - 购买的产品的标识符。quantity
Integer - 购买的数量。applicationUsername
string - 用户在您系统上帐户的不透明标识符。paymentDiscount
PaymentDiscount (可选) - 应用于付款的折扣优惠的详细信息。