Show / Hide Table of Contents

Class CarrierAccountType

Enums representing specific carrier account types.

Inheritance
System.Object
Enum
ValueEnum
CarrierAccountType
Implements
IEnum
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(Object)
ValueEnum.Equals(Nullable<Object>)
ValueEnum.GetHashCode()
Enum.CompareTo(Nullable<Object>)
Enum.GetAll<T>()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierAccountType : ValueEnum, IEnum

Fields

| Improve this Doc View Source

AmazonShippingAccount

Represents an Amazon carrier account.

Declaration
public static readonly CarrierAccountType AmazonShippingAccount
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

FedEx

Represents a FedEx carrier account.

Declaration
public static readonly CarrierAccountType FedEx
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

FedExSmartPost

Represents a FedEx SmartPost carrier account.

Declaration
public static readonly CarrierAccountType FedExSmartPost
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

Ups

Represents a UPS carrier account.

Declaration
public static readonly CarrierAccountType Ups
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

UpsMailInnovations

Represents a UPS Mail Innovations carrier account.

Declaration
public static readonly CarrierAccountType UpsMailInnovations
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

UpsSurePost

Represents a UPS SurePost carrier account.

Declaration
public static readonly CarrierAccountType UpsSurePost
Field Value
Type Description
CarrierAccountType
| Improve this Doc View Source

UspsShipAccount

Represents a USPS Ship carrier account.

Declaration
public static readonly CarrierAccountType UspsShipAccount
Field Value
Type Description
CarrierAccountType

Properties

| Improve this Doc View Source

Name

Gets the name of this CarrierAccountType.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

All()

Gets all CarrierAccountType enums.

Declaration
public static IEnumerable<CarrierAccountType> All()
Returns
Type Description
IEnumerable<CarrierAccountType>

An of all CarrierAccountType enums.

Implements

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