# DuplicateClientFieldsConfiguration

The duplicate client constraints configuration that are available in the administration and can be performed

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**duplicateClientChecks** | **Array&lt;string&gt;** | Constraints regarding what fields can\&#39;t be duplicate between two clients, ordered alphabetically | [optional] [default to undefined]
**duplicateClientConstraintAction** | **string** | Action to be taken if two clients have duplicate fields | [default to undefined]

## Example

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

const instance: DuplicateClientFieldsConfiguration = {
    duplicateClientChecks,
    duplicateClientConstraintAction,
};
```

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