Class Region
Represents a geographic region that you can use as a target with both the RegionalInventory
and
ShippingSettings
services. You can define regions as collections of either postal codes or, in some countries,
using predefined geotargets. For more information, see Set up regions for more information.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Region : IDirectResponseSchema
Properties
DisplayName
Optional. The display name of the region.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
GeotargetArea
Optional. A list of geotargets that defines the region area.
Declaration
[JsonProperty("geotargetArea")]
public virtual GeoTargetArea GeotargetArea { get; set; }
Property Value
Type | Description |
---|---|
GeoTargetArea |
Name
Identifier. The resource name of the region. Format: accounts/{account}/regions/{region}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCodeArea
Optional. A list of postal codes that defines the region area.
Declaration
[JsonProperty("postalCodeArea")]
public virtual PostalCodeArea PostalCodeArea { get; set; }
Property Value
Type | Description |
---|---|
PostalCodeArea |
RegionalInventoryEligible
Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.
Declaration
[JsonProperty("regionalInventoryEligible")]
public virtual bool? RegionalInventoryEligible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShippingEligible
Output only. Indicates if the region is eligible for use in the Shipping Services configuration.
Declaration
[JsonProperty("shippingEligible")]
public virtual bool? ShippingEligible { get; set; }
Property Value
Type | Description |
---|---|
bool? |