Show / Hide Table of Contents

Class CountrySettings

Country-specific settings for the merchant.

Inheritance
object
CountrySettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX