Class TransitTable.Types.TransitTimeRow.Types.TransitTimeValue
Transit time range (min-max) in business days.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |