Class CarrierAccount
Class representing an EasyPost carrier account.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierAccount : EasyPostObject, IEasyPostObject, ICarrierAccountParameter, IParameter
Properties
| Improve this Doc View SourceBillingType
The type of billing used by the carrier account.
Declaration
public string? BillingType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Clone
Only the reference and description are possible to update if set to true.
Declaration
public bool? Clone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Credentials
The raw credential pairs for client library consumption.
Declaration
public Dictionary<string, object>? Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Object>> |
Description
An optional, human-readable description of the carrier account.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Fields
Expanded credential fields.
Declaration
public CarrierFields Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| CarrierFields |
Logo
The logo for the associated carrier.
Declaration
public string? Logo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Readable
The name used when displaying a readable value for the type of the carrier account.
Declaration
public string? Readable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Reference
An optional field that may be used in place of ID in some API endpoints.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TestCredentials
The raw test credential pairs for client library consumption.
Declaration
public Dictionary<string, object>? TestCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Dictionary<System.String, System.Object>> |
Type
The name of the carrier account type.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |