$this->id, // 'product_stock_id' => $this->product_stock_id, 'min_qty' => (int)$this->min_qty, 'max_qty' => (int) $this->max_qty, 'price' => single_price($this->price) ]; } }