Class BankeraWallet
java.lang.Object
org.knowm.xchange.bankera.dto.account.BankeraWallet
public class BankeraWallet extends Object
-
Constructor Summary
Constructors Constructor Description BankeraWallet(int id, String balance, String reserved, String total, String currency)
-
Method Summary
Modifier and Type Method Description String
getBalance()
String
getCurrency()
int
getId()
String
getReserved()
String
getTotal()
-
Constructor Details
-
BankeraWallet
-
-
Method Details
-
getId
public int getId() -
getBalance
-
getReserved
-
getTotal
-
getCurrency
-