Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class 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.
Generated from protobuf message google.shopping.merchant.accounts.v1.BusinessInfo
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the business info. Format: accounts/{account}/businessInfo
↳ address
Google\Type\PostalAddress
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.
↳ phone
↳ phone_verification_state
int
Output only. The phone verification state of the business.
↳ customer_service
↳ korean_business_registration_number
string
Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.
getName
Identifier. The resource name of the business info.
Format: accounts/{account}/businessInfo
string
setName
Identifier. The resource name of the business info.
Format: accounts/{account}/businessInfo
var
string
$this
getAddress
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.
hasAddress
clearAddress
setAddress
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.
$this
getPhone
Output only. The phone number of the business.
hasPhone
clearPhone
setPhone
Output only. The phone number of the business.
$this
getPhoneVerificationState
Output only. The phone verification state of the business.
int
hasPhoneVerificationState
clearPhoneVerificationState
setPhoneVerificationState
Output only. The phone verification state of the business.
var
int
$this
getCustomerService
Optional. The customer service of the business.
hasCustomerService
clearCustomerService
setCustomerService
Optional. The customer service of the business.
$this
getKoreanBusinessRegistrationNumber
Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.
string
hasKoreanBusinessRegistrationNumber
clearKoreanBusinessRegistrationNumber
setKoreanBusinessRegistrationNumber
Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.
var
string
$this