/**
  * Instatiates a new HpsCheckServiceVoidBuilder
  *
  * @param HpsSoapGatewayService $service
  */
 public function __construct(HpsSoapGatewayService $service)
 {
     parent::__construct($service);
     $this->setUpValidations();
 }