Class RecommendShipDateForZipPair
Parameters for
Inheritance
System.Object
RecommendShipDateForZipPair
Implements
Inherited Members
Namespace: EasyPost.Parameters.SmartRate
Assembly: EasyPost.dll
Syntax
public class RecommendShipDateForZipPair : BaseParameters<RecommendShipDateForShipmentResult>, IBaseParameters
Properties
| Improve this Doc View SourceCarriers
The names of the carriers to estimate delivery dates for.
Declaration
public List<string>? Carriers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |
DesiredDeliveryDate
The desired date the parcel(s) should be delivered.
Declaration
public string? DesiredDeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
FromZip
The origin postal code of the parcel(s).
Declaration
public string? FromZip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
SaturdayDelivery
Whether to include potential Saturday delivery dates in the estimations.
Declaration
public bool? SaturdayDelivery { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ToZip
The destination postal code of the parcel(s).
Declaration
public string? ToZip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |