From 7a24e8cad57262cc9ee3b1a07f52976aca9f05cd Mon Sep 17 00:00:00 2001 From: rhfranzoni <74259528+rhfranzoni@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:40:38 -0300 Subject: [PATCH] Update infProt.cs --- NFe.Classes/Protocolo/infProt.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NFe.Classes/Protocolo/infProt.cs b/NFe.Classes/Protocolo/infProt.cs index bf294ef0a..4ffee092f 100755 --- a/NFe.Classes/Protocolo/infProt.cs +++ b/NFe.Classes/Protocolo/infProt.cs @@ -96,6 +96,16 @@ public string ProxyDhRecbto /// PR12 - Descrição literal do status da resposta. /// public string xMotivo { get; set; } + + /// + /// PR14 - Código da Mensagem. + /// + public int cMsg { get; set; } + + /// + /// PR15 - Mensagem da SEFAZ para o emissor. + /// + public string xMsg { get; set; } /// /// PR13 - Assinatura XML do grupo identificado pelo atributo “Id” @@ -103,4 +113,4 @@ public string ProxyDhRecbto /// public Signature Signature { get; set; } } -} \ No newline at end of file +}