# DepositAccountInterestPaymentSettings

Represents information about the interest payment settings.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestPaymentDates** | [**Array&lt;MonthAndDay&gt;**](MonthAndDay.md) | The list of all dates when the interest is paid into the deposit account. | [optional] [default to undefined]
**interestPaymentPoint** | **string** | The interest payment point, which specifies when the interest should be paid to the account. | [optional] [default to undefined]

## Example

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

const instance: DepositAccountInterestPaymentSettings = {
    interestPaymentDates,
    interestPaymentPoint,
};
```

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