| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<Repayment> |
MarginApi.listLoanRepayments(String loanId)
List loan repayment records(Deprecated)
|
ApiResponse<List<Repayment>> |
MarginApi.listLoanRepaymentsWithHttpInfo(String loanId)
List loan repayment records(Deprecated)
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarginApi.listLoanRepaymentsAsync(String loanId,
ApiCallback<List<Repayment>> _callback)
List loan repayment records(Deprecated) (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Repayment |
Repayment.createTime(String createTime) |
Repayment |
Repayment.id(String id) |
Repayment |
Repayment.interest(String interest) |
Repayment |
Repayment.principal(String principal) |
Copyright © 2023. All rights reserved.