# BaseRegistrationSectionQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sectionId** | **string** |  | [default to undefined]
**section** | [**BaseRegistrationSection**](BaseRegistrationSection.md) |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseRegistrationQuestion**](BaseRegistrationQuestion.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]

## Example

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

const instance: BaseRegistrationSectionQuestion = {
    sectionId,
    section,
    questionId,
    question,
    sortOrder,
};
```

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