'integer', 'fecha_reserva' => 'datetime', 'importe' => 'decimal:2', 'tipo_pago' => EntryReservationPaymentType::class, ]; } /** @return BelongsTo */ public function variant(): BelongsTo { return $this->belongsTo(Variant::class)->withTrashed(); } }