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

com.kucoin.sdk.rest.response.RepayV3Response Maven / Gradle / Ivy

The newest version!
package com.kucoin.sdk.rest.response;

import lombok.Data;

import java.math.BigDecimal;

/**
 * @author blazetan
 */
@Data
public class RepayV3Response {

    private String orderNo;

    private BigDecimal actualSize;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy