
com.kucoin.sdk.rest.request.AccountCreateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kucoin-java-sdk Show documentation
Show all versions of kucoin-java-sdk Show documentation
Fixed fork of the official Kucoin SDK
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