Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ConsSitNFe

    Classe da consulta da situação atual da NFe/NFCe

    Inheritance
    object
    XMLBase
    ConsSitNFe
    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("consSitNFe", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
    public class ConsSitNFe : XMLBase, IXmlSerializable

    Properties

    ChNFe

    Chave de acesso da NFe/NFCe que será consultada

    Declaration
    [XmlElement("chNFe")]
    public string ChNFe { 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 situação da NFe/NFCe

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

    XServ

    Descrição do serviço. Padrão = CONSULTAR

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

    Implements

    IXmlSerializable