Skip to content

Commit

Permalink
Merge pull request #325 from nofrixion/feature/MOOV-3129-account-bala…
Browse files Browse the repository at this point in the history
…nce-report

Merchant accounts report type
  • Loading branch information
arifmatin authored May 3, 2024
2 parents ba9eea6 + da2e4c8 commit 409d3b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/NoFrixion.MoneyMoov/Enums/ReportTypesEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ public enum ReportTypesEnum
/// <summary>
/// A reconciliation report for safegaurded accounts.
/// </summary>
SafeGuardingReconciliation = 3
SafeGuardingReconciliation = 3,

/// <summary>
/// A report for merchant account balances
/// </summary>
MerchantAccounts = 4,
}

0 comments on commit 409d3b3

Please sign in to comment.