Class MinimumOrderValueTable
Table of per store minimum order values for the pickup fulfillment type.
Implements
Inherited Members
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> |