Class InfMDFe
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 InfMDFe
Properties
AutXML
Autorizados para download do XML
Declaration
[XmlElement("autXML")]
public List<AutXML> AutXML { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutXML> |
Chave
Chave de acesso do MDFe
Declaration
[XmlIgnore]
public string Chave { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Emit
Identificação do Emitente do MDFe
Declaration
[XmlElement("emit")]
public Emit Emit { get; set; }
Property Value
| Type | Description |
|---|---|
| Emit |
Id
Identificador da TAG a ser assinada
Declaration
[XmlAttribute(AttributeName = "Id", DataType = "ID")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ide
Identificação do MDFe
Declaration
[XmlElement("ide")]
public Ide Ide { get; set; }
Property Value
| Type | Description |
|---|---|
| Ide |
InfAdic
Informações Adicionais
Declaration
[XmlElement("infAdic")]
public InfAdic InfAdic { get; set; }
Property Value
| Type | Description |
|---|---|
| InfAdic |
InfDoc
Informações dos Documentos
Declaration
[XmlElement("infDoc")]
public InfDocInfMDFe InfDoc { get; set; }
Property Value
| Type | Description |
|---|---|
| InfDocInfMDFe |
InfModal
Informações do Modal
Declaration
[XmlElement("infModal")]
public InfModal InfModal { get; set; }
Property Value
| Type | Description |
|---|---|
| InfModal |
InfRespTec
Informações do Responsável Técnico
Declaration
[XmlElement("infRespTec")]
public InfRespTec InfRespTec { get; set; }
Property Value
| Type | Description |
|---|---|
| InfRespTec |
Lacres
Lacres
Declaration
[XmlElement("lacres")]
public List<Lacre> Lacres { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Lacre> |
ProdPred
Produto Predominante
Declaration
[XmlElement("prodPred")]
public ProdPred ProdPred { get; set; }
Property Value
| Type | Description |
|---|---|
| ProdPred |
Seg
Informações do Seguro
Declaration
[XmlElement("seg")]
public List<Seg> Seg { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Seg> |
Tot
Totais
Declaration
[XmlElement("tot")]
public Tot Tot { get; set; }
Property Value
| Type | Description |
|---|---|
| Tot |
Versao
Versão do leiaute XML
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |