@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
27 lines (19 loc) • 725 B
Markdown
# PlayerCategory
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**PlayerCategoryId**](PlayerCategoryId.md) | | [default to undefined]
**label** | **string** | | [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**limit** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { PlayerCategory } from '@tennac-booking/sdk';
const instance: PlayerCategory = {
id,
label,
description,
limit,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)