6 #ifndef AMDAEMON_EMONEYREPORT_H 7 #define AMDAEMON_EMONEYREPORT_H 21 class InnerIndexHolder;
44 const ::amdaemon::util::DateTime&
getTime()
const;
96 #endif // AMDAEMON_EMONEYREPORT_H std::size_t getAlarmCount() const
アラームが発生した支払件数を取得する。
std::int32_t getAlarmAmount() const
アラームが発生した支払総額を取得する。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
電子マネー締め処理結果を提供するクラス。
Definition: EMoneyReport.h:32
const ::amdaemon::util::DateTime & getTime() const
締め処理日時を取得する。
std::int32_t getAmount() const
支払総額を取得する。
EMoneyReport(InnerIndexHolder)
コンストラクタ。
マイクロ秒精度の日付時刻を表す構造体 DateTime のヘッダ。
bool isSucceeded() const
締め処理が成功したか否かを取得する。
std::size_t getCount() const
支払件数を取得する。