Class CarrierDetail
Class representing an EasyPost Tracker's carrier details.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierDetail : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceAlternateIdentifier
The alternate identifier for the package, as provided by the carrier.
Declaration
public string? AlternateIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ContainerType
The type of container the associated Shipment was shipped in.
Declaration
public string? ContainerType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
DestinationLocation
The location to which the package is being sent, represented as a string for presentation purposes.
Declaration
public string? DestinationLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
DestinationTrackingLocation
The location to which the package is being sent.
Declaration
public TrackingLocation DestinationTrackingLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| TrackingLocation |
EstDeliveryDateLocal
The estimated delivery date, as provided by the carrier, in the local time zone.
Declaration
public string? EstDeliveryDateLocal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
EstDeliveryTimeLocal
The estimated delivery time, as provided by the carrier, in the local time zone.
Declaration
public string? EstDeliveryTimeLocal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
GuaranteedDeliveryDate
The date and time the carrier guarantees the package to be delivered by.
Declaration
public DateTime? GuaranteedDeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
InitialDeliveryAttempt
The date and time of the first attempt by the carrier to deliver the package.
Declaration
public DateTime? InitialDeliveryAttempt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
OriginLocation
The location from which package originated, represented as a string for presentation purposes.
Declaration
public string? OriginLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
OriginTrackingLocation
The location from which package originated.
Declaration
public TrackingLocation OriginTrackingLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| TrackingLocation |
Service
The service level the associated Shipment was shipped with.
Declaration
public string? Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |