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

br.com.moip.request.MoipAccountRequest Maven / Gradle / Ivy

The newest version!
package br.com.moip.request;

public class MoipAccountRequest {

    private final String id;

    public MoipAccountRequest(String moipAccount) {
        this.id = moipAccount;
    }

    public String getId() {
        return id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy