Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ConsReciNFe

    Classe da consulta do recido do lote de NFe/NFCe

    Inheritance
    object
    XMLBase
    ConsReciNFe
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlRoot("consReciNFe", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
    public class ConsReciNFe : XMLBase, IXmlSerializable

    Properties

    NRec

    Número do recibo

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

    TpAmb

    Tipo do ambiente

    Declaration
    [XmlElement("tpAmb")]
    public TipoAmbiente TpAmb { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    Versao

    Versão do schema do XML de consulta recibo da NFe/NFCe

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable