Show / Hide Table of Contents

Class AccountBusinessInformation

Inheritance
System.Object
AccountBusinessInformation
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class AccountBusinessInformation : IDirectResponseSchema

Properties

Address

The address of the business.

Declaration
[JsonProperty("address")]
public virtual AccountAddress Address { get; set; }
Property Value
Type Description
AccountAddress

CustomerService

The customer service information of the business.

Declaration
[JsonProperty("customerService")]
public virtual AccountCustomerService CustomerService { get; set; }
Property Value
Type Description
AccountCustomerService

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

KoreanBusinessRegistrationNumber

The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.

Declaration
[JsonProperty("koreanBusinessRegistrationNumber")]
public virtual string KoreanBusinessRegistrationNumber { get; set; }
Property Value
Type Description
System.String

PhoneNumber

The phone number of the business.

Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top