$this->id, 'price' => $this->price instanceof Money ? $this->price->amount() : $this->price, 'price_type' => $this->price_type, 'label' => $this->label, ]; } }