Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DFeReferenciado

    Documento Fiscal Eletrônico Referenciado

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

    Properties

    ChaveAcesso

    Chave de acesso do DF-e referenciado

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

    NItem

    Número do item do documento referenciado. Corresponde ao atributo "nItem" do elemento "det" do documento original.

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

    Methods

    ShouldSerializeNItem()

    Declaration
    public bool ShouldSerializeNItem()
    Returns
    Type Description
    bool