Show / Hide Table of Contents

Class LfpMerchantState.Types.CountrySettings

Country-specific settings for the merchant.

Inheritance
object
LfpMerchantState.Types.CountrySettings
Implements
IMessage<LfpMerchantState.Types.CountrySettings>
IEquatable<LfpMerchantState.Types.CountrySettings>
IDeepCloneable<LfpMerchantState.Types.CountrySettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.dll
Syntax
public sealed class LfpMerchantState.Types.CountrySettings : IMessage<LfpMerchantState.Types.CountrySettings>, IEquatable<LfpMerchantState.Types.CountrySettings>, IDeepCloneable<LfpMerchantState.Types.CountrySettings>, IBufferMessage, IMessage

Constructors

CountrySettings()

Declaration
public CountrySettings()

CountrySettings(CountrySettings)

Declaration
public CountrySettings(LfpMerchantState.Types.CountrySettings other)
Parameters
Type Name Description
LfpMerchantState.Types.CountrySettings other

Properties

FreeLocalListingsEnabled

True if this merchant has enabled free local listings in MC.

Declaration
public bool FreeLocalListingsEnabled { get; set; }
Property Value
Type Description
bool

InstockServingVerificationState

Output only. The verification state of this merchant's instock serving feature.

Declaration
public LfpMerchantState.Types.CountrySettings.Types.VerificationState InstockServingVerificationState { get; set; }
Property Value
Type Description
LfpMerchantState.Types.CountrySettings.Types.VerificationState

InventoryVerificationState

Output only. The verification state of this merchant's inventory check.

Declaration
public LfpMerchantState.Types.CountrySettings.Types.VerificationState InventoryVerificationState { get; set; }
Property Value
Type Description
LfpMerchantState.Types.CountrySettings.Types.VerificationState

LocalInventoryAdsEnabled

True if this merchant has enabled local inventory ads in MC.

Declaration
public bool LocalInventoryAdsEnabled { get; set; }
Property Value
Type Description
bool

PickupServingVerificationState

Output only. The verification state of this merchant's pickup serving feature.

Declaration
public LfpMerchantState.Types.CountrySettings.Types.VerificationState PickupServingVerificationState { get; set; }
Property Value
Type Description
LfpMerchantState.Types.CountrySettings.Types.VerificationState

ProductPageType

Output only. The product page type selected by this merchant.

Declaration
public LfpMerchantState.Types.CountrySettings.Types.ProductPageType ProductPageType { get; set; }
Property Value
Type Description
LfpMerchantState.Types.CountrySettings.Types.ProductPageType

RegionCode

Required. The CLDR territory code for the country for which these settings are defined.

Declaration
public string RegionCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX