Class CarrierAccountType
Enums representing specific carrier account types.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierAccountType : ValueEnum, IEnum
Fields
| Improve this Doc View SourceAmazonShippingAccount
Represents an Amazon carrier account.
Declaration
public static readonly CarrierAccountType AmazonShippingAccount
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
FedEx
Represents a FedEx carrier account.
Declaration
public static readonly CarrierAccountType FedEx
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
FedExSmartPost
Represents a FedEx SmartPost carrier account.
Declaration
public static readonly CarrierAccountType FedExSmartPost
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
Ups
Represents a UPS carrier account.
Declaration
public static readonly CarrierAccountType Ups
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
UpsMailInnovations
Represents a UPS Mail Innovations carrier account.
Declaration
public static readonly CarrierAccountType UpsMailInnovations
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
UpsSurePost
Represents a UPS SurePost carrier account.
Declaration
public static readonly CarrierAccountType UpsSurePost
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
UspsShipAccount
Represents a USPS Ship carrier account.
Declaration
public static readonly CarrierAccountType UspsShipAccount
Field Value
| Type | Description |
|---|---|
| CarrierAccountType |
Properties
| Improve this Doc View SourceName
Gets the name of this CarrierAccountType.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceAll()
Gets all CarrierAccountType enums.
Declaration
public static IEnumerable<CarrierAccountType> All()
Returns
| Type | Description |
|---|---|
| IEnumerable<CarrierAccountType> | An |