Class CustomerService
Customer service information.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class CustomerService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Optional. The email address where customer service may be reached.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Optional. The phone number where customer service may be called.
Declaration
[JsonProperty("phone")]
public virtual PhoneNumber Phone { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
Uri
Optional. The URI where customer service may be found.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |