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

The representation of the bank account ledger, and the type of account held within a financial institution. More...

#include <BankAccountType.h>

Collaboration diagram for drn::banking::AccountNumberBankType:

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.
 

Detailed Description

The representation of the bank account ledger, and the type of account held within a financial institution.

Member Function Documentation

◆ operator<=>()

std::strong_ordering drn::banking::AccountNumberBankType::operator<=> ( const AccountNumberBankType & other) const
default

Member Data Documentation

◆ number_

accounting::AccountNumber drn::banking::AccountNumberBankType::number_ {}

The account number of the ledger for the bank account.

◆ type_

BankAccountTypes drn::banking::AccountNumberBankType::type_ {BankAccountTypes::Unknown}

The type of bank account for a financial institution.