Mengidentifikasi jenis resource ini. Nilai: string tetap "walletobjects#smartTap".
id
string
ID unik untuk ketukan cerdas. Nilai ini harus mengikuti format issuer ID.identifier dengan yang pertama diterbitkan oleh Google dan yang kedua adalah ID Smart Tap. ID Smart Tap adalah string berenkode Base64 yang mewakili ID yang dihasilkan oleh aplikasi Google Pay.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]