Purchase
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
खरीदे गए प्लान के बारे में जानकारी देने वाला खरीदारी का मैसेज. इसमें लेन-देन का ब्यौरा भी शामिल है.
जेएसओएन के काेड में दिखाना |
{
"planId": string,
"transactionId": string,
"transactionMessage": string,
"confirmationCode": string,
"planActivationTime": string
} |
फ़ील्ड |
planId |
string
खरीदे गए प्लान का आईडी.
|
transactionId |
string
खरीदारी अनुरोध पर लेन-देन आईडी.
|
transactionMessage |
string
लेन-देन के बाद, उपयोगकर्ता को दिखने वाला मैसेज.
|
confirmationCode |
string
लेन-देन पूरा होने के बाद, डीपीए ने पुष्टि करने वाला कोड जनरेट किया. Google Assistant के इंटिग्रेशन के लिए ज़रूरी है.
|
planActivationTime |
string (Timestamp format)
प्लान चालू करने का समय. अगर planऐक्टिवेशन का समय मौजूद नहीं है, तो GTAF यह मानकर चलेगा कि प्लान पहले ही चालू किया जा चुका है. RFC3339 यूटीसी और कोट के फ़ॉर्मैट;Zulu" में एक टाइमस्टैंप, जिसमें नैनोसेकंड रिज़ॉल्यूशन और ज़्यादा से ज़्यादा नौ दशमलव अंक हैं. उदाहरण: "2014-10-02T15:01:23Z" और "2014-10-02T15:01:23.045123456Z" .
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-09-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2022-09-26 (UTC) को अपडेट किया गया."],[[["The purchase message is a JSON object that captures details of a purchased plan, including the plan ID, transaction details, and a confirmation code."],["This message includes a plan activation time, allowing for delayed activation, or assumes immediate activation if the field is missing."],["A confirmation code is generated for successful transactions and is especially important for integration with Google Assistant."],["The message contains a user-facing message intended to be displayed after the transaction is completed."]]],["The JSON represents a purchase message with details of a purchased plan. Key information includes the `planId`, `transactionId`, and a `transactionMessage` for the user. A `confirmationCode` is provided for successful transactions. The `planActivationTime` indicates when the plan activates, defaulting to immediate if absent. All fields are strings except for the timestamp format of `planActivationTime` in RFC3339 UTC \"Zulu\" format.\n"]]