retrieve Collateral Details
abstract suspend fun retrieveCollateralDetails(loanId: Long): List<GetLoansLoanIdCollateralsResponse>
List Loan Collaterals Example Requests: loans/1/collaterals loans/1/collaterals?fields=value,description Responses:
200: OK
Return
kotlin.collections.List
Parameters
loan Id
loanId