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

org.knowm.xchange.kucoin.dto.response.InternalTransferResponse Maven / Gradle / Ivy

The newest version!
package org.knowm.xchange.kucoin.dto.response;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;

@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class InternalTransferResponse {
  /** The order ID of a funds transfer */
  private String orderId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy