# RevolvingAccountSettings

The number of previewed instalments for an account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**numberOfPreviewedInstalments** | **number** | The number of previewed instalments | [optional] [default to undefined]

## Example

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

const instance: RevolvingAccountSettings = {
    numberOfPreviewedInstalments,
};
```

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