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

br.com.objectos.jabuticava.serasa.relato.factoring.TotalPagamentoBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.jabuticava.serasa.relato.factoring;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.io.flat.FlatRecordPlugin$ThisBuilderPropertyAction",
    "br.com.objectos.way.pojo.compiler.PojoCompiler"
})
public interface TotalPagamentoBuilder {
  TotalPagamentoBuilderQuantidade quantidade(int quantidade);

  interface TotalPagamentoBuilderQuantidade {
    TotalPagamentoBuilderSoma soma(double soma);
  }

  interface TotalPagamentoBuilderSoma {
    TotalPagamento build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy