CancelRequestSubmission
in package
Cancellation request submission.
Handles submission of the service cancellation request form. Updates the service status. Notifies the admin of the request.
Tags
Table of Contents
Properties
- $booked_service_id : int
- The ID of the BookedService.
- $cancellation_reason : string
- The cancellation reason.
Methods
- __construct() : mixed
- Constructor method.
Properties
$booked_service_id
The ID of the BookedService.
public
int
$booked_service_id
$cancellation_reason
The cancellation reason.
public
string
$cancellation_reason
Methods
__construct()
Constructor method.
public
__construct(array<string|int, mixed> $post_data, array<string|int, mixed>|null $files_data) : mixed
Parameters
- $post_data : array<string|int, mixed>
-
The POST data.
- $files_data : array<string|int, mixed>|null
-
The FILES data.