27 lines
692 B
Markdown
27 lines
692 B
Markdown
# RegionalSet
|
|
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **number** | | [optional] [default to undefined]
|
|
**prefix** | **string** | | [default to undefined]
|
|
**region** | **string** | | [default to undefined]
|
|
**cardPrints** | [**Array<CardPrint>**](CardPrint.md) | | [default to undefined]
|
|
|
|
## Example
|
|
|
|
```typescript
|
|
import { RegionalSet } from './api';
|
|
|
|
const instance: RegionalSet = {
|
|
id,
|
|
prefix,
|
|
region,
|
|
cardPrints,
|
|
};
|
|
```
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|