# RegistrationQuestionChoice


## 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]
**subQuestions** | [**Array&lt;BaseRegistrationQuestionChoiceSubQuestion&gt;**](BaseRegistrationQuestionChoiceSubQuestion.md) |  | [default to undefined]
**question** | [**BaseRegistrationQuestion**](BaseRegistrationQuestion.md) |  | [default to undefined]
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: RegistrationQuestionChoice = {
    id,
    value,
    text,
    description,
    supply,
    sortOrder,
    subQuestions,
    question,
    _count,
    questionId,
    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)
