function Tariff() {
	this.id = null;
	this.min = 0;
	this.max = 0;
	this.price = 0;
}

