Objects
LoanDetails
Details about the loan
{
"balance": {
"amount": 2000000,
"currency": "SEK"
},
"granted": {
"amount": 3000000,
"currency": "SEK"
},
"paid": {
"amount": 1000000,
"currency": "SEK"
}
}Details about the loan
{
"balance": {
"amount": 2000000,
"currency": "SEK"
},
"granted": {
"amount": 3000000,
"currency": "SEK"
},
"paid": {
"amount": 1000000,
"currency": "SEK"
}
}