Class ResNFe
Classe de informações resumidas da NFe/NFCe
Inheritance
System.Object
ResNFe
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Unimake.Business.DFe.dll
Syntax
public class ResNFe : XMLBase, IXmlSerializable
Fields
CSitConfField
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
ChNFe
Chave de acesso da NFe/NFCe
Declaration
public string ChNFe { get; set; }
Property Value
Type |
Description |
System.String |
|
CNPJ
Declaration
public string CNPJ { get; set; }
Property Value
Type |
Description |
System.String |
|
CPF
Declaration
public string CPF { get; set; }
Property Value
Type |
Description |
System.String |
|
CSitConf
Situação da Manifestação do Destinatário:
0=Sem Manifestação do Destinatário;
1=Confirmada Operação;
2=Desconhecida;
3=Operação não Realizada;
4=Ciência.
Esta propriedade só terá conteúdo no retorno da consulta com o schema versão 1.35. Na versão 1.01 a SEFAZ não retorna esta tag.
Declaration
public string CSitConf { get; set; }
Property Value
Type |
Description |
System.String |
|
CSitNFe
Situação da NFe/NFCe.
1 - Uso autorizado no momento da consulta; 2 - Uso denegado
Declaration
public string CSitNFe { get; set; }
Property Value
Type |
Description |
System.String |
|
DhEmi
Data e hora de emissão do documento fiscal no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
public DateTimeOffset DhEmi { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhEmiField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhEmi para atribuir ou resgatar o valor)
Declaration
public string DhEmiField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhRecbto
Data e hora da autorização da NFe/NFCe no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhRecbtoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhRecbto para atribuir ou resgatar o valor)
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type |
Description |
System.String |
|
DigVal
Digest Value da NFe/NFCe processada. Utilizado para conferir a integridade da NFe/NFCe original
Declaration
public string DigVal { get; set; }
Property Value
Type |
Description |
System.String |
|
IE
Inscrição estadual do emitente
Declaration
public string IE { get; set; }
Property Value
Type |
Description |
System.String |
|
NProt
Número do protocolo de status da NFe/NFCe
Declaration
public string NProt { get; set; }
Property Value
Type |
Description |
System.String |
|
TpNF
Declaration
public TipoOperacao TpNF { get; set; }
Property Value
Versao
Versão do schema do XML de resumo da NFe/NFCe
Declaration
public string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
VNF
Declaration
public double VNF { get; set; }
Property Value
Type |
Description |
System.Double |
|
VNFField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VNF para atribuir ou resgatar o valor)
Declaration
public string VNFField { get; set; }
Property Value
Type |
Description |
System.String |
|
XNome
Razão social ou nome do emitente
Declaration
public string XNome { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCSitConf()
Declaration
public bool ShouldSerializeCSitConf()
Returns
Type |
Description |
System.Boolean |
|
Implements