Class TrackingLocation
Class representing an EasyPost tracking location.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TrackingLocation : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceCity
The city where the scan event occurred.
Declaration
public string? City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Country
The country where the scan event occurred.
Declaration
public string? Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
State
The state where the scan event occurred.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Zip
The postal code where the scan event occurred.
Declaration
public string? Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |