Class BusinessInfo
The BusinessInfo message contains essential information about a merchant's business. This message captures key
business details such as physical address, customer service contacts, and region-specific identifiers.
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. Only region_code, address_lines, postal_code,
administrative_area and locality fields are supported. All other fields are ignored.
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 |