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.

NextPayment

Information about the next payment on the loan

datestring
instalmentMonetaryAmount
Example
{  "date": "2024-09-28",  "instalment": {    "amount": 5000,    "currency": "SEK"  },  "interest": {    "amount": 7784,    "currency": "SEK"  },  "total": {    "amount": 12784,    "currency": "SEK"  }}