Class SmartTap
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class SmartTap : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Infos
Communication from merchant to user.
Declaration
[JsonProperty("infos")]
public virtual IList<IssuerToUserInfo> Infos { get; set; }
Property Value
Type | Description |
---|---|
IList<IssuerToUserInfo> |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#smartTap"
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantId
Smart Tap merchant ID of who engaged in the Smart Tap interaction.
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |