Skip to content

Commit

Permalink
Expose projection threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie committed Aug 4, 2024
1 parent de04383 commit 6b1742e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public class UkStudentLoanProjectionDto

public decimal InterestApplied { get; set; }

public int Threshold { get; set; }

public decimal TotalPaid { get; set; }

public decimal TotalInterestApplied { get; set; }
Expand Down

0 comments on commit 6b1742e

Please sign in to comment.