Class PaymiumOrder
java.lang.Object
org.knowm.xchange.paymium.dto.account.PaymiumOrder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
getState()
getTxid()
getType()
getUuid()
void
setAccountOperations
(List<PaymiumAccountOperations> accountOperations) void
setAmount
(BigDecimal amount) void
setBitcoinAddress
(String bitcoinAddress) void
setBtcFee
(BigDecimal btcFee) void
setComment
(String comment) void
setCreatedAt
(Date createdAt) void
setCurrency
(String currency) void
setCurrencyAmount
(BigDecimal currencyAmount) void
setCurrencyFee
(BigDecimal currencyFee) void
setDirection
(String direction) void
setPrice
(BigDecimal price) void
void
setTradedBtc
(BigDecimal tradedBtc) void
setTradedCurrency
(BigDecimal tradedCurrency) void
void
void
setUpdatedAt
(Date updatedAt) void
toString()
-
Constructor Details
-
PaymiumOrder
public PaymiumOrder()
-
-
Method Details
-
toString
-
getAccountOperations
-
setAccountOperations
-
getAmount
-
setAmount
-
getBitcoinAddress
-
setBitcoinAddress
-
getBtcFee
-
setBtcFee
-
getComment
-
setComment
-
getCreatedAt
-
setCreatedAt
-
getCurrency
-
setCurrency
-
getCurrencyAmount
-
setCurrencyAmount
-
getCurrencyFee
-
setCurrencyFee
-
getDirection
-
setDirection
-
getPrice
-
setPrice
-
getState
-
setState
-
getTradedBtc
-
setTradedBtc
-
getTradedCurrency
-
setTradedCurrency
-
getTxid
-
setTxid
-
getType
-
setType
-
getUpdatedAt
-
setUpdatedAt
-
getUuid
-
setUuid
-