# DepositProductOffsetSettings

The offset settings, holds information about offset.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowOffset** | **boolean** | Specify if the product allow to create accounts which can be used as offset for loans | [optional] [default to undefined]

## Example

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

const instance: DepositProductOffsetSettings = {
    allowOffset,
};
```

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