Show / Hide Table of Contents

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 Source

Rate

The Rate object.

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

TimeInTransitDetails

Estimated TimeInTransitDetailsForDeliveryDateEstimate for the Rate.

Declaration
public TimeInTransitDetailsForDeliveryDateEstimate TimeInTransitDetails { get; set; }
Property Value
Type Description
TimeInTransitDetailsForDeliveryDateEstimate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX