Class EstimateDeliveryDateForZipPair
Parameters for
Inheritance
System.Object
EstimateDeliveryDateForZipPair
Implements
Inherited Members
Namespace: EasyPost.Parameters.SmartRate
Assembly: EasyPost.dll
Syntax
public class EstimateDeliveryDateForZipPair : BaseParameters<EstimateDeliveryDateForZipPairResult>, 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>> |
FromZip
The origin postal code of the parcel(s).
Declaration
public string? FromZip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PlannedShipDate
The date when the carrier would take possession of the parcel(s).
Declaration
public string? PlannedShipDate { 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> |