# OrganizationModule


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**moduleType** | [**OrganizationModuleType**](OrganizationModuleType.md) |  | [default to undefined]
**superEnabled** | **boolean** |  | [default to undefined]
**requireAuth** | **boolean** |  | [default to undefined]
**enabled** | **boolean** |  | [default to undefined]
**editable** | **boolean** |  | [default to undefined]
**enabledTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**editableTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**_options** | **object** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: OrganizationModule = {
    id,
    moduleType,
    superEnabled,
    requireAuth,
    enabled,
    editable,
    enabledTiers,
    editableTiers,
    _options,
    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)
