businessType property
Indicates the type of the service area business.
Required. Possible string values are:
- "BUSINESS_TYPE_UNSPECIFIED" : Output only. Not specified.
- "CUSTOMER_LOCATION_ONLY" : Offers service only in the surrounding area
(not at the business address). If a business is being updated from a
CUSTOMER_AND_BUSINESS_LOCATION to a CUSTOMER_LOCATION_ONLY, the location
update must include field mask
storefront_address
and set the field to empty. - "CUSTOMER_AND_BUSINESS_LOCATION" : Offers service at the business address and the surrounding area.
Implementation
core.String? businessType;