Class MinimumOrderValueTable.Types.StoreCodeSetWithMov
A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class MinimumOrderValueTable.Types.StoreCodeSetWithMov : IMessage<MinimumOrderValueTable.Types.StoreCodeSetWithMov>, IEquatable<MinimumOrderValueTable.Types.StoreCodeSetWithMov>, IDeepCloneable<MinimumOrderValueTable.Types.StoreCodeSetWithMov>, IBufferMessage, IMessage
Constructors
StoreCodeSetWithMov()
Declaration
public StoreCodeSetWithMov()
StoreCodeSetWithMov(StoreCodeSetWithMov)
Declaration
public StoreCodeSetWithMov(MinimumOrderValueTable.Types.StoreCodeSetWithMov other)
Parameters
Type | Name | Description |
---|---|---|
MinimumOrderValueTable.Types.StoreCodeSetWithMov | other |
Properties
StoreCodes
Optional. A list of unique store codes or empty for the catch all.
Declaration
public RepeatedField<string> StoreCodes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
Value
The minimum order value for the given stores.
Declaration
public Price Value { get; set; }
Property Value
Type | Description |
---|---|
Price |