Class CarrierMetadataType
Represents the types of metadata that can be retrieved for a carrier.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierMetadataType : ValueEnum, IEnum
Fields
| Improve this Doc View SourcePredefinedPackages
An enum representing the predefined packages metadata type.
Declaration
public static readonly CarrierMetadataType PredefinedPackages
Field Value
| Type | Description |
|---|---|
| CarrierMetadataType |
ServiceLevels
An enum representing the service levels metadata type.
Declaration
public static readonly CarrierMetadataType ServiceLevels
Field Value
| Type | Description |
|---|---|
| CarrierMetadataType |
ShipmentOptions
An enum representing the shipment options metadata type.
Declaration
public static readonly CarrierMetadataType ShipmentOptions
Field Value
| Type | Description |
|---|---|
| CarrierMetadataType |
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 SourceAll()
Gets all possible CarrierMetadataType values.
Declaration
public static IEnumerable<CarrierMetadataType> All()
Returns
| Type | Description |
|---|---|
| IEnumerable<CarrierMetadataType> | An |