Class Carrier
Class representing a carrier in an EasyPost carrier metadata summary.
Inheritance
System.Object
Carrier
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Carrier : object
Properties
| Improve this Doc View SourceHumanReadable
The human-readable name of the carrier.
Declaration
public string? HumanReadable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
The name (key) of the carrier.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PredefinedPackages
A list of PredefinedPackage objects representing the predefined packages that are supported by the carrier.
Declaration
public List<PredefinedPackage>? PredefinedPackages { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<PredefinedPackage>> |
ServiceLevels
A list of ServiceLevel objects representing the service levels that are supported by the carrier.
Declaration
public List<ServiceLevel>? ServiceLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ServiceLevel>> |
ShipmentOptions
A list of ShipmentOption objects representing the shipment options that are supported by the carrier.
Declaration
public List<ShipmentOption>? ShipmentOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ShipmentOption>> |
SupportedFeatures
A list of SupportedFeature objects representing the features that are supported by the carrier.
Declaration
public List<SupportedFeature>? SupportedFeatures { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<SupportedFeature>> |