Class TimeInTransit
Class representing an EasyPost time in transit summary.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TimeInTransit : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourcePercentile50
Expected transit days at the 50th percentile.
Declaration
public int? Percentile50 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentile75
Expected transit days at the 75th percentile.
Declaration
public int? Percentile75 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentile85
Expected transit days at the 85th percentile.
Declaration
public int? Percentile85 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentile90
Expected transit days at the 90th percentile.
Declaration
public int? Percentile90 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentile95
Expected transit days at the 95th percentile.
Declaration
public int? Percentile95 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentile97
Expected transit days at the 97th percentile.
Declaration
public int? Percentile97 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 SourceGetBySmartRateAccuracy(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. |