Class RetNfceDownloadXMLProc
Informações do processamento da NFCe
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class RetNfceDownloadXMLProc
Properties
NfeProc
NFCe processada retornada no download
Declaration
[XmlElement("nfeProc")]
public NfeProcDownload NfeProc { get; set; }
Property Value
| Type | Description |
|---|---|
| NfeProcDownload |
ProcEventoNFe
Eventos da NFCe processados
Declaration
[XmlElement("procEventoNFe")]
public List<ProcEventoNFeDownload> ProcEventoNFe { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ProcEventoNFeDownload> |