Disclaimer: This is a non official project. It is in no way associated to Tecnospeed.
[ ] Implement tests
TecnoSpeed tecnoSpeed = TecnoSpeed.getInstance("asdasd", "asdad", Environment.SANDBOX);
TecnoSpeed tecnoSpeed = TecnoSpeed.getInstance();
Cedente cedente = Cedente.builder()
...
.build();
Boleto boleto = Boleto.builder()
...
.build();
tecnoSpeed.boletos().emitir(boleto);
Paged paged = tecnoSpeec.assignors().findAll();
Paged next = paged.next();