Class ResNFe
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
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
Declaration
public string CSitNFe { get; set; }
Property Value
Type |
Description |
System.String |
|
DhEmi
Declaration
public DateTimeOffset DhEmi { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhEmiField
Declaration
public string DhEmiField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhRecbto
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhRecbtoField
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type |
Description |
System.String |
|
DigVal
Declaration
public string DigVal { get; set; }
Property Value
Type |
Description |
System.String |
|
IE
Declaration
public string IE { get; set; }
Property Value
Type |
Description |
System.String |
|
NProt
Declaration
public string NProt { get; set; }
Property Value
Type |
Description |
System.String |
|
TpNF
Declaration
public TipoOperacao TpNF { get; set; }
Property Value
Versao
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
Declaration
public string VNFField { get; set; }
Property Value
Type |
Description |
System.String |
|
XNome
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