Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

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

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