Show / Hide Table of Contents

Class CustomerService

Customer service information.

Inheritance
object
CustomerService
Implements
IMessage<CustomerService>
IEquatable<CustomerService>
IDeepCloneable<CustomerService>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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

Email

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
In this article
Back to top Generated by DocFX