executeLoanCharge

abstract suspend fun executeLoanCharge(    loanId: Long,     postLoansLoanIdChargesRequest: PostLoansLoanIdChargesRequest,     command: String? = null): PostLoansLoanIdChargesResponse

Create a Loan Charge (no command provided) or Pay a charge (command=pay) Creates a Loan Charge | Pay a Loan Charge Responses:

  • 200: OK

Return

PostLoansLoanIdChargesResponse

Parameters

loanId

loanId

postLoansLoanIdChargesRequest
command

command (optional)