Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountBusinessInformation |
AccountBusinessInformation.clone() |
AccountBusinessInformation |
Account.getBusinessInformation()
The business information of the account.
|
AccountBusinessInformation |
AccountBusinessInformation.set(String fieldName,
Object value) |
AccountBusinessInformation |
AccountBusinessInformation.setAddress(AccountAddress address)
The address of the business.
|
AccountBusinessInformation |
AccountBusinessInformation.setCustomerService(AccountCustomerService customerService)
The customer service information of the business.
|
AccountBusinessInformation |
AccountBusinessInformation.setKoreanBusinessRegistrationNumber(String koreanBusinessRegistrationNumber)
The 10-digit [Korean business registration
number](https://support.google.com/merchants/answer/9037766) separated with dashes in the
format: XXX-XX-XXXXX.
|
AccountBusinessInformation |
AccountBusinessInformation.setPhoneNumber(String phoneNumber)
The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format.
|
AccountBusinessInformation |
AccountBusinessInformation.setPhoneVerificationStatus(String phoneVerificationStatus)
Verification status of the phone number of the business.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.setBusinessInformation(AccountBusinessInformation businessInformation)
The business information of the account.
|
Copyright © 2011–2024 Google. All rights reserved.