wip: finalize implementation

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 5ef3bb9cbf
commit c830fc7841
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,
) {
}