Class ShipDateForZipPairRecommendation
Class representing time-in-transit estimates for a specific carrier-route-service level combination in a RecommendShipDateForZipPairResult.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ShipDateForZipPairRecommendation : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceCarrier
The carrier associated with the estimate.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Service
The service level associated with the estimate.
Declaration
public string? Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TimeInTransitDetails
Estimated TimeInTransitDetailsForShipDateRecommendation for the carrier-service level combination.
Declaration
public TimeInTransitDetailsForShipDateRecommendation TimeInTransitDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeInTransitDetailsForShipDateRecommendation |