if (count($jsonData))
        {
            $this->_currency = array_key_exists('currency', $jsonData) ? $jsonData['currency'] : '';
            $this->_userId = array_key_exists('user_id', $jsonData) ? $jsonData['user_id'] : '';
            $this->_isActive = array_key_exists('is_active', $jsonData) ? $jsonData['is_active'] : '';