Package br.com.caelum.stella.boleto

Examples of br.com.caelum.stella.boleto.Sacado


                .withNumConvenio(1207113)
                .withDvContaCorrente('5')
                .withCarteira(18)
                .withNossoNumero(9000206);

    Sacado sacado = Sacado.newSacado()
        .withNome("Fulano da Silva")
        .withCpf("111.222.333-12")
        .withEndereco("Av dos testes, 111 apto 333")
      .withBairro("Bairro Teste")
      .withCep("01234-111")
View Full Code Here


            .withNumConvenio(1234567)
            .withDvContaCorrente('1')
            .withCarteira(22)
            .withNossoNumero(9050987);

        Sacado sacado = Sacado.newSacado()
            .withNome("Fulano da Silva")
            .withCpf("111.222.333-12")
            .withEndereco("Av dos testes, 111 apto 333")
            .withBairro("Bairro Teste")
            .withCep("01234-111")
View Full Code Here

            .withNumConvenio(1234567)
            .withDvContaCorrente('1')
            .withCarteira(22)
            .withNossoNumero(9050987);

        Sacado sacado = Sacado.newSacado()
            .withNome("Fulano da Silva")
            .withCpf("111.222.333-12")
            .withEndereco("Av dos testes, 111 apto 333")
            .withBairro("Bairro Teste")
            .withCep("01234-111")
View Full Code Here

TOP

Related Classes of br.com.caelum.stella.boleto.Sacado

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.