DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
Loading...
Searching...
No Matches
drn::banking::ReconciledBalance Struct Reference

Represents a reconciled balance for a bank account. More...

#include <ReconciledBalance.hpp>

Collaboration diagram for drn::banking::ReconciledBalance:

Public Attributes

pecunia::Money balance_ {}
 Represents the confirmed reconciled balance.
::QDate occurredOn_ {}
 Represents the date the reconciliation was performed on.

Detailed Description

Represents a reconciled balance for a bank account.

Member Data Documentation

◆ balance_

pecunia::Money drn::banking::ReconciledBalance::balance_ {}

Represents the confirmed reconciled balance.

◆ occurredOn_

::QDate drn::banking::ReconciledBalance::occurredOn_ {}

Represents the date the reconciliation was performed on.