struct AppPusher::App::SRuntimeCreditDealObject
- AppPusher::App::SRuntimeCreditDealObject
- Struct
- Value
- Object
Overview
=> P2P抵押贷借款信息,会用处理临近还款日期提醒。
Defined in:
app_pusher/app.crConstructors
Instance Method Summary
- #borrower : String
- #calc_trigger_index(now_ts : UInt32) : Int32 | Nil
- #debt_amount : Int64
- #debt_asset : String
- #is_deal_expired?(block_timestamp)
- #is_fully_triggered?
- #latest_repay_time : UInt32
- #triggered_index : Int32
- #triggered_index=(triggered_index : Int32)
Constructor Detail
def self.new(borrower : String, debt_asset : String, debt_amount : Int64, latest_repay_time : UInt32, init_block_time : UInt32)
#