Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.09 KB

UnifiedLoanRecord.md

File metadata and controls

15 lines (12 loc) · 1.09 KB

UnifiedLoanRecord

Properties

Name Type Description Notes
id number id [optional] [readonly] [default to undefined]
type string type: borrow - borrow, repay - repay [optional] [readonly] [default to undefined]
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] [default to undefined]
borrowType string Loan type, returned when querying loan records. manual_borrow - Manual repayment , auto_borrow - Automatic repayment [optional] [default to undefined]
currencyPair string Currency pair [optional] [readonly] [default to undefined]
currency string Currency [optional] [readonly] [default to undefined]
amount string The amount of lending or repaying [optional] [readonly] [default to undefined]
createTime number Created time [optional] [readonly] [default to undefined]