Name | Type | Description | Notes |
---|---|---|---|
Id | string | Loan record ID | [optional] [readonly] |
CreateTime | int64 | Creation timestamp, in milliseconds | [optional] [readonly] |
UpdateTime | int64 | Update timestamp, in milliseconds | [optional] [readonly] |
Currency | string | Currency name | |
Amount | string | Borrowed amount | |
Text | string | User defined custom ID | [optional] |
Status | int32 | Deprecated. Currently, all statuses have been set to 2. Borrow loan status, which includes: - 1: failed to borrow - 2: borrowed but not repaid - 3: repayment complete | [optional] [readonly] |
Repaid | string | Repaid amount | [optional] [readonly] |
RepaidInterest | string | Repaid interest | [optional] [readonly] |
UnpaidInterest | string | Outstanding interest yet to be paid | [optional] [readonly] |