Class SmartTapMerchantData
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class SmartTapMerchantData : IDirectResponseSchema
Properties
AuthenticationKeys
Available only to Smart Tap enabled partners. Contact support for additional guidance.
Declaration
[JsonProperty("authenticationKeys")]
public virtual IList<AuthenticationKey> AuthenticationKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthenticationKey> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SmartTapMerchantId
Available only to Smart Tap enabled partners. Contact support for additional guidance.
Declaration
[JsonProperty("smartTapMerchantId")]
public virtual long? SmartTapMerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |