跳到主要内容

Transaction 对象

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