Class Service.Types.StoreConfig
A list of stores your products are delivered from. This is only valid for the local delivery shipment type.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class Service.Types.StoreConfig : IMessage<Service.Types.StoreConfig>, IEquatable<Service.Types.StoreConfig>, IDeepCloneable<Service.Types.StoreConfig>, IBufferMessage, IMessage
Constructors
StoreConfig()
Declaration
public StoreConfig()
StoreConfig(StoreConfig)
Declaration
public StoreConfig(Service.Types.StoreConfig other)
Parameters
Type | Name | Description |
---|---|---|
Service.Types.StoreConfig | other |
Properties
CutoffConfig
Configs related to local delivery ends for the day.
Declaration
public Service.Types.StoreConfig.Types.CutoffConfig CutoffConfig { get; set; }
Property Value
Type | Description |
---|---|
Service.Types.StoreConfig.Types.CutoffConfig |
HasStoreServiceType
Gets whether the "store_service_type" field is set
Declaration
public bool HasStoreServiceType { get; }
Property Value
Type | Description |
---|---|
bool |
ServiceRadius
Maximum delivery radius. This is only required for the local delivery shipment type.
Declaration
public Distance ServiceRadius { get; set; }
Property Value
Type | Description |
---|---|
Distance |
StoreCodes
Optional. A list of store codes that provide local delivery.
If empty, then all_stores
must be true.
Declaration
public RepeatedField<string> StoreCodes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
StoreServiceType
Indicates whether all stores, or selected stores, listed by this merchant provide local delivery.
Declaration
public Service.Types.StoreConfig.Types.StoreServiceType StoreServiceType { get; set; }
Property Value
Type | Description |
---|---|
Service.Types.StoreConfig.Types.StoreServiceType |