Skip to content

Commit

Permalink
Término homologação Itaú
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianotrentim committed Apr 5, 2024
1 parent 362a1e8 commit b39ec93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BancoBr.CNAB/Itau/SegmentoA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ public SegmentoA(Common.Instances.Banco banco)
public int CNAB2 { get; set; }

[CampoCNAB(135, 15)]
public new string NumeroDocumentoBanco { get; set; }
public override string NumeroDocumentoBanco { get; set; }

[CampoCNAB(150, 5)]
public string CNAB3 { get; set; }

[CampoCNAB(178, 20)]
public new string Informacao2 { get; set; }
public override string Informacao2 { get; set; }

[CampoCNAB(198, 6)]
public int NumeroDocumentoRetorno { get; set; }
Expand Down

0 comments on commit b39ec93

Please sign in to comment.