Class TimeInTransitDetailsForShipDateRecommendation
Class representing estimated transit times for a RecommendShipDateForShipmentResult.
Inheritance
System.Object
TimeInTransitDetailsForShipDateRecommendation
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TimeInTransitDetailsForShipDateRecommendation : object
Properties
| Improve this Doc View SourceDaysInTransit
Expanded confidence levels for time in transit estimates.
Declaration
public TimeInTransit DaysInTransit { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeInTransit |
DeliveryDateConfidence
Confidence level for the EasyPostRecommendedShipDate.
Declaration
public float? DeliveryDateConfidence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
DesiredDeliveryDate
The desired delivery date for the shipment for the associated RecommendShipDateForShipmentResult.
Declaration
public DateTime? DesiredDeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
EasyPostRecommendedShipDate
EasyPost's recommended ship date for the shipment to arrive by the DesiredDeliveryDate.
Declaration
public DateTime? EasyPostRecommendedShipDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
EstimatedTransitDays
The estimated days in transit if shipped on the EasyPostRecommendedShipDate.
Declaration
public int? EstimatedTransitDays { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |