Class PaymiumAccountOperations

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

public class PaymiumAccountOperations extends Object
  • Field Details

    • amount

      protected Double amount
    • createdAt

      protected String createdAt
    • createdAtInt

      protected Integer createdAtInt
    • currency

      protected String currency
    • isTradingAccount

      protected boolean isTradingAccount
    • name

      protected String name
    • uuid

      protected String uuid
  • Constructor Details

    • PaymiumAccountOperations

      public PaymiumAccountOperations()
  • Method Details

    • toString

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

      public Double getAmount()
    • setAmount

      public void setAmount(Double amount)
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • getCreatedAtInt

      public Integer getCreatedAtInt()
    • setCreatedAtInt

      public void setCreatedAtInt(Integer createdAtInt)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • isTradingAccount

      public boolean isTradingAccount()
    • setTradingAccount

      public void setTradingAccount(boolean tradingAccount)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)