Class BusinessInfo
Collection of information related to a business.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class BusinessInfo : IDirectResponseSchema
Properties
Address
Optional. The address of the business.
Declaration
[JsonProperty("address")]
public virtual PostalAddress Address { get; set; }
Property Value
Type | Description |
---|---|
PostalAddress |
CustomerService
Optional. The customer service of the business.
Declaration
[JsonProperty("customerService")]
public virtual CustomerService CustomerService { get; set; }
Property Value
Type | Description |
---|---|
CustomerService |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KoreanBusinessRegistrationNumber
Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.
Declaration
[JsonProperty("koreanBusinessRegistrationNumber")]
public virtual string KoreanBusinessRegistrationNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the business info. Format: accounts/{account}/businessInfo
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Output only. The phone number of the business.
Declaration
[JsonProperty("phone")]
public virtual PhoneNumber Phone { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
PhoneVerificationState
Output only. The phone verification state of the business.
Declaration
[JsonProperty("phoneVerificationState")]
public virtual string PhoneVerificationState { get; set; }
Property Value
Type | Description |
---|---|
string |