# IdentificationDocumentTemplatesConfiguration

Represents the templates for identification documents

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idDocumentTemplates** | [**Array&lt;IdentificationDocumentTemplateConfiguration&gt;**](IdentificationDocumentTemplateConfiguration.md) | The templates for id documents | [optional] [default to undefined]

## Example

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

const instance: IdentificationDocumentTemplatesConfiguration = {
    idDocumentTemplates,
};
```

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