Show / Hide Table of Contents

Class CarrierAccount

Class representing an EasyPost carrier account.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
CarrierAccount
Implements
IEasyPostObject
ICarrierAccountParameter
IParameter
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 CarrierAccount : EasyPostObject, IEasyPostObject, ICarrierAccountParameter, IParameter

Properties

| Improve this Doc View Source

BillingType

The type of billing used by the carrier account.

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

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

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

Description

An optional, human-readable description of the carrier account.

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

Fields

Expanded credential fields.

Declaration
public CarrierFields Fields { get; set; }
Property Value
Type Description
CarrierFields
| Improve this Doc View Source

Logo

The logo for the associated carrier.

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

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

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

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

Type

The name of the carrier account type.

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

Implements

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