| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | number | Order ID | [optional] [default to undefined] |
| recordId | number | Repayment record ID | [optional] [default to undefined] |
| initLtv | string | Initial collateralization rate | [optional] [default to undefined] |
| beforeLtv | string | Ltv before the operation | [optional] [default to undefined] |
| afterLtv | string | Ltv after the operation | [optional] [default to undefined] |
| borrowTime | number | Borrowing time, timestamp in seconds | [optional] [default to undefined] |
| repayTime | number | Repayment time, timestamp in seconds | [optional] [default to undefined] |
| borrowCurrencies | Array<RepayRecordCurrency> | List of borrowing information | [optional] [default to undefined] |
| collateralCurrencies | Array<RepayRecordCurrency> | List of collateral information | [optional] [default to undefined] |
| repaidCurrencies | Array<RepayRecordRepaidCurrency> | Repay Currency List | [optional] [default to undefined] |
| totalInterestList | Array<RepayRecordTotalInterest> | Total Interest List | [optional] [default to undefined] |
| leftRepayInterestList | Array<RepayRecordLeftInterest> | List of remaining interest to be repaid | [optional] [default to undefined] |