async terminateLoan()
For terminating a loan you should use:
token:string - is the token that you will get from the authentication.
token:string
id:string - is the loanId of the loan you want to terminate
id:string
const response = await this.newBorrowingService.terminateLoan({token, id})
Last updated 3 years ago