# InterestPaymentSettings

Defines the interest payment settings for the deposit product and for deposits created based on this product

## Properties

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

## Example

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

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