Exemplo n.º 1
0
 /**
  * Indicates whether any of the parameters for Bank Account is within the parameters list
  * @param parameters The parametrs to evaluate
  * @return <boolean> returns true if the parameter is in the set
  */
 public static function existParametersBankAccount($parameters)
 {
     $keyNamesSet = self::getParameterNames();
     return CommonRequestUtil::isParameterInSet($parameters, $keyNamesSet);
 }