Skip to main content

Interestratetier

Used or TIERED interest rates, holds the values to define how the interest is computed

encodedKeystring

The encoded key of the interest rate tier, auto generated, unique

endingBalancenumber

The top-limit value for the account balance in order to determine if this tier is used or not

interestRatenumberrequired

The rate used for computing the interest for an account which has the balance less than the ending balance

Interestratetier
{
"encodedKey": "string",
"endingBalance": 0,
"interestRate": 0
}