Objects
InterestConditionRanges
Interest rate range based on amount
maxAmountMonetaryAmount
Maximum amount for this interest rate
minAmountMonetaryAmount
Minimum amount for this interest rate
ratenumber[double]
Interest rate for this range
{
"maxAmount": 100000,
"minAmount": {
"amount": 10.32,
"currency": "EUR"
},
"rate": 0.025
}