A representation of a budget item due's amount. More...
#include <BudgetItemDue.h>
Public Member Functions | |
std::strong_ordering | operator<=> (const BudgetItemAmountDue &other) const noexcept=default |
Public Attributes | |
pecunia::Money | amount_ {} |
the amount of money that is currently due for the item. | |
BudgetItemDueIdentifier | id_ {} |
The unique identifier of the budget item that is due. | |
A representation of a budget item due's amount.
|
nodiscarddefaultnoexcept |
pecunia::Money drn::budgeting::BudgetItemAmountDue::amount_ {} |
the amount of money that is currently due for the item.
BudgetItemDueIdentifier drn::budgeting::BudgetItemAmountDue::id_ {} |
The unique identifier of the budget item that is due.