Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 607 Bytes

RepayLoan.md

File metadata and controls

10 lines (7 loc) · 607 Bytes

RepayLoan

Properties

Name Type Description Notes
orderId number Order ID [default to undefined]
repayAmount string Repayment amount, it is mandatory when making partial repayments [default to undefined]
repaidAll boolean Repayment method, set to `true` for full repayment, and `false` for partial repayment; When set to false for partial repayment, the repay_amount parameter cannot be greater than the remaining amount to be repaid by the user. [default to undefined]