Show / Hide Table of Contents

Class CarrierDetail

Class representing an EasyPost Tracker's carrier details.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
CarrierDetail
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class CarrierDetail : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

AlternateIdentifier

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

DestinationTrackingLocation

The location to which the package is being sent.

Declaration
public TrackingLocation DestinationTrackingLocation { get; set; }
Property Value
Type Description
TrackingLocation
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

OriginTrackingLocation

The location from which package originated.

Declaration
public TrackingLocation OriginTrackingLocation { get; set; }
Property Value
Type Description
TrackingLocation
| Improve this Doc View Source

Service

The service level the associated Shipment was shipped with.

Declaration
public string? Service { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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