Show / Hide Table of Contents

Class RecommendShipDateForZipPairResult

Class representing ship date recommendations for carrier-route-service level combinations.

Inheritance
System.Object
EphemeralEasyPostObject
RecommendShipDateForZipPairResult
Implements
IEasyPostObject
Inherited Members
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.ToString()
EphemeralEasyPostObject.Equals(Nullable<Object>)
EphemeralEasyPostObject.GetHashCode()
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class RecommendShipDateForZipPairResult : EphemeralEasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

CarriersWithoutEstimates

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

DesiredDeliveryDate

The delivery date used for the estimates.

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

FromZip

The origin postal code used for the estimates.

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

Results

The estimate results.

Declaration
public List<ShipDateForZipPairRecommendation>? Results { get; set; }
Property Value
Type Description
System.Nullable<List<ShipDateForZipPairRecommendation>>
| Improve this Doc View Source

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

ToZip

The destination postal code used for the estimates.

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

Implements

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