Class Issuer
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class Issuer : IDirectResponseSchema
Properties
CallbackOptions
Allows the issuer to provide their callback settings.
Declaration
[JsonProperty("callbackOptions")]
public virtual CallbackOptions CallbackOptions { get; set; }
Property Value
Type | Description |
---|---|
CallbackOptions |
ContactInfo
Issuer contact information.
Declaration
[JsonProperty("contactInfo")]
public virtual IssuerContactInfo ContactInfo { get; set; }
Property Value
Type | Description |
---|---|
IssuerContactInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HomepageUrl
URL for the issuer's home page.
Declaration
[JsonProperty("homepageUrl")]
public virtual string HomepageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
IssuerId
The unique identifier for an issuer account. This is automatically generated when the issuer is inserted.
Declaration
[JsonProperty("issuerId")]
public virtual long? IssuerId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
The account name of the issuer.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SmartTapMerchantData
Available only to Smart Tap enabled partners. Contact support for additional guidance.
Declaration
[JsonProperty("smartTapMerchantData")]
public virtual SmartTapMerchantData SmartTapMerchantData { get; set; }
Property Value
Type | Description |
---|---|
SmartTapMerchantData |