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
maxAmountMonetaryAmount
Maximum amount for this interest rate
minAmountMonetaryAmount
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}