Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.08 KB

UnifiedLoanRecord.md

File metadata and controls

18 lines (13 loc) · 1.08 KB

UnifiedLoanRecord

Properties

Name Type Description Notes
Id int64 id [optional] [readonly]
Type string type: borrow - borrow, repay - repay [optional] [readonly]
RepaymentType string Repayment type: none - no repayment type, manual_repay - manual repayment, auto_repay - automatic repayment, cancel_auto_repay - automatic repayment after cancellation [optional] [readonly]
BorrowType string Loan type, returned when querying loan records. manual_borrow - Manual repayment , auto_borrow - Automatic repayment [optional]
CurrencyPair string Currency pair [optional] [readonly]
Currency string Currency [optional] [readonly]
Amount string The amount of lending or repaying [optional] [readonly]
CreateTime int64 Created time [optional] [readonly]

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