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

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

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

import lombok.Data;

import java.math.BigDecimal;

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

    /**
     * Subscription order number If there already exists a subscription order with a specific currency and the interest rate,
     * the latest orderNo will be returned.
     */
    private String orderNo;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy