Show / Hide Table of Contents

Class IssuerContactInfo

Inheritance
object
IssuerContactInfo
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 IssuerContactInfo : IDirectResponseSchema

Properties

AlertsEmails

Email addresses which will receive alerts.

Declaration
[JsonProperty("alertsEmails")]
public virtual IList<string> AlertsEmails { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Email

The primary contact email address.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Name

The primary contact name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Phone

The primary contact phone number.

Declaration
[JsonProperty("phone")]
public virtual string Phone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX