Skip to content

Commit

Permalink
- Add maintenance TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Oct 8, 2024
1 parent 546ed53 commit 4bb8a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EasyPost/Parameters/Tracker/All.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ public class All : BaseAllParameters<Models.API.Tracker>

/// <summary>
/// Only return trackers with the given tracking code.
/// Deprecated: Use <see cref="TrackingCodes"/> instead.
/// </summary>
[Obsolete("Use TrackingCodes instead.")]
// TODO: Remove in next major version.
[Obsolete("This property will be removed in a future version and replaced with TrackingCodes.")]
[TopLevelRequestParameter(Necessity.Optional, "tracking_code")]
public string? TrackingCode { get; set; }

Expand Down

0 comments on commit 4bb8a2a

Please sign in to comment.