Show / Hide Table of Contents

Class LumaInfo

LumaInfo model. Represents Luma information including AI results and selected rate.

Inheritance
System.Object
LumaInfo
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class LumaInfo : object

Properties

| Improve this Doc View Source

AiResults

List of AI prediction results.

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

LumaSelectedRate

The Luma-selected rate.

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

MatchingRuleIdx

Index of the matching rule.

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

RulesetDescription

Description of the ruleset.

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