Class PaymiumAccountOperations
java.lang.Object
org.knowm.xchange.paymium.dto.account.PaymiumAccountOperations
public class PaymiumAccountOperations extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PaymiumAccountOperations()
-
Method Summary
Modifier and Type Method Description Double
getAmount()
String
getCreatedAt()
Integer
getCreatedAtInt()
String
getCurrency()
String
getName()
String
getUuid()
boolean
isTradingAccount()
void
setAmount(Double amount)
void
setCreatedAt(String createdAt)
void
setCreatedAtInt(Integer createdAtInt)
void
setCurrency(String currency)
void
setName(String name)
void
setTradingAccount(boolean tradingAccount)
void
setUuid(String uuid)
String
toString()
-
Field Details
-
amount
-
createdAt
-
createdAtInt
-
currency
-
isTradingAccount
protected boolean isTradingAccount -
name
-
uuid
-
-
Constructor Details
-
PaymiumAccountOperations
public PaymiumAccountOperations()
-
-
Method Details
-
toString
-
getAmount
-
setAmount
-
getCreatedAt
-
setCreatedAt
-
getCreatedAtInt
-
setCreatedAtInt
-
getCurrency
-
setCurrency
-
isTradingAccount
public boolean isTradingAccount() -
setTradingAccount
public void setTradingAccount(boolean tradingAccount) -
getName
-
setName
-
getUuid
-
setUuid
-