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

com.coinbase.api.entity.TokenResponse Maven / Gradle / Ivy

package com.coinbase.api.entity;

public class TokenResponse extends Response {
    private Token _token;

    public Token getToken() {
        return _token;
    }

    public void setToken(Token token) {
        _token = token;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy