Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 867 Bytes

File metadata and controls

18 lines (14 loc) · 867 Bytes

UniLend

Loan record

Properties

Name Type Description Notes
currency str Currency [optional] [readonly]
current_amount str Current amount [optional] [readonly]
amount str Total amount [optional] [readonly]
lent_amount str Lent amount [optional] [readonly]
frozen_amount str Frozen amount [optional] [readonly]
min_rate str Minimum interest rate [optional] [readonly]
create_time int Created time of the lending order [optional] [readonly]
update_time int Upated time of the lending order [optional] [readonly]

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