# ConstraintConfiguration

Model representation of the constraint of a transaction channel configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**criteria** | **string** | Model representation of the criteria based on which the constraint will be applied. | [default to undefined]
**filterElement** | **string** | Model representation of the filter element of the constraint. | [default to undefined]
**values** | **Array&lt;string&gt;** | The values of the constraint. Depending on the type of constraint the list will contain a variable number of values. | [optional] [default to undefined]

## Example

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

const instance: ConstraintConfiguration = {
    criteria,
    filterElement,
    values,
};
```

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