# SeriesQuestionChoice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**value** | **string** |  | [default to undefined]
**text** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**supply** | **number** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseSeriesQuestion**](BaseSeriesQuestion.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

```typescript
import { SeriesQuestionChoice } from '@connectedxm/admin-sdk';

const instance: SeriesQuestionChoice = {
    id,
    value,
    text,
    description,
    supply,
    sortOrder,
    questionId,
    question,
    createdAt,
    updatedAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
