#include <Account.h>
◆ ~Account()
| virtual Account::~Account |
( |
| ) |
|
|
virtualdefault |
◆ persist()
| void Account::persist |
( |
| ) |
|
|
inlinevirtual |
◆ reconcileAccount()
| bool Account::reconcileAccount |
( |
const std::vector< Transaction > & |
transactions | ) |
|
|
inlinevirtual |
◆ type()
| virtual std::string Account::type |
( |
| ) |
const |
|
inlinevirtual |
◆ balance
| double Account::balance = 0.0 |
◆ createdAt
| std::time_t Account::createdAt = 0 |
◆ currency
| std::string Account::currency = "USD" |
◆ id
◆ name
| std::string Account::name |
◆ userId
| std::string Account::userId |
The documentation for this class was generated from the following file: