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
+}