Show / Hide Table of Contents

Class 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.

Inheritance
object
StoreCodeSetWithMov
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 StoreCodeSetWithMov : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

StoreCodes

Optional. 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
IList<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

IDirectResponseSchema
In this article
Back to top Generated by DocFX