Represents the bank account for a budget item. More...
#include <BudgetBankAccount.h>
Public Member Functions | |
std::strong_ordering | operator<=> (const BudgetBankAccount &other) const noexcept=default |
Public Attributes | |
banking::BankAccount | bankAccount_ |
Represents the bank account used for tracking the finances of the budget item. | |
budgeting::BudgetItemIdentifier | id_ |
Uniquely identifies the budget item within the budgeting system. | |
Represents the bank account for a budget item.
|
nodiscarddefaultnoexcept |
banking::BankAccount drn::navigation::BudgetBankAccount::bankAccount_ |
Represents the bank account used for tracking the finances of the budget item.
budgeting::BudgetItemIdentifier drn::navigation::BudgetBankAccount::id_ |
Uniquely identifies the budget item within the budgeting system.