Class CarrierType
Class representing an EasyPost carrier type.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierType : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceFields
Expanded credential fields. Contains at least one of the following keys:
- "auto_link"
- "credentials"
- "test_credentials"
- "custom_workflow"
Declaration
public Dictionary<string, object>? Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Object>> |
Logo
The logo for the carrier.
Declaration
public string? Logo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Readable
The human-readable name of the carrier.
Declaration
public string? Readable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
The type of the carrier.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |