Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RefECF

    Classe do grupo do cupom fiscal vinculado a NFe

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

    Properties

    Mod

    Código do modelo do Documento Fiscal

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

    NCOO

    Informar o Número do Contador de Ordem de Operação - COO vinculado à NFe/NFCe

    Declaration
    [XmlElement("nCOO")]
    public int NCOO { get; set; }
    Property Value
    Type Description
    int

    NECF

    Informar o número de ordem seqüencial do ECF que emitiu o Cupom Fiscal vinculado à NFe/NFCe

    Declaration
    [XmlElement("nECF")]
    public int NECF { get; set; }
    Property Value
    Type Description
    int