Show / Hide Table of Contents

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 Source

HumanReadable

The human-readable name of the carrier.

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

Name

The name (key) of the carrier.

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

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX