# AdditionalService Class
## Class Structure Overview
The class extends the `Request` class and contains two public properties: `AdditionalService`

| Property  | Type         | Description                                       |
|-----------|--------------|---------------------------------------------------|
| `$status` | `bool`       | A boolean value indicating the status             |
| `$amount` | `int`,`null` | The amount of the additional service. Can be null |
