# NewAccountSettings

The new account settings, defines the settings and constraints used by new loan account created based on this product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountInitialState** | **string** | All the generic account states applicable to loans. | [default to undefined]
**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 { NewAccountSettings } from './api';

const instance: NewAccountSettings = {
    accountInitialState,
    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)
