CompletePurchaseValue
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Dijital uygulama içi ürünler için SKU ayrıntılarını içerir. Şu sorgu için çıkış olarak İşleme geri döndürüldü:
actions.type.CompletePurchaseValue
JSON gösterimi |
{
"purchaseStatus": enum (PurchaseStatus ),
"orderId": string,
"purchaseToken": string
} |
Alanlar |
purchaseStatus |
enum (PurchaseStatus )
Geçerli satın alma işleminin durumu.
|
orderId |
string
İşlem için benzersiz bir sipariş tanımlayıcısı. Bu tanımlayıcı, Google tarafından sağlanan sipariş kimliğine karşılık gelir.
|
purchaseToken |
string
Belirli bir öğe ve kullanıcı çifti için satın alma işlemini benzersiz şekilde tanımlayan opak bir jeton.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThis document outlines the JSON representation of sku details for digital in-app goods, used as output for \u003ccode\u003eactions.type.CompletePurchaseValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON response includes \u003ccode\u003epurchaseStatus\u003c/code\u003e, \u003ccode\u003eorderId\u003c/code\u003e, and \u003ccode\u003epurchaseToken\u003c/code\u003e fields providing details about the purchase status, a unique order ID, and a purchase token for the specific item and user.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epurchaseStatus\u003c/code\u003e uses the \u003ccode\u003ePurchaseStatus\u003c/code\u003e enum to indicate the current state of the purchase, while \u003ccode\u003eorderId\u003c/code\u003e corresponds to the Google-provided order ID for the transaction.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epurchaseToken\u003c/code\u003e is a unique identifier linking a specific purchase to a particular item and user, ensuring clear tracking and management of digital goods.\u003c/p\u003e\n"]]],[],null,["# CompletePurchaseValue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains sku details for digital in-app goods. Returned to the Action as output for\n`actions.type.CompletePurchaseValue`.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"purchaseStatus\": enum (`PurchaseStatus`), \"orderId\": string, \"purchaseToken\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------|\n| `purchaseStatus` | `enum (``PurchaseStatus``)` Status of current purchase. |\n| `orderId` | `string` A unique order identifier for the transaction. This identifier corresponds to the Google provided order ID. |\n| `purchaseToken` | `string` A opaque token that uniquely identifies a purchase for a given item and user pair. |"]]