Show / Hide Table of Contents

Class Value

The single value of a rate group or the value of a rate group table's cell. Exactly one of noShipping, flatRate, pricePercentage, carrierRateName, subtableName must be set.

Inheritance
object
Value
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Value : IDirectResponseSchema

Properties

CarrierRateName

The name of a carrier rate referring to a carrier rate defined in the same rate group. Can only be set if all other fields are not set.

Declaration
[JsonProperty("carrierRateName")]
public virtual string CarrierRateName { 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

FlatRate

A flat rate. Can only be set if all other fields are not set.

Declaration
[JsonProperty("flatRate")]
public virtual Price FlatRate { get; set; }
Property Value
Type Description
Price

NoShipping

If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set.

Declaration
[JsonProperty("noShipping")]
public virtual bool? NoShipping { get; set; }
Property Value
Type Description
bool?

PricePercentage

A percentage of the price represented as a number in decimal notation (for example, "5.4"). Can only be set if all other fields are not set.

Declaration
[JsonProperty("pricePercentage")]
public virtual string PricePercentage { get; set; }
Property Value
Type Description
string

SubtableName

The name of a subtable. Can only be set in table cells (not for single values), and only if all other fields are not set.

Declaration
[JsonProperty("subtableName")]
public virtual string SubtableName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX