Class ServiceAreaBusiness
Service area businesses provide their service at the customer's location (for example, a locksmith or plumber).
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class ServiceAreaBusiness : IDirectResponseSchema
Properties
BusinessType
Required. Indicates the type of the service area business.
Declaration
[JsonProperty("businessType")]
public virtual string BusinessType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Places
The area that this business serves defined through a set of places.
Declaration
[JsonProperty("places")]
public virtual Places Places { get; set; }
Property Value
Type | Description |
---|---|
Places |
RegionCode
Immutable. CLDR region code of the country/region that this service area business is based in. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland. This field is required for CUSTOMER_LOCATION_ONLY businesses, and is ignored otherwise. The region specified here can be different from regions for the areas that this business serves (e.g. service area businesses that provide services in regions other than the one that they are based in). If this location requires verification after creation, the address provided for verification purposes must be located within this region, and the business owner or their authorized representative must be able to receive postal mail at the provided verification address.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |