Class LiaOmnichannelExperience
Omnichannel experience details.
Implements
Inherited Members
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> |