Show / Hide Table of Contents

Class ProductDeliveryTime

The estimated days to deliver a product after an order is placed. Only authorized shipping signals partners working with a merchant can use this resource. Merchants should use the products resource instead.

Inheritance
object
ProductDeliveryTime
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 ProductDeliveryTime : IDirectResponseSchema

Properties

AreaDeliveryTimes

Required. A set of associations between DeliveryArea and DeliveryTime entries. The total number of areaDeliveryTimes can be at most 100.

Declaration
[JsonProperty("areaDeliveryTimes")]
public virtual IList<ProductDeliveryTimeAreaDeliveryTime> AreaDeliveryTimes { get; set; }
Property Value
Type Description
IList<ProductDeliveryTimeAreaDeliveryTime>

ETag

The ETag of the item.

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

ProductId

Required. The id of the product.

Declaration
[JsonProperty("productId")]
public virtual ProductId ProductId { get; set; }
Property Value
Type Description
ProductId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX