Depositproductpaymentconfiguration
Defines the interest payment settings for the deposit product and for deposits created based on this product
paymentDates object[]
List of all dates on which the interest is payed into deposit account
Array [
dayinteger<int32>
The day in the month
monthinteger<int32>
The month of the year
]
paymentPointstring
Specifies when the interest should be paid to the deposit account.
Possible values: [FIRST_DAY_OF_MONTH, EVERY_WEEK, EVERY_OTHER_WEEK, EVERY_MONTH, EVERY_3_MONTHS, ON_FIXED_DATES, DAILY, ANNUALLY, BI_ANNUALLY, ON_ACCOUNT_MATURITY]
Depositproductpaymentconfiguration
{
"paymentDates": [
{
"day": 0,
"month": 0
}
],
"paymentPoint": "FIRST_DAY_OF_MONTH"
}