Class CarrierMetadata
Class representing an EasyPost carrier metadata summary.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierMetadata : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceCarriers
A list of Carrier objects representing the carriers that are supported by EasyPost.
Declaration
public List<Carrier>? Carriers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<Carrier>> |