# RegistrationFollowup


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**_count** | [**BaseRegistrationSectionCount**](BaseRegistrationSectionCount.md) |  | [default to undefined]
**questions** | [**Array&lt;RegistrationQuestion&gt;**](RegistrationQuestion.md) |  | [default to undefined]
**passTypes** | [**Array&lt;BaseEventPassType&gt;**](BaseEventPassType.md) |  | [default to undefined]
**eventAddOns** | [**Array&lt;BaseEventAddOn&gt;**](BaseEventAddOn.md) |  | [default to undefined]
**accountTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**disallowedTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: RegistrationFollowup = {
    id,
    eventId,
    name,
    description,
    sortOrder,
    _count,
    questions,
    passTypes,
    eventAddOns,
    accountTiers,
    disallowedTiers,
    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)
