Show / Hide Table of Contents

Class CarriersCarrier

Inheritance
System.Object
CarriersCarrier
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class CarriersCarrier : IDirectResponseSchema

Properties

Country

The CLDR country code of the carrier (e.g., "US"). Always present.

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

The name of the carrier (e.g., &quot;UPS&quot;). Always present.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Services

A list of supported services (e.g., &quot;ground&quot;) 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
System.Collections.Generic.IList<System.String>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top