# DepositProductFeeConfiguration

Defines the fee settings of the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowArbitraryFees** | **boolean** | Indicates if arbitrary fees will be allowed. | [optional] [default to undefined]
**fees** | [**Array&lt;DepositProductPredefinedFeeConfiguration&gt;**](DepositProductPredefinedFeeConfiguration.md) | List of all fees that can be applied for accounts of this deposit product. | [optional] [default to undefined]

## Example

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

const instance: DepositProductFeeConfiguration = {
    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)
