Show / Hide Table of Contents

Class CarrierType

Class representing an EasyPost carrier type.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
CarrierType
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierType : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Fields

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

Logo

The logo for the carrier.

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

Readable

The human-readable name of the carrier.

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

Type

The type of the carrier.

Declaration
public string? Type { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IEasyPostObject
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX