# CentreConfiguration

Model representation of the configuration for a centre.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | [**AddressDetails**](AddressDetails.md) |  | [optional] [default to undefined]
**assignedBranchId** | **string** | The ID of the branch this centre was assigned to. | [optional] [default to undefined]
**customFieldValueSets** | [**Array&lt;CustomFieldValueSetConfiguration&gt;**](CustomFieldValueSetConfiguration.md) | Custom fields value sets of the centre. | [optional] [default to undefined]
**id** | **string** | User-defined ID, globally unique. | [default to undefined]
**meetingDay** | **string** | Enumeration for calendar days of week. | [optional] [default to undefined]
**name** | **string** | Name of the centre. | [default to undefined]
**notes** | **string** | Notes of the centre. | [optional] [default to undefined]
**state** | **string** | Model representation of the state of a centre. | [default to undefined]

## Example

```typescript
import { CentreConfiguration } from './api';

const instance: CentreConfiguration = {
    address,
    assignedBranchId,
    customFieldValueSets,
    id,
    meetingDay,
    name,
    notes,
    state,
};
```

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