Skip to content

Commit 2425f28

Browse files
authored
Merge pull request #25 from Hercules-NET/marcosgerene-patch-3
610111 - Cancelamento Prestacao do Servico em Desacordo
2 parents 6eb3eeb + e7144c3 commit 2425f28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CTe.Classes/Servicos/Evento/Flags/CTeTipoEvento.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public enum CTeTipoEvento
9292
AutorizadoServicoVinculadoMultimodal = 440160,
9393
// Evento: Tomador
9494
[XmlEnum("610110")]
95-
Desacordo = 610110
95+
Desacordo = 610110,
96+
[XmlEnum("610111")]
97+
CancelamentoPrestacaodoServicoemDesacordo = 610111
9698
}
9799
}

0 commit comments

Comments
 (0)