]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff_impl.h
Merge branch 'new-daily-fee'
[stg.git] / projects / stargazer / tariff_impl.h
index 122dabd044de29178d083c0849c4b4ba857a9fef..f2f84d2630889f73432e9a191459c8174c37adf3 100644 (file)
@@ -71,6 +71,7 @@ public:
     double  GetPassiveCost() const { return tariffData.tariffConf.passiveCost; }
     double  GetFee() const { return tariffData.tariffConf.fee; }
     double  GetFree() const { return tariffData.tariffConf.free; }
+    PERIOD  GetPeriod() const { return tariffData.tariffConf.period; }
 
     void    Print() const;