Skip to content

Commit

Permalink
Add CalendarYear property
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee committed Nov 5, 2021
1 parent 6ed9cbe commit 8d11ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public class BalanceSheetResponse
[JsonPropertyName("acceptedDate")]
public string AcceptedDate { get; set; }

[JsonPropertyName("calendarYear")]
public string CalendarYear { get; set; }

[JsonPropertyName("period")]
public string Period { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public class CashFlowResponse
[JsonPropertyName("acceptedDate")]
public string AcceptedDate { get; set; }

[JsonPropertyName("calendarYear")]
public string CalendarYear { get; set; }

[JsonPropertyName("period")]
public string Period { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public class IncomeStatementResponse
[JsonPropertyName("acceptedDate")]
public string AcceptedDate { get; set; }

[JsonPropertyName("calendarYear")]
public string CalendarYear { get; set; }

[JsonPropertyName("period")]
public string Period { get; set; }

Expand Down

0 comments on commit 8d11ea4

Please sign in to comment.