Skip to content

Commit

Permalink
Correctly deserialize subtransactions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandadams85 authored Apr 5, 2024
1 parent 401a79f commit 09b348c
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 @@ -37,6 +37,7 @@ public class Transaction
public string AccountName { get; set; }
public string PayeeName { get; set; }
public string CategoryName { get; set; }
[JsonProperty(PropertyName = "subtransactions")]
public IList<SubTransaction> SubTransactions { get; set; }

/*
Expand Down

0 comments on commit 09b348c

Please sign in to comment.