# DepositAccountInterestSettings

Represents information about the deposit account\'s interest settings.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestPaymentSettings** | [**DepositAccountInterestPaymentSettings**](DepositAccountInterestPaymentSettings.md) |  | [optional] [default to undefined]
**interestRateSettings** | [**DepositAccountInterestRateSettings**](DepositAccountInterestRateSettings.md) |  | [optional] [default to undefined]

## Example

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

const instance: DepositAccountInterestSettings = {
    interestPaymentSettings,
    interestRateSettings,
};
```

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