feat: include bank account in booking data

This commit is contained in:
Björn Fromme
2025-03-27 11:41:30 +01:00
parent 3d9177f979
commit e4cea1e47d
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ class Booking
public ?string $paymentId = null;
public ?string $paymentType = null;
public ?string $paymentLabel = null;
public ?BankAccount $bankAccount = null;
public array $participantsStatus = [];
public array $participants = [];
public array $transportationServices = [];