Skip to content

Commit e867c40

Browse files
Merge pull request #635 from nofrixion/MOOV-4757-use-merchant-time-zone-for-transaction-date
Added display properties for pdf statement.
2 parents b6f6670 + 9156265 commit e867c40

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/NoFrixion.MoneyMoov/Models/Statement/StatementHeader.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,15 @@ public class StatementHeader
8888
public IEnumerable<Transaction> Transactions { get; set; }
8989

9090
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+
/// <summary>
99+
/// The timezone used to generate the statement.
100+
/// </summary>
101+
public TimeZoneInfo GeneratedOnTimeZone { get; set; }
91102
}

0 commit comments

Comments
 (0)