Class ProductDeliveryTimeAreaDeliveryTimeDeliveryTime
A delivery time for this product.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductDeliveryTimeAreaDeliveryTimeDeliveryTime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxHandlingTimeDays
Required. The maximum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0.
Declaration
[JsonProperty("maxHandlingTimeDays")]
public virtual int? MaxHandlingTimeDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxTransitTimeDays
Required. The maximum number of business days (inclusive) between when the product ships and when the product is delivered.
Declaration
[JsonProperty("maxTransitTimeDays")]
public virtual int? MaxTransitTimeDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinHandlingTimeDays
Required. The minimum number of business days (inclusive) between when an order is placed and when the product ships. If a product ships in the same day, set this value to 0.
Declaration
[JsonProperty("minHandlingTimeDays")]
public virtual int? MinHandlingTimeDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinTransitTimeDays
Required. The minimum number of business days (inclusive) between when the product ships and when the product is delivered.
Declaration
[JsonProperty("minTransitTimeDays")]
public virtual int? MinTransitTimeDays { get; set; }
Property Value
Type | Description |
---|---|
int? |