/**
  * @inheritDoc
  */
 public function fromArray(array $data)
 {
     parent::fromArray($data);
     $this->setTransactionId($data['transactionId']);
     return $this;
 }