# FeedbackTypeEnum

## Enumeration Members

### Cancellation

```ts
Cancellation: "CANCELLATION";
```

Feedback on cancellation process.

***

### ~~CustomerSatisfaction~~

```ts
CustomerSatisfaction: "CUSTOMER_SATISFACTION";
```

Deprecated.

#### Deprecated

No longer supported type of customer feedback.

***

### Other

```ts
Other: "OTHER";
```

Other feedback type.
