wip: finalize implementation

This commit is contained in:
Björn Fromme
2025-10-18 11:46:12 +02:00
parent 434c4d0a11
commit 49b5ccf308
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ class BookingResponse
public readonly array $priceItems = [],
public readonly ?float $totalPrice = null,
public readonly ?PaymentTerms $paymentTerms = null,
public readonly ?string $message = null,
) {
}