Skip to content

Commit

Permalink
Merge pull request #12 from Hercules-NET/marcosgerene-patch-1
Browse files Browse the repository at this point in the history
Evento 510630 - Registro de Passagem
  • Loading branch information
danilobreda authored May 14, 2024
2 parents e81081e + 5d08b53 commit 4235b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CTe.Classes/Servicos/Evento/Flags/CTeTipoEvento.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public enum CTeTipoEvento
RegistrodePassagem = 310620,
[XmlEnum("510620")]
RegistrodePassagemAutomatico = 510620,
[XmlEnum("510630")]
RegistrodePassagemAutomatico2 = 510630,
[XmlEnum("310610")]
MDFeAutorizado = 310610,
[XmlEnum("310611")]
Expand Down Expand Up @@ -88,4 +90,4 @@ public enum CTeTipoEvento
[XmlEnum("610110")]
Desacordo = 610110
}
}
}

0 comments on commit 4235b23

Please sign in to comment.