Depositaccountinterestratetier
Represents information about how interest rate is calculated.
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
endingDayinteger<int32>
interestRatenumberrequired
The rate used for computing the interest for an account which has the balance less than the ending balance
Depositaccountinterestratetier
{
"encodedKey": "string",
"endingBalance": 0,
"endingDay": 0,
"interestRate": 0
}