Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DistribuicaoNFSe

    Consulta de NSU para a NFSe NACIONAL

    Inheritance
    object
    XMLBase
    DistribuicaoNFSe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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
    [XmlRoot("distribuicaoNFSe")]
    public class DistribuicaoNFSe : XMLBase, IXmlSerializable

    Properties

    Lote

    Indicador se é envio em lote

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

    NSU

    Número de Sequência Único (NSU) para consulta de distribuição

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

    TipoNSU

    Tipo de NSU (ex: DISTRIBUICAO)

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

    Methods

    ShouldSerializeLote()

    Declaration
    public bool ShouldSerializeLote()
    Returns
    Type Description
    bool

    ShouldSerializeNSU()

    Declaration
    public bool ShouldSerializeNSU()
    Returns
    Type Description
    bool

    ShouldSerializeTipoNSU()

    Declaration
    public bool ShouldSerializeTipoNSU()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable