Show / Hide Table of Contents

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 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

DeliveryDateConfidence

Confidence level for the EasyPostRecommendedShipDate.

Declaration
public float? DeliveryDateConfidence { get; set; }
Property Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

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

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

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX