Class CustomerService
Customer service information.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class CustomerService : IMessage<CustomerService>, IEquatable<CustomerService>, IDeepCloneable<CustomerService>, IBufferMessage, IMessage
Constructors
CustomerService()
Declaration
public CustomerService()
CustomerService(CustomerService)
Declaration
public CustomerService(CustomerService other)
Parameters
Type | Name | Description |
---|---|---|
CustomerService | other |
Properties
Optional. The email address where customer service may be reached.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
HasEmail
Gets whether the "email" field is set
Declaration
public bool HasEmail { get; }
Property Value
Type | Description |
---|---|
bool |
HasUri
Gets whether the "uri" field is set
Declaration
public bool HasUri { get; }
Property Value
Type | Description |
---|---|
bool |
Phone
Optional. The phone number where customer service may be called.
Declaration
public PhoneNumber Phone { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
Uri
Optional. The URI where customer service may be found.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |