Show / Hide Table of Contents

Class EstimateDeliveryDateForZipPair

Parameters for API calls.

Inheritance
System.Object
BaseParameters<EstimateDeliveryDateForZipPairResult>
EstimateDeliveryDateForZipPair
Implements
IBaseParameters
Inherited Members
BaseParameters<EstimateDeliveryDateForZipPairResult>.MatchFunction
BaseParameters<EstimateDeliveryDateForZipPairResult>.Matches(EstimateDeliveryDateForZipPairResult)
BaseParameters<EstimateDeliveryDateForZipPairResult>.ToDictionary()
BaseParameters<EstimateDeliveryDateForZipPairResult>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.SmartRate
Assembly: EasyPost.dll
Syntax
public class EstimateDeliveryDateForZipPair : BaseParameters<EstimateDeliveryDateForZipPairResult>, IBaseParameters

Properties

| Improve this Doc View Source

Carriers

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>>
| Improve this Doc View Source

FromZip

The origin postal code of the parcel(s).

Declaration
public string? FromZip { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

ToZip

The destination postal code of the parcel(s).

Declaration
public string? ToZip { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IBaseParameters
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX