Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.17 KB

File metadata and controls

16 lines (13 loc) · 1.17 KB

# UnifiedLoanRecord

Properties

Name Type Description Notes
id int ID [optional] [readonly]
type string Type: `borrow` - borrow, `repay` - repay [optional] [readonly]
repayment_type string Repayment type: none - No repayment type, manual_repay - Manual repayment, auto_repay - Automatic repayment, cancel_auto_repay - Automatic repayment after order cancellation, different_currencies_repayment - Cross-currency repayment [optional] [readonly]
borrow_type string Borrowing type, returned when querying loan records: manual_borrow - Manual borrowing, auto_borrow - Automatic borrowing [optional]
currency_pair string Currency pair [optional] [readonly]
currency string Currency [optional] [readonly]
amount string Borrow or repayment amount [optional] [readonly]
create_time int Created time [optional] [readonly]

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