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