
org.knowm.xchange.okex.dto.subaccount.OkexSubAccountDetails Maven / Gradle / Ivy
package org.knowm.xchange.okex.dto.subaccount;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
@Getter
public class OkexSubAccountDetails {
@JsonProperty("enable")
private String enable;
@JsonProperty("subAcct")
private String subAcct;
@JsonProperty("label")
private String label;
@JsonProperty("mobile")
private String mobile;
@JsonProperty("gAuth")
private String gAuth;
@JsonProperty("ts")
private String ts;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy