CompletePurchaseValue
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: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["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."]]],[]]