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 SourceCarrier
The name of the Carrier associated with this predefined package.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
The description of the predefined package.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Dimensions
The dimensions available for the predefined package.
Declaration
public List<string>? Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |
HumanReadable
The human-readable name of the predefined package.
Declaration
public string? HumanReadable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
MaxWeight
The maximum weight of the predefined package.
Declaration
public string? MaxWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
The name (key) of the predefined package.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |