Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.45 KB

MultiRepayRecord.md

File metadata and controls

25 lines (20 loc) · 1.45 KB

Io.Gate.GateApi.Model.MultiRepayRecord

Mult Repay Record

Properties

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]

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