content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.Value Class Reference

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. More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.Value:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string CarrierRateName [get, set]
 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. More...
 
virtual Price FlatRate [get, set]
 A flat rate. Can only be set if all other fields are not set. More...
 
virtual System.Nullable< bool > NoShipping [get, set]
 If true, then the product can't ship. Must be true when set, can only be set if all other fields are not set. More...
 
virtual string PricePercentage [get, set]
 A percentage of the price represented as a number in decimal notation (e.g., "5.4"). Can only be set if all other fields are not set. More...
 
virtual string SubtableName [get, set]
 The name of a subtable. Can only be set in table cells (i.e., not for single values), and only if all other fields are not set. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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.

Property Documentation

◆ CarrierRateName

virtual string Google.Apis.ShoppingContent.v2_1.Data.Value.CarrierRateName
getset

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.

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.Value.ETag
getset

The ETag of the item.

◆ FlatRate

virtual Price Google.Apis.ShoppingContent.v2_1.Data.Value.FlatRate
getset

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

◆ NoShipping

virtual System.Nullable<bool> Google.Apis.ShoppingContent.v2_1.Data.Value.NoShipping
getset

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

◆ PricePercentage

virtual string Google.Apis.ShoppingContent.v2_1.Data.Value.PricePercentage
getset

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

◆ SubtableName

virtual string Google.Apis.ShoppingContent.v2_1.Data.Value.SubtableName
getset

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


The documentation for this class was generated from the following file: