Class ProtMDFe
Protocolo MDFe
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("protMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
public class ProtMDFe
Properties
InfFisco
Informações do fisco.
Declaration
[XmlElement("infFisco")]
public InfFisco InfFisco { get; set; }
Property Value
| Type | Description |
|---|---|
| InfFisco |
InfProt
Informações do protocolo.
Declaration
[XmlElement("infProt")]
public InfProt InfProt { get; set; }
Property Value
| Type | Description |
|---|---|
| InfProt |
Signature
Assinatura digital do protocolo.
Declaration
[XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
public Signature Signature { get; set; }
Property Value
| Type | Description |
|---|---|
| Signature |
Versao
Versão do processamento do protocolo do MDFe.
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |