# BaseRegistrationFollowupQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**followupId** | **string** |  | [default to undefined]
**followup** | [**BaseRegistrationFollowup**](BaseRegistrationFollowup.md) |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseRegistrationQuestion**](BaseRegistrationQuestion.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]

## Example

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

const instance: BaseRegistrationFollowupQuestion = {
    followupId,
    followup,
    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)
