Show / Hide Table of Contents

Class ProductMinimumOrderValue

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

Inheritance
object
ProductMinimumOrderValue
Implements
IMessage<ProductMinimumOrderValue>
IEquatable<ProductMinimumOrderValue>
IDeepCloneable<ProductMinimumOrderValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class ProductMinimumOrderValue : IMessage<ProductMinimumOrderValue>, IEquatable<ProductMinimumOrderValue>, IDeepCloneable<ProductMinimumOrderValue>, IBufferMessage, IMessage

Constructors

ProductMinimumOrderValue()

Declaration
public ProductMinimumOrderValue()

ProductMinimumOrderValue(ProductMinimumOrderValue)

Declaration
public ProductMinimumOrderValue(ProductMinimumOrderValue other)
Parameters
Type Name Description
ProductMinimumOrderValue other

Properties

Country

Required. The CLDR territory code of the country to which an item will ship.

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

HasCountry

Gets whether the "country" field is set

Declaration
public bool HasCountry { get; }
Property Value
Type Description
bool

HasService

Gets whether the "service" field is set

Declaration
public bool HasService { get; }
Property Value
Type Description
bool

HasSurface

Gets whether the "surface" field is set

Declaration
public bool HasSurface { get; }
Property Value
Type Description
bool

Price

Required. The minimum cart or basket value before the checkout is permitted.

Declaration
public 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][google.shopping.merchant.products.v1.Shipping.service].

Declaration
public 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
public ProductMinimumOrderValue.Types.Surface Surface { get; set; }
Property Value
Type Description
ProductMinimumOrderValue.Types.Surface
In this article
Back to top Generated by DocFX