CompletePurchaseValue
包含数字应用内商品的 SKU 详情。返回到 Action,作为以下项的输出:
actions.type.CompletePurchaseValue
。
JSON 表示法 |
{
"purchaseStatus": enum (PurchaseStatus ),
"orderId": string,
"purchaseToken": string
} |
字段 |
purchaseStatus |
enum (PurchaseStatus )
当前购买交易的状态。
|
orderId |
string
交易的唯一订单标识符。此标识符对应于 Google 提供的订单 ID。
|
purchaseToken |
string
一个不透明令牌,用于唯一标识给定商品和用户对的购买交易。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["This document outlines the JSON representation of sku details for digital in-app goods, used as output for `actions.type.CompletePurchaseValue`."],["The JSON response includes `purchaseStatus`, `orderId`, and `purchaseToken` fields providing details about the purchase status, a unique order ID, and a purchase token for the specific item and user."],["`purchaseStatus` uses the `PurchaseStatus` enum to indicate the current state of the purchase, while `orderId` corresponds to the Google-provided order ID for the transaction."],["`purchaseToken` is a unique identifier linking a specific purchase to a particular item and user, ensuring clear tracking and management of digital goods."]]],[]]