Class MinimumOrderValueTable
Table of per store minimum order values for the pickup fulfillment type.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class MinimumOrderValueTable : IMessage<MinimumOrderValueTable>, IEquatable<MinimumOrderValueTable>, IDeepCloneable<MinimumOrderValueTable>, IBufferMessage, IMessage
Constructors
MinimumOrderValueTable()
Declaration
public MinimumOrderValueTable()
MinimumOrderValueTable(MinimumOrderValueTable)
Declaration
public MinimumOrderValueTable(MinimumOrderValueTable other)
Parameters
Type | Name | Description |
---|---|---|
MinimumOrderValueTable | other |
Properties
StoreCodeSetWithMovs
Required. A list of store code sets sharing the same minimum order value (MOV). 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.
Declaration
public RepeatedField<MinimumOrderValueTable.Types.StoreCodeSetWithMov> StoreCodeSetWithMovs { get; }
Property Value
Type | Description |
---|---|
RepeatedField<MinimumOrderValueTable.Types.StoreCodeSetWithMov> |