Show / Hide Table of Contents

Class DeliveryDateForZipPairEstimate

Class representing time-in-transit estimates for a specific carrier-route-service level combination in a EstimateDeliveryDateForZipPairResult.

Inheritance
System.Object
EphemeralEasyPostObject
DeliveryDateForZipPairEstimate
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 DeliveryDateForZipPairEstimate : EphemeralEasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Carrier

The carrier associated with the estimate.

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

Service

The service level associated with the estimate.

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

TimeInTransitDetails

Estimated TimeInTransitDetailsForDeliveryDateEstimate for the carrier-service level combination.

Declaration
public TimeInTransitDetailsForDeliveryDateEstimate TimeInTransitDetails { get; set; }
Property Value
Type Description
TimeInTransitDetailsForDeliveryDateEstimate

Implements

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