Class InfFisco
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class InfFisco
Properties
CMsg
Código da mensagem.
Declaration
[XmlElement("cMsg")]
public string CMsg { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMsg
Descrição da mensagem.
Declaration
[XmlElement("xMsg")]
public string XMsg { get; set; }
Property Value
| Type | Description |
|---|---|
| string |