Class AiResults
AiResults model. Represents AI prediction results for a shipment.
Inheritance
System.Object
AiResults
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class AiResults : object
Properties
| Improve this Doc View SourceCarrier
The carrier for the rate.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
MeetsRulesetRequirements
Indicates if the rate meets ruleset requirements.
Declaration
public bool? MeetsRulesetRequirements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PredictedDeliverByDate
The predicted delivery by date (ISO 8601 format).
Declaration
public string? PredictedDeliverByDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PredictedDeliverDays
The predicted number of delivery days.
Declaration
public int? PredictedDeliverDays { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RateId
The ID of the rate.
Declaration
public string? RateId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RateUsd
The rate in USD.
Declaration
public string? RateUsd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Service
The service level for the rate.
Declaration
public string? Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |