Show / Hide Table of Contents

Class Issuer

Inheritance
object
Issuer
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX