Show / Hide Table of Contents

Class AccountBusinessInformation

Inheritance
object
AccountBusinessInformation
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountBusinessInformation : IDirectResponseSchema

Properties

Address

The address of the business. Use \n to add a second address line.

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
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
string

PhoneNumber

The phone number of the business in E.164 format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the Accounts.requestphoneverification and Accounts.verifyphonenumber.

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

PhoneVerificationStatus

Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - "verified" - "unverified"

Declaration
[JsonProperty("phoneVerificationStatus")]
public virtual string PhoneVerificationStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX