// #pragma once /// /// Duration data /// class TariffDuration { public: int pun_id; std::string pun_label; int pun_duration; };