Show / Hide Table of Contents

Class LiaOmnichannelExperience

Omnichannel experience details.

Inheritance
object
LiaOmnichannelExperience
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 LiaOmnichannelExperience : IDirectResponseSchema

Properties

Country

The 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

LsfType

The Local Store Front (LSF) type for this country. Acceptable values are: - "ghlsf" (Google-Hosted Local Store Front) - "mhlsfBasic" (Merchant-Hosted Local Store Front Basic) - "mhlsfFull" (Merchant-Hosted Local Store Front Full) More details about these types can be found here.

Declaration
[JsonProperty("lsfType")]
public virtual string LsfType { get; set; }
Property Value
Type Description
string

PickupTypes

The Pickup types for this country. Acceptable values are: - "pickupToday" - "pickupLater"

Declaration
[JsonProperty("pickupTypes")]
public virtual IList<string> PickupTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX