Show / Hide Table of Contents

Class OmnichannelSetting

Collection of information related to the omnichannel settings of a merchant.

Inheritance
object
OmnichannelSetting
Implements
IMessage<OmnichannelSetting>
IEquatable<OmnichannelSetting>
IDeepCloneable<OmnichannelSetting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class OmnichannelSetting : IMessage<OmnichannelSetting>, IEquatable<OmnichannelSetting>, IDeepCloneable<OmnichannelSetting>, IBufferMessage, IMessage

Constructors

OmnichannelSetting()

Declaration
public OmnichannelSetting()

OmnichannelSetting(OmnichannelSetting)

Declaration
public OmnichannelSetting(OmnichannelSetting other)
Parameters
Type Name Description
OmnichannelSetting other

Properties

About

Optional. The about page URI and state for this country.

Declaration
public About About { get; set; }
Property Value
Type Description
About

InStock

Optional. The InStock URI and state for this country.

Declaration
public InStock InStock { get; set; }
Property Value
Type Description
InStock

InventoryVerification

Optional. The inventory verification contact and state for this country.

Declaration
public InventoryVerification InventoryVerification { get; set; }
Property Value
Type Description
InventoryVerification

LfpLink

Output only. The established link to a LFP provider.

Declaration
public LfpLink LfpLink { get; set; }
Property Value
Type Description
LfpLink

LsfType

Required. The Local Store Front type for this country.

Declaration
public OmnichannelSetting.Types.LsfType LsfType { get; set; }
Property Value
Type Description
OmnichannelSetting.Types.LsfType

Name

Identifier. The resource name of the omnichannel setting. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}

Declaration
public 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
public OnDisplayToOrder Odo { get; set; }
Property Value
Type Description
OnDisplayToOrder

OmnichannelSettingName

OmnichannelSettingName-typed view over the Name resource name property.

Declaration
public OmnichannelSettingName OmnichannelSettingName { get; set; }
Property Value
Type Description
OmnichannelSettingName

Pickup

Optional. The Pickup URI and state for this country.

Declaration
public 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
public string RegionCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX