Package br.com.objectos.way.cnab.remessa

Examples of br.com.objectos.way.cnab.remessa.Carteira


*/
@Test
public class TesteDeBradescoCarteira {

  public void to_string() {
    Carteira carteira = Carteira.COBRANCA_SIMPLES_COM_REGISTRO;
    Agencia agencia = AgenciasFalso.AGENCIA_A;
    Conta conta = ContasFalso.CONTA_1;

    BradescoCarteira pojo = new BradescoCarteira(carteira, agencia, conta);
    String res = pojo.toString();
View Full Code Here

TOP

Related Classes of br.com.objectos.way.cnab.remessa.Carteira

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.