| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<RepayRecord> |
CollateralLoanApi.APIlistRepayRecordsRequest.execute()
Execute listRepayRecords request
|
ApiResponse<List<RepayRecord>> |
CollateralLoanApi.APIlistRepayRecordsRequest.executeWithHttpInfo()
Execute listRepayRecords request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CollateralLoanApi.APIlistRepayRecordsRequest.executeAsync(ApiCallback<List<RepayRecord>> _callback)
Execute listRepayRecords request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
RepayRecord |
RepayRecord.afterLeftCollateral(String afterLeftCollateral) |
RepayRecord |
RepayRecord.afterLeftPrincipal(String afterLeftPrincipal) |
RepayRecord |
RepayRecord.beforeLeftCollateral(String beforeLeftCollateral) |
RepayRecord |
RepayRecord.beforeLeftPrincipal(String beforeLeftPrincipal) |
RepayRecord |
RepayRecord.borrowCurrency(String borrowCurrency) |
RepayRecord |
RepayRecord.borrowTime(Long borrowTime) |
RepayRecord |
RepayRecord.collateralCurrency(String collateralCurrency) |
RepayRecord |
RepayRecord.initLtv(String initLtv) |
RepayRecord |
RepayRecord.orderId(Long orderId) |
RepayRecord |
RepayRecord.recordId(Long recordId) |
RepayRecord |
RepayRecord.repaidAmount(String repaidAmount) |
RepayRecord |
RepayRecord.repayTime(Long repayTime) |
RepayRecord |
RepayRecord.totalInterest(String totalInterest) |
Copyright © 2023. All rights reserved.