]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff_impl.h
Implemented daily fee charge with backward compatibility.
[stg.git] / projects / stargazer / tariff_impl.h
index f33c08af0aa1340b3ba1bf0db72e60e964d0709c..b471f0d04014e5c072dc7807c2ca6867c66302bd 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;