Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.13 KB

CrossMarginLoan.md

File metadata and controls

21 lines (17 loc) · 1.13 KB

Io.Gate.GateApi.Model.CrossMarginLoan

Properties

Name Type Description Notes
Id string Loan record ID [optional] [readonly]
CreateTime long Creation timestamp, in milliseconds [optional] [readonly]
UpdateTime long Update timestamp, in milliseconds [optional] [readonly]
Currency string Currency name
Amount string Borrowed amount
Text string User defined custom ID [optional]
Status int Deprecated. Currently, all statuses have been set to 2. Borrow loan status, which includes: - 1: failed to borrow - 2: borrowed but not repaid - 3: repayment complete [optional] [readonly]
Repaid string Repaid amount [optional] [readonly]
RepaidInterest string Repaid interest [optional] [readonly]
UnpaidInterest string Outstanding interest yet to be paid [optional] [readonly]

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