Skip to content

Commit

Permalink
Add MatchedTransactionId field (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Marble <[email protected]>
  • Loading branch information
briandadams85 and jsmarble authored Apr 5, 2024
1 parent f596ca0 commit 9cb232f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YNAB.Rest/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class Transaction
public string CategoryName { get; set; }
[JsonProperty(PropertyName = "subtransactions")]
public IList<SubTransaction> SubTransactions { get; set; }
public string MatchedTransactionId { get; set; }
[JsonConverter(typeof(StringEnumConverter))]
public DebtTransactionType? DebtTransactionType { get; set; }

Expand Down

0 comments on commit 9cb232f

Please sign in to comment.