public function getPaymentAccountParametersModel()
 {
     $model = new PaymentAccountParameters();
     return $model->initialize($this->getParameters());
 }