Skip to main content

Depositaccountinterestpaymentsettings

Represents information about the interest payment settings.

interestPaymentDates object[]

The list of all dates when the interest is paid into the deposit account.

  • Array [
  • dayinteger<int32>

    The day in the month

    monthinteger<int32>

    The month of the year

  • ]
  • interestPaymentPointstring

    The interest payment point, which specifies when the interest should be paid to the 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]

    Depositaccountinterestpaymentsettings
    {
    "interestPaymentDates": [
    {
    "day": 0,
    "month": 0
    }
    ],
    "interestPaymentPoint": "FIRST_DAY_OF_MONTH"
    }