pay_for = $pay_for; $this->system_references = $system_references; } /** * @return string */ public function getPayFor(): string { return $this->pay_for; } /** * @return string */ public function getSystemReferences(): string { return $this->system_references; } }