Show / Hide Table of Contents

Class WarehouseBasedDeliveryTime

Inheritance
object
WarehouseBasedDeliveryTime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class WarehouseBasedDeliveryTime : IDirectResponseSchema

Properties

Carrier

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

Declaration
[JsonProperty("carrier")]
public virtual string Carrier { get; set; }
Property Value
Type Description
string

CarrierService

Required. Carrier service, such as "ground" or "2 days". The list of supported services for a carrier can be retrieved through the listSupportedCarriers method. The name of the service must be in the eddSupportedServices list.

Declaration
[JsonProperty("carrierService")]
public virtual string CarrierService { 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

OriginAdministrativeArea

Shipping origin's state.

Declaration
[JsonProperty("originAdministrativeArea")]
public virtual string OriginAdministrativeArea { get; set; }
Property Value
Type Description
string

OriginCity

Shipping origin's city.

Declaration
[JsonProperty("originCity")]
public virtual string OriginCity { get; set; }
Property Value
Type Description
string

OriginCountry

Shipping origin's country represented as a CLDR territory code.

Declaration
[JsonProperty("originCountry")]
public virtual string OriginCountry { get; set; }
Property Value
Type Description
string

OriginPostalCode

Shipping origin.

Declaration
[JsonProperty("originPostalCode")]
public virtual string OriginPostalCode { get; set; }
Property Value
Type Description
string

OriginStreetAddress

Shipping origin's street address.

Declaration
[JsonProperty("originStreetAddress")]
public virtual string OriginStreetAddress { get; set; }
Property Value
Type Description
string

WarehouseName

The name of the warehouse. Warehouse name need to be matched with name. If warehouseName is set, the below fields will be ignored. The warehouse info will be read from warehouse.

Declaration
[JsonProperty("warehouseName")]
public virtual string WarehouseName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX