Name | Type | Description | Notes |
---|---|---|---|
OrderId | int64 | Order ID | [optional] |
RecordId | int64 | 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 | int64 | Borrowing time, timestamp in seconds. | [optional] |
RepayTime | int64 | Repayment time, timestamp in seconds. | [optional] |
BorrowCurrencies | []RepayRecordCurrency | List of borrowing information | [optional] |
CollateralCurrencies | []RepayRecordCurrency | List of collateral information | [optional] |
RepaidCurrencies | []RepayRecordRepaidCurrency | Repay Currency List | [optional] |
TotalInterestList | []RepayRecordTotalInterest | Total Interest List | [optional] |
LeftRepayInterestList | []RepayRecordLeftInterest | List of left repay interest | [optional] |