Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.12 KB

UniLend.md

File metadata and controls

23 lines (18 loc) · 1.12 KB

Io.Gate.GateApi.Model.UniLend

Loan record

Properties

Name Type Description Notes
Currency string Currency [optional] [readonly]
CurrentAmount string Current amount [optional] [readonly]
Amount string Total amount [optional] [readonly]
LentAmount string Lent amount [optional] [readonly]
FrozenAmount string Frozen amount [optional] [readonly]
MinRate string Minimum interest rate [optional] [readonly]
InterestStatus string Interest status: interest_dividend - regular dividend, interest_reinvest - interest reinvestment [optional] [readonly]
ReinvestLeftAmount string Amount not reinvested [optional] [readonly]
CreateTime long Created time of the lending order [optional] [readonly]
UpdateTime long Upated time of the lending order [optional] [readonly]

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