# DepositNewAccountSettings

New Account settings for deposit accounts

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idGeneratorType** | **string** | The type of generator used for IDs creation. | [default to undefined]
**idPattern** | **string** | The pattern that will be used for ID validation (as referred to as an input mask). | [default to undefined]

## Example

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

const instance: DepositNewAccountSettings = {
    idGeneratorType,
    idPattern,
};
```

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