Class ShipmentOption
Class representing a shipment option in an EasyPost carrier metadata summary.
Inheritance
System.Object
ShipmentOption
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ShipmentOption : object
Properties
| Improve this Doc View SourceCarrier
The name of the Carrier associated with this shipment option.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Deprecated
Whether or not the shipment option is deprecated.
Declaration
public bool? Deprecated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
The description of the shipment option.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
HumanReadable
The human-readable name of the shipment option.
Declaration
public string? HumanReadable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
The name (key) of the shipment option.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
The type of the shipment option (e.g. "boolean", "float", "string").
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |