Class PaymiumOrder

java.lang.Object
org.knowm.xchange.paymium.dto.account.PaymiumOrder

public class PaymiumOrder extends Object
  • Constructor Details

    • PaymiumOrder

      public PaymiumOrder()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAccountOperations

      public List<PaymiumAccountOperations> getAccountOperations()
    • setAccountOperations

      public void setAccountOperations(List<PaymiumAccountOperations> accountOperations)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getBitcoinAddress

      public String getBitcoinAddress()
    • setBitcoinAddress

      public void setBitcoinAddress(String bitcoinAddress)
    • getBtcFee

      public BigDecimal getBtcFee()
    • setBtcFee

      public void setBtcFee(BigDecimal btcFee)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getCurrencyAmount

      public BigDecimal getCurrencyAmount()
    • setCurrencyAmount

      public void setCurrencyAmount(BigDecimal currencyAmount)
    • getCurrencyFee

      public BigDecimal getCurrencyFee()
    • setCurrencyFee

      public void setCurrencyFee(BigDecimal currencyFee)
    • getDirection

      public String getDirection()
    • setDirection

      public void setDirection(String direction)
    • getPrice

      public BigDecimal getPrice()
    • setPrice

      public void setPrice(BigDecimal price)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getTradedBtc

      public BigDecimal getTradedBtc()
    • setTradedBtc

      public void setTradedBtc(BigDecimal tradedBtc)
    • getTradedCurrency

      public BigDecimal getTradedCurrency()
    • setTradedCurrency

      public void setTradedCurrency(BigDecimal tradedCurrency)
    • getTxid

      public String getTxid()
    • setTxid

      public void setTxid(String txid)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)