Show / Hide Table of Contents

Class TransitTable.Types.TransitTimeRow.Types.TransitTimeValue

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

Inheritance
object
TransitTable.Types.TransitTimeRow.Types.TransitTimeValue
Implements
IMessage<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>
IEquatable<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>
IDeepCloneable<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class TransitTable.Types.TransitTimeRow.Types.TransitTimeValue : IMessage<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>, IEquatable<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>, IDeepCloneable<TransitTable.Types.TransitTimeRow.Types.TransitTimeValue>, IBufferMessage, IMessage

Constructors

TransitTimeValue()

Declaration
public TransitTimeValue()

TransitTimeValue(TransitTimeValue)

Declaration
public TransitTimeValue(TransitTable.Types.TransitTimeRow.Types.TransitTimeValue other)
Parameters
Type Name Description
TransitTable.Types.TransitTimeRow.Types.TransitTimeValue other

Properties

HasMaxTransitDays

Gets whether the "max_transit_days" field is set

Declaration
public bool HasMaxTransitDays { get; }
Property Value
Type Description
bool

HasMinTransitDays

Gets whether the "min_transit_days" field is set

Declaration
public bool HasMinTransitDays { get; }
Property Value
Type Description
bool

MaxTransitDays

Must be greater than or equal to min_transit_days.

Declaration
public 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
public int MinTransitDays { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX