wip: booking process
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\BusProNet\Model;
|
||||
|
||||
/**
|
||||
* Represents a bank account with payment information.
|
||||
*
|
||||
* This class handles bank account data including IBAN, BIC, bank name,
|
||||
* and account holder information for payment processing.
|
||||
*/
|
||||
class BankAccount
|
||||
{
|
||||
public ?string $iban = null;
|
||||
|
||||
Reference in New Issue
Block a user