Show / Hide Table of Contents

Class CustomerService

Customer service information.

Inheritance
object
CustomerService
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.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

Email

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX