# WHMCS\Service\CancellationRequest

`Class` · extends `AbstractModel`

A service cancellation request

Should a Client decide to cancel a Service, they create a CancellationRequest.

CancellationRequests can either be handled immediately, or at the end of a billing cycle,
per the client's request.

The CancellationRequest exists as a record for the WHMCS site operator for why the client
requested the billing system to cancel their product.

## Methods

### service

```php
public function service()
```

Each cancellation request belongs to one service.

**Returns** `\Illuminate\Database\Eloquent\Relations\BelongsTo`