यह बताता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग "walletobjects#smartTap".
id
string
स्मार्ट टैप के लिए यूनीक आइडेंटिफ़ायर. यह वैल्यू, issuer ID फ़ॉर्मैट के हिसाब से होनी चाहिए.identifier, जहां पहले वाला आईडी Google जारी करता है और बाद वाला स्मार्ट टैप आईडी होता है. स्मार्ट टैप आईडी, Base64 कोड में बदली गई स्ट्रिंग होती है. यह उस आईडी को दिखाती है जिसे Google Pay ऐप्लिकेशन ने जनरेट किया था.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-11-07 (UTC) को अपडेट किया गया."],[[["SmartTap is a resource that facilitates communication between merchants and users during contactless interactions, containing information such as merchant ID and user data."],["IssuerToUserInfo objects within SmartTap resources store communication details, including actions to be taken and relevant data like URLs or JSON web tokens."],["Actions within SmartTap interactions can include Secure NFC pairing (S2AP) or user sign-up, directing specific functionalities."],["SignUpInfo objects provide details about potential user sign-up options associated with the SmartTap interaction, such as class IDs for registration."],["SmartTap resources can be inserted using the `insert` method, enabling the creation of new SmartTap instances."]]],["SmartTap resources are identified by a unique `id`, `merchantId`, and an array of `infos`. These infos, detailed in `IssuerToUserInfo`, contain actions like `S2AP` or `SIGN_UP`. Actions use a JSON web token (`value`) and potentially `SignUpInfo`, with a `classId` for sign-up. The primary method is `insert`, which adds a Smart Tap instance. Each SmartTap info contains communication from merchant to user.\n"]]