CompletePurchaseValue
Zawiera szczegółowe informacje o cyfrowych produktach w aplikacji. Powrót do działania jako dane wyjściowe dla
actions.type.CompletePurchaseValue
Zapis JSON |
{
"purchaseStatus": enum (PurchaseStatus ),
"orderId": string,
"purchaseToken": string
} |
Pola |
purchaseStatus |
enum (PurchaseStatus )
Stan bieżącego zakupu.
|
orderId |
string
Unikalny identyfikator zamówienia dla transakcji. Ten identyfikator odpowiada identyfikatorowi zamówienia dostarczonemu przez Google.
|
purchaseToken |
string
Nieprzejrzysty token, który jednoznacznie identyfikuje zakup danego produktu i danej pary użytkownika.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]