wip: booking process
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\BusProNet\Model;
|
||||
|
||||
/**
|
||||
* Represents a surcharge with pricing and participant mapping.
|
||||
*
|
||||
* This class handles surcharge data including label, pricing structure,
|
||||
* and participant mapping for booking calculations.
|
||||
*/
|
||||
class Surcharge
|
||||
{
|
||||
public ?string $label = null;
|
||||
|
||||
Reference in New Issue
Block a user