CompletePurchaseValueSpec
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डिजिटल प्रॉडक्ट से जुड़े इन-ऐप्लिकेशन खरीदारी शुरू करने से जुड़ी खास बातें बताता है. संभावित डिजिटल प्रॉडक्ट के टाइप: इन-ऐप्लिकेशन खरीदारी, इन-ऐप्लिकेशन सदस्यताएं.
JSON के काेड में दिखाना |
{
"skuId": {
object (SkuId )
},
"developerPayload": string
} |
फ़ील्ड |
skuId |
object (SkuId )
खरीदा जा रहा प्रॉडक्ट.
|
developerPayload |
string
डेवलपर की ओर से तय की गई एक ओपेक स्ट्रिंग, जो खरीदारी से जुड़ेगी और खरीदारी डेटा के हिस्से के रूप में इसके वापस आने की उम्मीद होती है.
|
SkuId
किसी SKU का आइडेंटिफ़ायर.
JSON के काेड में दिखाना |
{
"skuType": enum (SkuType ),
"id": string,
"packageName": string
} |
फ़ील्ड |
skuType |
enum (SkuType )
SKU का टाइप.
|
id |
string
डेवलपर कंसोल में रजिस्ट्रेशन के लिए इस्तेमाल किए जाने वाले प्रॉडक्ट SKU का आइडेंटिफ़ायर.
|
packageName |
string
उस Android पैकेज का नाम जिसके तहत SKU रजिस्टर किया गया था.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eLists all the sample projects supported by the gactions CLI with pagination support through \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters.\u003c/p\u003e\n"],["\u003cp\u003eProvides the name, a hosted URL to a zip file, and a description for each sample project.\u003c/p\u003e\n"],["\u003cp\u003eUses gRPC Transcoding for HTTP requests and requires an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eReturns a JSON response containing an array of sample projects and a token for accessing the next page of results.\u003c/p\u003e\n"]]],[],null,["# CompletePurchaseValueSpec\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SkuId](#SkuId)\n - [JSON representation](#SkuId.SCHEMA_REPRESENTATION)\n\nDefines specification for initiating in-app purchase related to digital goods Types of possible digital goods: in-app purchases, in-app subscriptions.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"skuId\": { object (/assistant/actionssdk/reference/rest/Shared.Types/CompletePurchaseValueSpec#SkuId) }, \"developerPayload\": string } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `skuId` | `object (`[SkuId](/assistant/actionssdk/reference/rest/Shared.Types/CompletePurchaseValueSpec#SkuId)`)` The product being purchased. |\n| `developerPayload` | `string` An opaque string specified by developer, which would associate with the purchase and is expected to return as part of purchase data. |\n\nSkuId\n-----\n\nIdentifier of a SKU.\n\n| JSON representation ||\n|------------------------------------------------------------------------------|---|\n| ``` { \"skuType\": enum (`SkuType`), \"id\": string, \"packageName\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------|\n| `skuType` | `enum (``SkuType``)` The type of SKU. |\n| `id` | `string` The identifier of the product SKU used for registration in the developer console. |\n| `packageName` | `string` The name of the android package under which the sku was registered. |"]]