Class OmnichannelSetting
Collection of information related to the omnichannel settings of a merchant.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class OmnichannelSetting : IDirectResponseSchema
Properties
About
Optional. The about page URI and state for this country.
Declaration
[JsonProperty("about")]
public virtual About About { get; set; }
Property Value
| Type | Description |
|---|---|
| About |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InStock
Optional. The InStock URI and state for this country.
Declaration
[JsonProperty("inStock")]
public virtual InStock InStock { get; set; }
Property Value
| Type | Description |
|---|---|
| InStock |
InventoryVerification
Optional. The inventory verification contact and state for this country.
Declaration
[JsonProperty("inventoryVerification")]
public virtual InventoryVerification InventoryVerification { get; set; }
Property Value
| Type | Description |
|---|---|
| InventoryVerification |
LfpLink
Output only. The established link to a LFP provider.
Declaration
[JsonProperty("lfpLink")]
public virtual LfpLink LfpLink { get; set; }
Property Value
| Type | Description |
|---|---|
| LfpLink |
LsfType
Required. The Local Store Front type for this country.
Declaration
[JsonProperty("lsfType")]
public virtual string LsfType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the omnichannel setting. Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Odo
Optional. The On Display to Order (ODO) policy URI and state for this country.
Declaration
[JsonProperty("odo")]
public virtual OnDisplayToOrder Odo { get; set; }
Property Value
| Type | Description |
|---|---|
| OnDisplayToOrder |
Pickup
Optional. The Pickup URI and state for this country.
Declaration
[JsonProperty("pickup")]
public virtual Pickup Pickup { get; set; }
Property Value
| Type | Description |
|---|---|
| Pickup |
RegionCode
Required. Immutable. Region code defined by CLDR. Must be provided in the Create method, and is immutable.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |