/**
  * @return array
  */
 public function display()
 {
     return ['productVariationId' => $this->productVariationId, 'quantity' => $this->quantity, 'taxRate' => $this->taxRate, 'product' => $this->product->getDisplayArray()];
 }