Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoNFeDownload

    Evento da NFCe processado retornado no serviço de download

    Inheritance
    object
    ProcEventoNFeDownload
    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 ProcEventoNFeDownload

    Properties

    DhInc

    Data e hora de inclusão no banco de dados da SEFAZ

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhInc { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhIncField

    Data e hora de inclusão (campo serializado)

    Declaration
    [XmlElement("dhInc")]
    public string DhIncField { get; set; }
    Property Value
    Type Description
    string

    Evento

    Evento da NFCe

    Declaration
    [XmlIgnore]
    public Evento Evento { get; }
    Property Value
    Type Description
    Evento

    EventoXML

    Retorna o XML do evento como string

    Declaration
    [XmlIgnore]
    public string EventoXML { get; }
    Property Value
    Type Description
    string

    EventoXMLNode

    XML completo do evento como XmlNode

    Declaration
    [XmlAnyElement]
    public XmlNode[] EventoXMLNode { get; set; }
    Property Value
    Type Description
    XmlNode[]

    NProt

    Número do protocolo de registro do evento

    Declaration
    [XmlElement("nProt")]
    public string NProt { get; set; }
    Property Value
    Type Description
    string

    Versao

    Versão do schema do XML

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string