Class CoinoneWithdrawResponse

java.lang.Object
org.knowm.xchange.coinone.dto.account.CoinoneWithdrawResponse

public class CoinoneWithdrawResponse extends Object
  • Constructor Details

    • CoinoneWithdrawResponse

      public CoinoneWithdrawResponse(String result, String errorCode, String txid)
  • Method Details

    • getResult

      public String getResult()
    • getErrorCode

      public String getErrorCode()
    • getTxid

      public String getTxid()