Show / Hide Table of Contents

Class MinimumOrderValueTable

Table of per store minimum order values for the pickup fulfillment type.

Inheritance
object
MinimumOrderValueTable
Implements
IMessage<MinimumOrderValueTable>
IEquatable<MinimumOrderValueTable>
IDeepCloneable<MinimumOrderValueTable>
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 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>
In this article
Back to top Generated by DocFX