Class FreeShippingThreshold
Conditions to be met for a product to have free shipping.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.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 |