Show / Hide Table of Contents

Class LiaCountrySettings

Inheritance
object
LiaCountrySettings
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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 (for example, "US").

Declaration
[JsonProperty("country")]
public virtual string Country { 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

HostedLocalStorefrontActive

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

Declaration
[JsonProperty("hostedLocalStorefrontActive")]
public virtual bool? HostedLocalStorefrontActive { get; set; }
Property Value
Type Description
bool?

Inventory

LIA inventory verification settings.

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

OmnichannelExperience

The omnichannel experience configured for this country.

Declaration
[JsonProperty("omnichannelExperience")]
public virtual LiaOmnichannelExperience OmnichannelExperience { get; set; }
Property Value
Type Description
LiaOmnichannelExperience

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
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX