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

com.kucoin.sdk.rest.request.AccountCreateRequest Maven / Gradle / Ivy

The newest version!
/**
 * Copyright 2019 Mek Global Limited.
 */
package com.kucoin.sdk.rest.request;

import lombok.Data;

/**
 * Created by tao.mao on 2019/1/2.
 */
@Data
public class AccountCreateRequest {

    /**
     * Currency code
     */
    private String currency;
    /**
     * Account type,"main" or "trade"
     */
    private String type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy