Uses of Enum
org.knowm.xchange.luno.dto.account.LunoWithdrawals.Status
Packages that use LunoWithdrawals.Status
-
Uses of LunoWithdrawals.Status in org.knowm.xchange.luno.dto.account
Fields in org.knowm.xchange.luno.dto.account declared as LunoWithdrawals.StatusMethods in org.knowm.xchange.luno.dto.account that return LunoWithdrawals.StatusModifier and TypeMethodDescriptionstatic LunoWithdrawals.Status
static LunoWithdrawals.Status
Returns the enum constant of this type with the specified name.static LunoWithdrawals.Status[]
LunoWithdrawals.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.luno.dto.account with parameters of type LunoWithdrawals.StatusModifierConstructorDescriptionWithdrawal
(String id, LunoWithdrawals.Status status, long createdAt, String type, String currency, BigDecimal amount, BigDecimal fee)