Class DeliveryDateForZipPairEstimate
Class representing time-in-transit estimates for a specific carrier-route-service level combination in a EstimateDeliveryDateForZipPairResult.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class DeliveryDateForZipPairEstimate : 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 TimeInTransitDetailsForDeliveryDateEstimate for the carrier-service level combination.
Declaration
public TimeInTransitDetailsForDeliveryDateEstimate TimeInTransitDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeInTransitDetailsForDeliveryDateEstimate |