Class IssuerContactInfo
Implements
Inherited Members
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 |
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 |