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

Properties

virtual string CarrierName [get, set]
 Carrier service, such as "UPS" or "Fedex". The list of supported carriers can be retrieved via the getSupportedCarriers method. Required. More...
 
virtual string CarrierService [get, set]
 Carrier service, such as "ground" or "2 days". The list of supported services for a carrier can be retrieved via the getSupportedCarriers method. Required. More...
 
virtual Price FlatAdjustment [get, set]
 Additive shipping rate modifier. Can be negative. For example { "value": "1", "currency" : "USD" } adds $1 to the rate, { "value": "-3", "currency" : "USD" } removes $3 from the rate. Optional. More...
 
virtual string Name [get, set]
 Name of the carrier rate. Must be unique per rate group. Required. More...
 
virtual string OriginPostalCode [get, set]
 Shipping origin for this carrier rate. Required. More...
 
virtual string PercentageAdjustment [get, set]
 Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ CarrierName

virtual string Google.Apis.ShoppingContent.v2_1.Data.CarrierRate.CarrierName
getset

Carrier service, such as "UPS" or "Fedex". The list of supported carriers can be retrieved via the getSupportedCarriers method. Required.

◆ CarrierService

virtual string Google.Apis.ShoppingContent.v2_1.Data.CarrierRate.CarrierService
getset

Carrier service, such as "ground" or "2 days". The list of supported services for a carrier can be retrieved via the getSupportedCarriers method. Required.

◆ ETag

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

The ETag of the item.

◆ FlatAdjustment

virtual Price Google.Apis.ShoppingContent.v2_1.Data.CarrierRate.FlatAdjustment
getset

Additive shipping rate modifier. Can be negative. For example { "value": "1", "currency" : "USD" } adds $1 to the rate, { "value": "-3", "currency" : "USD" } removes $3 from the rate. Optional.

◆ Name

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

Name of the carrier rate. Must be unique per rate group. Required.

◆ OriginPostalCode

virtual string Google.Apis.ShoppingContent.v2_1.Data.CarrierRate.OriginPostalCode
getset

Shipping origin for this carrier rate. Required.

◆ PercentageAdjustment

virtual string Google.Apis.ShoppingContent.v2_1.Data.CarrierRate.PercentageAdjustment
getset

Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional.


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