retrieve Transaction1
abstract suspend fun retrieveTransaction1(loanId: Long, transactionId: Long, fields: String? = null): GetSelfLoansLoanIdTransactionsTransactionIdResponse
Retrieve a Loan Transaction Details Retrieves a Loan Transaction DetailsExample Request: self/loans/5/transactions/3 Responses:
200: OK
Return
Parameters
loan Id
loanId
transaction Id
transactionId
fields
Optional Loan Transaction attribute list to be in the response (optional)