retrieve All Loan Charges1
abstract suspend fun retrieveAllLoanCharges1(loanExternalId: String): List<GetLoansLoanIdChargesChargeIdResponse>
List Loan Charges It lists all the Loan Charges specific to a Loan Example Requests: loans/1/charges loans/1/charges?fields=name,amountOrPercentage Responses:
200: OK
Return
kotlin.collections.List
Parameters
loan External Id
loanExternalId