Show / Hide Table of Contents

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 Source

DaysInTransit

Expanded confidence levels for time in transit estimates.

Declaration
public TimeInTransit DaysInTransit { get; set; }
Property Value
Type Description
TimeInTransit
| Improve this Doc View Source

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>
| Improve this Doc View Source

PlannedShipDate

The planned departure date for the shipment.

Declaration
public DateTime? PlannedShipDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX