if(count($jsonData))
        {
            $this->_description         = array_key_exists('description',$jsonData)?$jsonData['description']:'';
            $this->_amount              = array_key_exists('amount',$jsonData)?$jsonData['amount']:'';
            $this->_currency            = array_key_exists('currency', $jsonData)?$jsonData['currency']:'';