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.

LoanDetails

Details about the loan

Example
{  "balance": {    "amount": 2000000,    "currency": "SEK"  },  "granted": {    "amount": 3000000,    "currency": "SEK"  },  "paid": {    "amount": 1000000,    "currency": "SEK"  }}