Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Tracker>
Create
Implements
IBaseParameters
ITrackerParameter
IParameter
Inherited Members
BaseParameters<Tracker>.MatchFunction
BaseParameters<Tracker>.Matches(Tracker)
BaseParameters<Tracker>.ToDictionary()
BaseParameters<Tracker>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Tracker
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Tracker>, IBaseParameters, ITrackerParameter, IParameter

Properties

| Improve this Doc View Source

Carrier

The carrier for the Tracker.

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

TrackingCode

The tracking code for the Tracker.

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

Implements

IBaseParameters
ITrackerParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX