Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.11 KB

File metadata and controls

23 lines (19 loc) · 1.11 KB

RepayRecord

还款记录

Properties

Name Type Description Notes
order_id int 订单id [optional]
record_id int 还款记录 id [optional]
repaid_amount str Repayment amount [optional]
borrow_currency str 借款币种 [optional]
collateral_currency str 质押币种 [optional]
init_ltv str 初始质押率 [optional]
borrow_time int 借款时间,时间戳 [optional]
repay_time int 还款时间,时间戳 [optional]
total_interest str 总计息 [optional]
before_left_principal str 还款前待还本金 [optional]
after_left_principal str 还款后待还本金 [optional]
before_left_collateral str 还款前质押物数量 [optional]
after_left_collateral str 还款后质押物数量 [optional]

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