'decimal:2', 'tax_amount' => 'decimal:2', 'metadata' => 'array', ]; public function order() { return $this->belongsTo(Order::class); } }