Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class NFeTxtDocumento

    Representa o XML de uma NFe ou NFCe convertido a partir de um TXT.

    Inheritance
    object
    NFeTxtDocumento
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public sealed class NFeTxtDocumento

    Properties

    Chave

    Obtém a chave de acesso do documento.

    Declaration
    public string Chave { get; }
    Property Value
    Type Description
    string

    Numero

    Obtém o número da nota fiscal.

    Declaration
    public int Numero { get; }
    Property Value
    Type Description
    int

    Serie

    Obtém a série da nota fiscal.

    Declaration
    public int Serie { get; }
    Property Value
    Type Description
    int

    Xml

    Obtém o XML da NFe ou NFCe, sem qualquer persistência em disco.

    Declaration
    public string Xml { get; }
    Property Value
    Type Description
    string