
br.com.moip.PlugPagTokenV2API Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Moip v2 APIs
The newest version!
package br.com.moip;
import br.com.moip.response.PlugPagTokenResponse;
public class PlugPagTokenV2API {
private final Client client;
public PlugPagTokenV2API(Client client) { this.client = client; }
public PlugPagTokenResponse get() {
return client.get("/gapi/plugpag/token", PlugPagTokenResponse.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy