| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static AccountBalance.CurrencyEnum |
AccountBalance.CurrencyEnum.fromValue(String value) |
AccountBalance.CurrencyEnum |
AccountBalance.getCurrency()
Currency
|
AccountBalance.CurrencyEnum |
AccountBalance.CurrencyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AccountBalance.CurrencyEnum |
AccountBalance.CurrencyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountBalance.CurrencyEnum[] |
AccountBalance.CurrencyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccountBalance |
AccountBalance.currency(AccountBalance.CurrencyEnum currency) |
void |
AccountBalance.setCurrency(AccountBalance.CurrencyEnum currency) |
void |
AccountBalance.CurrencyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AccountBalance.CurrencyEnum enumeration) |
Copyright © 2023. All rights reserved.