Show / Hide Table of Contents

Class MinimumOrderValueTableStoreCodeSetWithMov

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.

Inheritance
System.Object
MinimumOrderValueTableStoreCodeSetWithMov
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class MinimumOrderValueTableStoreCodeSetWithMov : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

StoreCodes

A list of unique store codes or empty for the catch all.

Declaration
[JsonProperty("storeCodes")]
public virtual IList<string> StoreCodes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Value

The minimum order value for the given stores.

Declaration
[JsonProperty("value")]
public virtual Price Value { get; set; }
Property Value
Type Description
Price

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top