Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.2 KB

File metadata and controls

23 lines (18 loc) · 1.2 KB

RepayRecord

Properties

Name Type Description Notes
OrderId int64 Order ID [optional]
RecordId int64 Repayment record ID [optional]
RepaidAmount string Repayment amount [optional]
BorrowCurrency string Borrowed currency [optional]
CollateralCurrency string Collateral currency [optional]
InitLtv string Initial collateralization rate [optional]
BorrowTime int64 Borrowing time, timestamp [optional]
RepayTime int64 Repayment time, timestamp [optional]
TotalInterest string Total interest [optional]
BeforeLeftPrincipal string Principal to be repaid before repayment [optional]
AfterLeftPrincipal string Principal to be repaid after repayment [optional]
BeforeLeftCollateral string Collateral amount before repayment [optional]
AfterLeftCollateral string Collateral amount after repayment [optional]

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