The representation of the bank account ledger, and the type of account held within a financial institution. More...
#include <BankAccountType.h>
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.