Show / Hide Table of Contents

Class EstimateDeliveryDateForZipPairResult

Class representing delivery date estimates for carrier-route-service level combinations.

Inheritance
System.Object
EphemeralEasyPostObject
EstimateDeliveryDateForZipPairResult
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 EstimateDeliveryDateForZipPairResult : 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

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

PlannedShipDate

The ship date used for the estimates.

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

Results

The estimate results.

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