Class LunoAccountTransactions
java.lang.Object
org.knowm.xchange.luno.dto.account.LunoAccountTransactions
public class LunoAccountTransactions extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LunoAccountTransactions.Transaction
-
Field Summary
Fields Modifier and Type Field Description boolean
defaultAccount
String
id
-
Constructor Summary
Constructors Constructor Description LunoAccountTransactions(String id, boolean defaultAccount, LunoAccountTransactions.Transaction[] transactions)
-
Method Summary
Modifier and Type Method Description LunoAccountTransactions.Transaction[]
getTransactions()
String
toString()
-
Field Details
-
id
-
defaultAccount
public final boolean defaultAccount
-
-
Constructor Details
-
LunoAccountTransactions
public LunoAccountTransactions(String id, boolean defaultAccount, LunoAccountTransactions.Transaction[] transactions)
-
-
Method Details