Class ProductMinimumOrderValue
The minimum order value in the cart before the checkout is permitted.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class ProductMinimumOrderValue : IDirectResponseSchema
Properties
Country
Required. The CLDR territory code of the country to which an item will ship.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Required. The minimum cart or basket value before the checkout is permitted.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
Service
A free-form description of the service class or delivery speed. This should match the service value set for the Shipping attribute. See service.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Surface
The surface to which the minimum order value applies. Defaults to ONLINE_LOCAL if not configured.
Declaration
[JsonProperty("surface")]
public virtual string Surface { get; set; }
Property Value
| Type | Description |
|---|---|
| string |