Class BTCMarketsWithdrawCryptoResponse

java.lang.Object
org.knowm.xchange.btcmarkets.dto.BTCMarketsBaseResponse
org.knowm.xchange.btcmarkets.dto.trade.BTCMarketsWithdrawCryptoResponse

public class BTCMarketsWithdrawCryptoResponse extends BTCMarketsBaseResponse
  • Field Details

    • status

      public final String status
    • fundTransferId

      public final String fundTransferId
    • description

      public final String description
    • currency

      public final String currency
    • amount

      public final BigDecimal amount
    • fee

      public final BigDecimal fee
    • creationTime

      public final Long creationTime
  • Constructor Details