# DepositProductFeeSettings

Defines fees settings for the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowArbitraryFees** | **boolean** | Only if true users will be able to apply fees, for current object, of type \&#39;Other\&#39;; these fees can have any amount. | [optional] [default to undefined]
**fees** | [**Array&lt;DepositProductPredefinedFee&gt;**](DepositProductPredefinedFee.md) | List of all fees that can be applied for accounts of this loan product. | [optional] [default to undefined]

## Example

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

const instance: DepositProductFeeSettings = {
    allowArbitraryFees,
    fees,
};
```

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