Resource: BusinessInfo
The BusinessInfo message contains essential information about a  business.
This message captures key business details such as physical address, customer service contacts, and region-specific identifiers.
| JSON representation | 
|---|
{ "name": string, "address": { object (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The resource name of the business info. Format:   | 
              
address | 
                
                   
 Optional. The address of the business. Only   | 
              
phone | 
                
                   
 Output only. The phone number of the business.  | 
              
phoneVerificationState | 
                
                   
 Output only. The phone verification state of the business.  | 
              
customerService | 
                
                   
 Optional. The customer service of the business.  | 
              
koreanBusinessRegistrationNumber | 
                
                   
 Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.  | 
              
PhoneVerificationState
The phone verification state.
| Enums | |
|---|---|
PHONE_VERIFICATION_STATE_UNSPECIFIED | 
                Default value. This value is unused. | 
PHONE_VERIFICATION_STATE_VERIFIED | 
                The phone is verified. | 
PHONE_VERIFICATION_STATE_UNVERIFIED | 
                The phone is unverified. | 
CustomerService
Customer service information.
| JSON representation | 
|---|
{
  "uri": string,
  "email": string,
  "phone": {
    object ( | 
              
| Fields | |
|---|---|
uri | 
                
                   
 Optional. The URI where customer service may be found.  | 
              
email | 
                
                   
 Optional. The email address where customer service may be reached.  | 
              
phone | 
                
                   
 Optional. The phone number where customer service may be called.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Retrieves the business info of an account. | 
                
 | 
              Updates the business info of an account. |