Show / Hide Table of Contents

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 Source

Carrier

The carrier for the rate.

Declaration
public string? Carrier { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

MeetsRulesetRequirements

Indicates if the rate meets ruleset requirements.

Declaration
public bool? MeetsRulesetRequirements { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

PredictedDeliverByDate

The predicted delivery by date (ISO 8601 format).

Declaration
public string? PredictedDeliverByDate { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PredictedDeliverDays

The predicted number of delivery days.

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

RateId

The ID of the rate.

Declaration
public string? RateId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

RateUsd

The rate in USD.

Declaration
public string? RateUsd { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Service

The service level for the rate.

Declaration
public string? Service { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX