Show / Hide Table of Contents

Class TrackingLocation

Class representing an EasyPost tracking location.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
TrackingLocation
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 TrackingLocation : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

City

The city where the scan event occurred.

Declaration
public string? City { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Country

The country where the scan event occurred.

Declaration
public string? Country { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

State

The state where the scan event occurred.

Declaration
public string? State { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Zip

The postal code where the scan event occurred.

Declaration
public string? Zip { 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