Class CarriersCarrier
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CarriersCarrier : IDirectResponseSchema
Properties
Country
The CLDR country code of the carrier (for example, "US"). Always present.
Declaration
[JsonProperty("country")]
public virtual string Country { 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 |
EddServices
A list of services supported for EDD (Estimated Delivery Date) calculation. This is the list of valid values for WarehouseBasedDeliveryTime.carrierService.
Declaration
[JsonProperty("eddServices")]
public virtual IList<string> EddServices { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
The name of the carrier (for example, "UPS"
). Always present.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
A list of supported services (for example, "ground"
) for that carrier. Contains at least one service. This
is the list of valid values for CarrierRate.carrierService.
Declaration
[JsonProperty("services")]
public virtual IList<string> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |