Class RecommendShipDateForZipPairResult
Class representing ship date recommendations for carrier-route-service level combinations.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class RecommendShipDateForZipPairResult : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceCarriersWithoutEstimates
A list of carrier names that do not have estimated delivery dates.
Declaration
public List<string>? CarriersWithoutEstimates { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |
DesiredDeliveryDate
The delivery date used for the estimates.
Declaration
public string? DesiredDeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
FromZip
The origin postal code used for the estimates.
Declaration
public string? FromZip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Results
The estimate results.
Declaration
public List<ShipDateForZipPairRecommendation>? Results { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ShipDateForZipPairRecommendation>> |
SaturdayDelivery
Whether potential Saturday delivery dates are included in the estimates.
Declaration
public bool? SaturdayDelivery { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ToZip
The destination postal code used for the estimates.
Declaration
public string? ToZip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |