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

exchange.apexpro.connector.model.user.ApiCredential Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package exchange.apexpro.connector.model.user;

import lombok.Data;

@Data
public class ApiCredential {
    // Key
    private String apiKey;
    // Secret
    private String secret;
    // Passphrase
    private String passphrase;

    //ID
    private Long userId;
    private Long accountId;
    private String address;
    private int networkId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy