DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::navigation::BudgetBankAccount Struct Reference

Represents the bank account for a budget item. More...

#include <BudgetBankAccount.h>

Collaboration diagram for drn::navigation::BudgetBankAccount:

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.
 

Detailed Description

Represents the bank account for a budget item.

Member Function Documentation

◆ operator<=>()

std::strong_ordering drn::navigation::BudgetBankAccount::operator<=> ( const BudgetBankAccount & other) const
nodiscarddefaultnoexcept

Member Data Documentation

◆ bankAccount_

banking::BankAccount drn::navigation::BudgetBankAccount::bankAccount_

Represents the bank account used for tracking the finances of the budget item.

◆ id_

budgeting::BudgetItemIdentifier drn::navigation::BudgetBankAccount::id_

Uniquely identifies the budget item within the budgeting system.