CompletePurchaseValue
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इसमें डिजिटल इन-ऐप्लिकेशन प्रॉडक्ट के लिए SKU की जानकारी शामिल होती है. कार्रवाई को आउटपुट के तौर पर लौटाया गया:
actions.type.CompletePurchaseValue
.
JSON के काेड में दिखाना |
{
"purchaseStatus": enum (PurchaseStatus ),
"orderId": string,
"purchaseToken": string
} |
फ़ील्ड |
purchaseStatus |
enum (PurchaseStatus )
मौजूदा खरीदारी की स्थिति.
|
orderId |
string
लेन-देन के लिए, ऑर्डर का यूनीक आइडेंटिफ़ायर. यह आइडेंटिफ़ायर, Google से मिले ऑर्डर आईडी से जुड़ा होता है.
|
purchaseToken |
string
एक ओपेक टोकन, जो किसी दिए गए आइटम और उपयोगकर्ता की जोड़ी के लिए, खरीदारी की खास तौर पर पहचान करता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]