Purchase

购买消息,用于捕获购买的方案,包括交易详情。

JSON 表示法
{
  "planId": string,
  "transactionId": string,
  "transactionMessage": string,
  "confirmationCode": string,
  "planActivationTime": string
}
字段
planId

string

购买的方案的 ID。

transactionId

string

购买请求中的交易 ID。

transactionMessage

string

在交易后向用户显示的消息。

confirmationCode

string

DPA 为交易成功生成了确认码。Google 助理集成所必需的。

planActivationTime

string (Timestamp format)

方案激活时间。如果计划激活时间缺失,GTAF 应假定该方案已经激活。

时间戳采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"