| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
void |
MarginUniApi.createUniLoan(CreateUniLoan createUniLoan)
Borrow or repay
|
okhttp3.Call |
MarginUniApi.createUniLoanAsync(CreateUniLoan createUniLoan,
ApiCallback<Void> _callback)
Borrow or repay (asynchronously)
|
okhttp3.Call |
MarginUniApi.createUniLoanCall(CreateUniLoan createUniLoan,
ApiCallback _callback)
Build call for createUniLoan
|
ApiResponse<Void> |
MarginUniApi.createUniLoanWithHttpInfo(CreateUniLoan createUniLoan)
Borrow or repay
|
| Modifier and Type | Method and Description |
|---|---|
CreateUniLoan |
CreateUniLoan.amount(String amount) |
CreateUniLoan |
CreateUniLoan.currency(String currency) |
CreateUniLoan |
CreateUniLoan.currencyPair(String currencyPair) |
CreateUniLoan |
CreateUniLoan.repaidAll(Boolean repaidAll) |
CreateUniLoan |
CreateUniLoan.type(CreateUniLoan.TypeEnum type) |
Copyright © 2023. All rights reserved.