Objects

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"  }}