Added pun_duration_min and pun_duration_max in case we dont have to pay for a full time range
This commit is contained in:
		@@ -1,4 +1,3 @@
 | 
			
		||||
// #pragma once
 | 
			
		||||
 | 
			
		||||
/// <summary>
 | 
			
		||||
/// Duration data
 | 
			
		||||
@@ -6,7 +5,9 @@
 | 
			
		||||
class TariffDuration
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
	int pun_id;
 | 
			
		||||
	std::string pun_label;
 | 
			
		||||
	int pun_duration;
 | 
			
		||||
    int pun_id;
 | 
			
		||||
    std::string pun_label;
 | 
			
		||||
    int pun_duration;
 | 
			
		||||
    int pun_duration_min;
 | 
			
		||||
    int pun_duration_max;
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user