All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.bl3p.dto.account.Bl3pWithdrawFunds Maven / Gradle / Ivy

The newest version!
package org.knowm.xchange.bl3p.dto.account;

import com.fasterxml.jackson.annotation.JsonProperty;
import org.knowm.xchange.bl3p.dto.Bl3pResult;

public class Bl3pWithdrawFunds extends Bl3pResult {

  public static class Bl3pWithdrawFundsData {
    @JsonProperty("id")
    public int id;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy