type = $type; $this->referenceId = $reference_id; $this->documentType = $document_type; } /** * @return int */ public function getType(): int { return $this->type; } /** * @return int */ public function getReferenceId(): int { return $this->referenceId; } /** * @return string */ public function getDocumentType(): string { return $this->documentType; } }