| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | number | Order ID | [optional] [default to undefined] |
| recordId | number | Repayment record ID | [optional] [default to undefined] |
| repaidAmount | string | Repayment amount | [optional] [default to undefined] |
| borrowCurrency | string | Borrowed currency | [optional] [default to undefined] |
| collateralCurrency | string | Collateral currency | [optional] [default to undefined] |
| initLtv | string | Initial collateralization rate | [optional] [default to undefined] |
| borrowTime | number | Borrowing time, timestamp | [optional] [default to undefined] |
| repayTime | number | Repayment time, timestamp | [optional] [default to undefined] |
| totalInterest | string | Total interest | [optional] [default to undefined] |
| beforeLeftPrincipal | string | Principal to be repaid before repayment | [optional] [default to undefined] |
| afterLeftPrincipal | string | Principal to be repaid after repayment | [optional] [default to undefined] |
| beforeLeftCollateral | string | Collateral amount before repayment | [optional] [default to undefined] |
| afterLeftCollateral | string | Collateral amount after repayment | [optional] [default to undefined] |