Show / Hide Table of Contents

Class LiaCountrySettings

Inheritance
System.Object
LiaCountrySettings
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class LiaCountrySettings : IDirectResponseSchema

Properties

About

The settings for the About page.

Declaration
[JsonProperty("about")]
public virtual LiaAboutPageSettings About { get; set; }
Property Value
Type Description
LiaAboutPageSettings

Country

Required. CLDR country code (e.g. "US").

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HostedLocalStorefrontActive

The status of the "Merchant hosted local storefront" feature.

Declaration
[JsonProperty("hostedLocalStorefrontActive")]
public virtual bool? HostedLocalStorefrontActive { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Inventory

LIA inventory verification settings.

Declaration
[JsonProperty("inventory")]
public virtual LiaInventorySettings Inventory { get; set; }
Property Value
Type Description
LiaInventorySettings

OnDisplayToOrder

LIA "On Display To Order" settings.

Declaration
[JsonProperty("onDisplayToOrder")]
public virtual LiaOnDisplayToOrderSettings OnDisplayToOrder { get; set; }
Property Value
Type Description
LiaOnDisplayToOrderSettings

PosDataProvider

The POS data provider linked with this country.

Declaration
[JsonProperty("posDataProvider")]
public virtual LiaPosDataProvider PosDataProvider { get; set; }
Property Value
Type Description
LiaPosDataProvider

StorePickupActive

The status of the "Store pickup" feature.

Declaration
[JsonProperty("storePickupActive")]
public virtual bool? StorePickupActive { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top