Show / Hide Table of Contents

Class TransitTimeValue

Transit time range (min-max) in business days.

Inheritance
object
TransitTimeValue
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.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class TransitTimeValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MaxTransitDays

Must be greater than or equal to min_transit_days.

Declaration
[JsonProperty("maxTransitDays")]
public virtual int? MaxTransitDays { get; set; }
Property Value
Type Description
int?

MinTransitDays

Minimum transit time range in business days. 0 means same day delivery, 1 means next day delivery.

Declaration
[JsonProperty("minTransitDays")]
public virtual int? MinTransitDays { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX