Show / Hide Table of Contents

Class ProductMinimumOrderValue

The minimum order value in the cart before the checkout is permitted.

Inheritance
object
ProductMinimumOrderValue
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX