xml = $xml; $this->storePending = $storePending ?? CancelStorePending::no(); } public function xml(): string { return $this->xml; } public function storePending(): CancelStorePending { return $this->storePending; } }