|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
The representation of the bank account ledger, and the type of account held within a financial institution. More...
#include <BankAccountType.hpp>
Public Member Functions | |
| std::strong_ordering | operator<=> (const AccountNumberBankType &other) const =default |
Public Attributes | |
| accounting::AccountNumber | number_ {} |
| The account number of the ledger for the bank account. | |
| BankAccountTypes | type_ {BankAccountTypes::Unknown} |
| The type of bank account for a financial institution. | |
The representation of the bank account ledger, and the type of account held within a financial institution.
|
default |
| accounting::AccountNumber drn::banking::AccountNumberBankType::number_ {} |
The account number of the ledger for the bank account.
| BankAccountTypes drn::banking::AccountNumberBankType::type_ {BankAccountTypes::Unknown} |
The type of bank account for a financial institution.