Price calucation
$PriceCalculation = new PriceCalculation();
$PriceCalculation->setDestination(array("country" => "SI"));
$PriceCalculation->addLuggage('skishoes',1);
$PriceCalculation->setService('economy');
$return = $PriceCalculation->calculate();
$return = $PriceCalculation->getBreakdown();
No Comments