Skip to content

Commit

Permalink
Removido banco Nossa Caixa
Browse files Browse the repository at this point in the history
O Banco Nossa Caixa foi incorporado ao BB em 2009.
  • Loading branch information
rvnovaes committed Apr 19, 2014
1 parent bfc72d9 commit bfb5767
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/java/org/jrimum/bopepo/BancosSuportados.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@ public enum BancosSuportados{
*/
CAIXA_ECONOMICA_FEDERAL("104", "00360305000104", "CAIXA ECONOMICA FEDERAL", "Caixa Econômica Federal"),

/**
* Tipo enumerado que representa o Banco <strong>Nossa Caixa</strong>, código
* de compensação <strong><tt>151</tt></strong> <a href="http://www.nossacaixa.com.br/">site</a>.
*/
NOSSA_CAIXA("151", "43073394000110", "BANCO NOSSA CAIXA S.A.", "Banco Múltiplo"),

/**
* Tipo enumerado que representa o Banco <strong>Bradesco</strong>, código
* de compensação <strong><tt>237</tt></strong> <a
Expand Down Expand Up @@ -477,4 +471,4 @@ public String getSegmento() {
return segmento;
}

}
}

0 comments on commit bfb5767

Please sign in to comment.