Mult Repay Record
Name | Type | Description | Notes |
---|---|---|---|
OrderId | long | Order ID | [optional] |
RecordId | long | Repayment record ID | [optional] |
InitLtv | string | The initial collateralization rate | [optional] |
BeforeLtv | string | Ltv before the operation | [optional] |
AfterLtv | string | Ltv after the operation | [optional] |
BorrowTime | long | Borrowing time, timestamp in seconds. | [optional] |
RepayTime | long | Repayment time, timestamp in seconds. | [optional] |
BorrowCurrencies | List<RepayRecordCurrency> | List of borrowing information | [optional] |
CollateralCurrencies | List<RepayRecordCurrency> | List of collateral information | [optional] |
RepaidCurrencies | List<RepayRecordRepaidCurrency> | Repay Currency List | [optional] |
TotalInterestList | List<RepayRecordTotalInterest> | Total Interest List | [optional] |
LeftRepayInterestList | List<RepayRecordLeftInterest> | List of left repay interest | [optional] |