We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6f6670 + 9156265 commit e867c40Copy full SHA for e867c40
src/NoFrixion.MoneyMoov/Models/Statement/StatementHeader.cs
@@ -88,4 +88,15 @@ public class StatementHeader
88
public IEnumerable<Transaction> Transactions { get; set; }
89
90
public bool IsTrustAccount { get; set; }
91
+
92
+ /// <summary>
93
+ /// Date and time when the statement was generated.
94
+ /// This will take into account the merchant's timezone.
95
+ /// </summary>
96
+ public DateTime GeneratedOn { get; set; }
97
98
99
+ /// The timezone used to generate the statement.
100
101
+ public TimeZoneInfo GeneratedOnTimeZone { get; set; }
102
}
0 commit comments