Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.37 KB

MultiRepayRecord.md

File metadata and controls

22 lines (17 loc) · 1.37 KB

MultiRepayRecord

Properties

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]

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