1 Star 0 Fork 0

HAYPO/gateapi-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
LoanRecord.md 1.12 KB
一键复制 编辑 原始数据 按行查看 历史

LoanRecord

Margin loaned record details

Properties

Name Type Description Notes
id String Loan record ID [optional]
loanId String Loan ID the record belongs to [optional]
createTime String Loan time [optional]
expireTime String Expiration time [optional]
status StatusEnum Loan record status [optional]
borrowUserId String Garbled user ID [optional]
currency String Loan currency [optional]
rate String Loan rate [optional]
amount String Loan amount [optional]
days Integer Loan days [optional]
autoRenew Boolean Whether the record will auto renew on expiration [optional]
repaid String Repaid amount [optional]
paidInterest String Repaid interest [optional] [readonly]
unpaidInterest String Interest not repaid [optional] [readonly]

Enum: StatusEnum

Name Value
LOANED "loaned"
FINISHED "finished"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HAYPO/gateapi-java.git
git@gitee.com:HAYPO/gateapi-java.git
HAYPO
gateapi-java
gateapi-java
master

搜索帮助