type = $type; $this->shortMessage = $short_message; $this->message = $message; $this->transaction = $xaction; } public function getType() { return $this->type; } public function getTransaction() { return $this->tranaction; } public function getShortMessage() { return $this->shortMessage; } public function getMessage() { return $this->message; } public function setIsMissingFieldError($is_missing_field_error) { $this->isMissingFieldError = $is_missing_field_error; return $this; } public function getIsMissingFieldError() { return $this->isMissingFieldError; } }