Resource: SmartTap
| JSON representation |
|---|
{
"kind": string,
"id": string,
"merchantId": string,
"infos": [
{
object ( |
| Fields | |
|---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
id |
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. |
merchantId |
Smart Tap merchant ID of who engaged in the Smart Tap interaction. |
infos[] |
Communication from merchant to user. |
IssuerToUserInfo
| JSON representation |
|---|
{ "action": enum ( |
| Fields | |
|---|---|
action |
|
url |
Currently not used, consider deprecating. |
value |
JSON web token for action S2AP. |
signUpInfo |
|
Action
| Enums | |
|---|---|
ACTION_UNSPECIFIED |
|
S2AP |
|
s2ap |
Legacy alias for |
SIGN_UP |
|
signUp |
Legacy alias for |
SignUpInfo
| JSON representation |
|---|
{ "classId": string } |
| Fields | |
|---|---|
classId |
ID of the class the user can sign up for. |
Methods |
|
|---|---|
|
Inserts the smart tap. |