Class CountrySettings
Country-specific settings for the merchant.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.lfp_v1beta.Data
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class CountrySettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FreeLocalListingsEnabled
True if this merchant has enabled free local listings in MC.
Declaration
[JsonProperty("freeLocalListingsEnabled")]
public virtual bool? FreeLocalListingsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InstockServingVerificationState
Output only. The verification state of this merchant's instock serving feature.
Declaration
[JsonProperty("instockServingVerificationState")]
public virtual string InstockServingVerificationState { get; set; }
Property Value
Type | Description |
---|---|
string |
InventoryVerificationState
Output only. The verification state of this merchant's inventory check.
Declaration
[JsonProperty("inventoryVerificationState")]
public virtual string InventoryVerificationState { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalInventoryAdsEnabled
True if this merchant has enabled local inventory ads in MC.
Declaration
[JsonProperty("localInventoryAdsEnabled")]
public virtual bool? LocalInventoryAdsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PickupServingVerificationState
Output only. The verification state of this merchant's pickup serving feature.
Declaration
[JsonProperty("pickupServingVerificationState")]
public virtual string PickupServingVerificationState { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductPageType
Output only. The product page type selected by this merchant.
Declaration
[JsonProperty("productPageType")]
public virtual string ProductPageType { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
Required. The CLDR territory code for the country for which these settings are defined.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |