Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ArquivoXml

    Wrapper para o elemento ArquivoXml retornado pela API NACIONAL. Após descompressão GZIP, o conteúdo pode ser uma NFSe ou um evento.

    Inheritance
    object
    ArquivoXml
    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.NFSe.NACIONAL.Consulta
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlType("ArquivoXml")]
    public class ArquivoXml

    Properties

    Evento

    Evento contido no arquivo XML. Populado quando TipoDocumento = "EVENTO".

    Declaration
    [XmlElement("evento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public Evento Evento { get; set; }
    Property Value
    Type Description
    Evento

    NFSe

    NFSe contida no arquivo XML. Populado quando TipoDocumento = "NFSE".

    Declaration
    [XmlElement("NFSe", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public NFSe NFSe { get; set; }
    Property Value
    Type Description
    NFSe