Class RateWithEstimatedDeliveryDate
Class representing a Rate with an estimated delivery date.
Inheritance
System.Object
RateWithEstimatedDeliveryDate
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class RateWithEstimatedDeliveryDate : object
Properties
| Improve this Doc View SourceRate
The Rate object.
Declaration
public Rate Rate { get; set; }
Property Value
| Type | Description |
|---|---|
| Rate |
TimeInTransitDetails
Estimated TimeInTransitDetailsForDeliveryDateEstimate for the Rate.
Declaration
public TimeInTransitDetailsForDeliveryDateEstimate TimeInTransitDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeInTransitDetailsForDeliveryDateEstimate |