Show / Hide Table of Contents

Class CarrierMetadataType

Represents the types of metadata that can be retrieved for a carrier.

Inheritance
System.Object
Enum
ValueEnum
CarrierMetadataType
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 CarrierMetadataType : ValueEnum, IEnum

Fields

| Improve this Doc View Source

PredefinedPackages

An enum representing the predefined packages metadata type.

Declaration
public static readonly CarrierMetadataType PredefinedPackages
Field Value
Type Description
CarrierMetadataType
| Improve this Doc View Source

ServiceLevels

An enum representing the service levels metadata type.

Declaration
public static readonly CarrierMetadataType ServiceLevels
Field Value
Type Description
CarrierMetadataType
| Improve this Doc View Source

ShipmentOptions

An enum representing the shipment options metadata type.

Declaration
public static readonly CarrierMetadataType ShipmentOptions
Field Value
Type Description
CarrierMetadataType
| Improve this Doc View Source

SupportedFeatures

An enum representing the supported features metadata type.

Declaration
public static readonly CarrierMetadataType SupportedFeatures
Field Value
Type Description
CarrierMetadataType

Methods

| Improve this Doc View Source

All()

Gets all possible CarrierMetadataType values.

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

An containing all possible CarrierMetadataType values.

Implements

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