Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetNfceDownloadXMLProc

    Informações do processamento da NFCe

    Inheritance
    object
    RetNfceDownloadXMLProc
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>