| Package | Description |
|---|---|
| com.cml.idex.value |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawStatus |
WithdrawStatus.fromString(String value) |
WithdrawStatus |
WithdrawHistory.getStatus() |
static WithdrawStatus |
WithdrawStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WithdrawStatus[] |
WithdrawStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WithdrawHistory(int depositNumber,
String currency,
BigDecimal amount,
long timestamp,
String transactionHash,
WithdrawStatus status) |
Copyright © 2019. All rights reserved.