Class InfProt
Classe dos dados do protocolo de status
Inheritance
System.Object
InfProt
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()
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfProt
Properties
ChNFe
Chave de acesso da NFe/NFCe
Declaration
public string ChNFe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMsg
Código da Mensagem
Declaration
public string CMsg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CStat
Código do status da mensagem enviada
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhRecbto
Data e hora de processamento, no formato AAAA-MM-DDTHH:MM:SS (ou AAAA-MM-DDTHH:MM:SSTZD, de acordo com versão).
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 |
Id
ID. Composição: ID + nProt
Declaration
public string Id { 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 |
TpAmb
Tipo de ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Versão do Aplicativo que processou a NFe/NFCe
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Descrição literal do status do serviço solicitado
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMsg
Mensagem da SEFAZ para o emissor
Declaration
public string XMsg { get; set; }
Property Value
Type | Description |
---|---|
System.String |