Show / Hide Table of Contents

Class PredefinedPackage

Class representing a predefined package in an EasyPost carrier metadata summary.

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

Properties

| Improve this Doc View Source

Carrier

The name of the Carrier associated with this predefined package.

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

Description

The description of the predefined package.

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

Dimensions

The dimensions available for the predefined package.

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

HumanReadable

The human-readable name of the predefined package.

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

MaxWeight

The maximum weight of the predefined package.

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

Name

The name (key) of the predefined package.

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