Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Tracker
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Tracker>, IBaseParameters, ITrackerParameter, IParameter
Properties
| Improve this Doc View SourceCarrier
The carrier for the Tracker.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TrackingCode
The tracking code for the Tracker.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |