Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 728 Bytes

RepayLoan.md

File metadata and controls

16 lines (11 loc) · 728 Bytes

Io.Gate.GateApi.Model.RepayLoan

Repay

Properties

Name Type Description Notes
OrderId long Order ID
RepayAmount string Repayment amount, it is mandatory when making partial repayments
RepaidAll bool 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.

[Back to Model list] [Back to API list] [Back to README]