| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static CrossMarginLoan.StatusEnum |
CrossMarginLoan.StatusEnum.fromValue(Integer value) |
CrossMarginLoan.StatusEnum |
CrossMarginLoan.getStatus()
Borrow loan status, which includes: - 1: failed to borrow - 2: borrowed but not repaid - 3: repayment complete
|
CrossMarginLoan.StatusEnum |
CrossMarginLoan.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CrossMarginLoan.StatusEnum |
CrossMarginLoan.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossMarginLoan.StatusEnum[] |
CrossMarginLoan.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossMarginLoan.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CrossMarginLoan.StatusEnum enumeration) |
Copyright © 2023. All rights reserved.