27 #ifndef __ACCOUNTSERVICE_H_INCL__
28 #define __ACCOUNTSERVICE_H_INCL__
50 double amount, std::string description,
uint32 referenceID = 0);
AccountService(PyServiceMgr *mgr)
static void TranserFunds(uint32 fromID, uint32 toID, double amount, std::string reason="", uint8 entryTypeID=Journal::EntryType::Undefined, uint32 referenceID=0, uint16 fromKey=Account::KeyType::Cash, uint16 toKey=Account::KeyType::Cash, Client *pClient=nullptr)
PyCallable_DECL_CALL(GetCashBalance)
Dispatcher *const m_dispatch
static void HandleCorpTransaction(uint32 corpID, int8 entryTypeID, uint32 fromID, uint32 toID, int8 currency, uint16 accountKey, double amount, std::string description, uint32 referenceID=0)