Show / Hide Table of Contents

Class TimeInTransit

Class representing an EasyPost time in transit summary.

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

Properties

| Improve this Doc View Source

Percentile50

Expected transit days at the 50th percentile.

Declaration
public int? Percentile50 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile75

Expected transit days at the 75th percentile.

Declaration
public int? Percentile75 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile85

Expected transit days at the 85th percentile.

Declaration
public int? Percentile85 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile90

Expected transit days at the 90th percentile.

Declaration
public int? Percentile90 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile95

Expected transit days at the 95th percentile.

Declaration
public int? Percentile95 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile97

Expected transit days at the 97th percentile.

Declaration
public int? Percentile97 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Percentile99

Expected transit days at the 99th percentile.

Declaration
public int? Percentile99 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

| Improve this Doc View Source

GetBySmartRateAccuracy(SmartRateAccuracy)

Get the value of a specific percentile by its corresponding SmartRateAccuracy enum.

Declaration
public int? GetBySmartRateAccuracy(SmartRateAccuracy accuracy)
Parameters
Type Name Description
SmartRateAccuracy accuracy

SmartRateAccuracy enum to find associated value for.

Returns
Type Description
System.Nullable<System.Int32>

Corresponding percentile int value.

Implements

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