Show / Hide Table of Contents

Class RecommendShipDateForShipmentResult

Class representing a Rate with time-in-transit details based on a desired delivery date.

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

Properties

| Improve this Doc View Source

Rate

The SmartRate object.

Declaration
public Rate Rate { get; set; }
Property Value
Type Description
Rate
| Improve this Doc View Source

TimeInTransitDetails

Estimated TimeInTransitDetailsForShipDateRecommendation for the Rate.

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

Implements

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