This class stores information about :
Definition at line 151 of file account.h.
typedef TransactionList::const_iterator OSB_LIB::SummaryCharges::TransactionListCI |
OSB_LIB::SummaryCharges::SummaryCharges | ( | ) | [inline] |
void OSB_LIB::SummaryCharges::addTransaction | ( | const Transaction & | transaction | ) | [inline] |
Add a transaction to transaction list.
Definition at line 156 of file account.h.
References transactions_.
void OSB_LIB::SummaryCharges::outstandingBalance | ( | MoneyList & | ml | ) | const |
Get outstanding balance.
void OSB_LIB::SummaryCharges::totalAmountDue | ( | MoneyList & | ml | ) | const |
Get total amount due.
TransactionListCI OSB_LIB::SummaryCharges::transactionsBegin | ( | ) | const [inline] |
TransactionListCI OSB_LIB::SummaryCharges::transactionsEnd | ( | ) | const [inline] |
Buffer of payment list.
Definition at line 186 of file account.h.
Referenced by addTransaction(), transactionsBegin(), and transactionsEnd().