Show / Hide Table of Contents

Class MinimumOrderValueTable

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

Inheritance
object
MinimumOrderValueTable
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class MinimumOrderValueTable : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
[JsonProperty("storeCodeSetWithMovs")]
public virtual IList<StoreCodeSetWithMov> StoreCodeSetWithMovs { get; set; }
Property Value
Type Description
IList<StoreCodeSetWithMov>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX