BuddyClients Docs

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
since
0.1.0
see
CancelRequestForm

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

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.

Tags
since
0.1.0

        
On this page

Search results