customer = $customer; $this->additionalData = $additionalData; } /** * @return CustomerInterface */ public function getCustomer(): CustomerInterface { return $this->customer; } /** * @return array */ public function getAdditionalData(): array { return $this->additionalData; } }