Class TimeInTransitDetailsForDeliveryDateEstimate
Class representing estimated transit times for a EstimateDeliveryDateForZipPairResult or RateWithEstimatedDeliveryDate.
Inheritance
System.Object
TimeInTransitDetailsForDeliveryDateEstimate
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TimeInTransitDetailsForDeliveryDateEstimate : 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 |
EasyPostEstimatedDeliveryDate
EasyPost's estimated delivery date for the associated EstimateDeliveryDateForZipPairResult or RateWithEstimatedDeliveryDate.
Declaration
public DateTime? EasyPostEstimatedDeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
PlannedShipDate
The planned departure date for the shipment.
Declaration
public DateTime? PlannedShipDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |