Show / Hide Table of Contents

Class FreeShippingThreshold

Conditions to be met for a product to have free shipping.

Inheritance
object
FreeShippingThreshold
Implements
IMessage<FreeShippingThreshold>
IEquatable<FreeShippingThreshold>
IDeepCloneable<FreeShippingThreshold>
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 FreeShippingThreshold : IMessage<FreeShippingThreshold>, IEquatable<FreeShippingThreshold>, IDeepCloneable<FreeShippingThreshold>, IBufferMessage, IMessage

Constructors

FreeShippingThreshold()

Declaration
public FreeShippingThreshold()

FreeShippingThreshold(FreeShippingThreshold)

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

Properties

Country

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

PriceThreshold

The minimum product price for the shipping cost to become free. Represented as a number.

Declaration
public Price PriceThreshold { get; set; }
Property Value
Type Description
Price
In this article
Back to top Generated by DocFX