setEmail($customer->email); } public function getParams(): array { return array_merge($this->getMemberParams(), [ 'customer_name' => $this->customer->customerName ]); } abstract public function getMemberParams(): array; }