Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SmartTap

import type { SmartTap } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface SmartTap {
id?: string;
infos?: IssuerToUserInfo[];
kind?: string;
merchantId?: bigint;
}

§Properties

§
id?: string
[src]

The unique identifier for a smart tap. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is the Smart Tap id. The Smart Tap id is a Base64 encoded string which represents the id which was generated by the Google Pay app.

§

Communication from merchant to user.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#smartTap".

§
merchantId?: bigint
[src]

Smart Tap merchant ID of who engaged in the Smart Tap interaction.