Show / Hide Table of Contents

Class RecommendShipDateForZipPair

Parameters for API calls.

Inheritance
System.Object
BaseParameters<RecommendShipDateForShipmentResult>
RecommendShipDateForZipPair
Implements
IBaseParameters
Inherited Members
BaseParameters<RecommendShipDateForShipmentResult>.MatchFunction
BaseParameters<RecommendShipDateForShipmentResult>.Matches(RecommendShipDateForShipmentResult)
BaseParameters<RecommendShipDateForShipmentResult>.ToDictionary()
BaseParameters<RecommendShipDateForShipmentResult>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.SmartRate
Assembly: EasyPost.dll
Syntax
public class RecommendShipDateForZipPair : BaseParameters<RecommendShipDateForShipmentResult>, 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

DesiredDeliveryDate

The desired date the parcel(s) should be delivered.

Declaration
public string? DesiredDeliveryDate { get; set; }
Property Value
Type Description
System.Nullable<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

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