# DepositProductPaymentConfiguration

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

## Properties

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

## Example

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

const instance: DepositProductPaymentConfiguration = {
    paymentDates,
    paymentPoint,
};
```

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