Class ServiceLevel
Class representing a service level in an EasyPost carrier metadata summary.
Inheritance
System.Object
ServiceLevel
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ServiceLevel : object
Properties
| Improve this Doc View SourceCarrier
The name of the Carrier associated with this service level.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
The description of the service level.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Dimensions
The package dimensions available for the service level.
Declaration
public List<string>? Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |
HumanReadable
The human-readable name of the service level.
Declaration
public string? HumanReadable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
MaxWeight
The maximum weight for the service level.
Declaration
public string? MaxWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
The name (key) of the service level.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |