Objects

InterestConditionRanges

Interest rate range based on amount

Maximum amount for this interest rate

Minimum amount for this interest rate

ratenumber[double]

Interest rate for this range

{
  "maxAmount": 100000,
  "minAmount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "rate": 0.025
}