sku = $sku; $this->qty = $qty; } /** * @inheritdoc */ public function getSku(): string { return $this->sku; } /** * @inheritdoc */ public function getQty(): float { return $this->qty; } }