content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.RateGroup Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.RateGroup:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< string > ApplicableShippingLabels [get, set]
 A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required. More...
 
virtual System.Collections.Generic.IList< CarrierRateCarrierRates [get, set]
 A list of carrier rates that can be referred to by mainTable or singleValue. More...
 
virtual Table MainTable [get, set]
 A table defining the rate group, when singleValue is not expressive enough. Can only be set if singleValue is not set. More...
 
virtual string Name [get, set]
 Name of the rate group. Optional. If set has to be unique within shipping service. More...
 
virtual Value SingleValue [get, set]
 The value of the rate group (e.g. flat rate $10). Can only be set if mainTable and subtables are not set. More...
 
virtual System.Collections.Generic.IList< TableSubtables [get, set]
 A list of subtables referred to by mainTable. Can only be set if mainTable is set. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ApplicableShippingLabels

virtual System.Collections.Generic.IList<string> Google.Apis.ShoppingContent.v2_1.Data.RateGroup.ApplicableShippingLabels
getset

A list of shipping labels defining the products to which this rate group applies to. This is a disjunction: only one of the labels has to match for the rate group to apply. May only be empty for the last rate group of a service. Required.

◆ CarrierRates

virtual System.Collections.Generic.IList<CarrierRate> Google.Apis.ShoppingContent.v2_1.Data.RateGroup.CarrierRates
getset

A list of carrier rates that can be referred to by mainTable or singleValue.

◆ ETag

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

The ETag of the item.

◆ MainTable

virtual Table Google.Apis.ShoppingContent.v2_1.Data.RateGroup.MainTable
getset

A table defining the rate group, when singleValue is not expressive enough. Can only be set if singleValue is not set.

◆ Name

virtual string Google.Apis.ShoppingContent.v2_1.Data.RateGroup.Name
getset

Name of the rate group. Optional. If set has to be unique within shipping service.

◆ SingleValue

virtual Value Google.Apis.ShoppingContent.v2_1.Data.RateGroup.SingleValue
getset

The value of the rate group (e.g. flat rate $10). Can only be set if mainTable and subtables are not set.

◆ Subtables

virtual System.Collections.Generic.IList<Table> Google.Apis.ShoppingContent.v2_1.Data.RateGroup.Subtables
getset

A list of subtables referred to by mainTable. Can only be set if mainTable is set.


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