Class DetEventoInsucessoEntregaNFe
Inheritance
System.Object
DetEventoInsucessoEntregaNFe
Implements
System.Xml.Serialization.IXmlSerializable
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
[Serializable]
public class DetEventoInsucessoEntregaNFe : EventoDetalhe, IXmlSerializable
Fields
HashTentativaEntregaField
Declaration
string HashTentativaEntregaField
Field Value
Type |
Description |
System.String |
|
Properties
COrgaoAutor
Código do Órgão Autor do Evento. Informar o Código da F da Chave de Acesso para este Evento.
Declaration
public UFBrasil COrgaoAutor { get; set; }
Property Value
COrgaoAutorField
Declaration
public int COrgaoAutorField { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DescEvento
Declaration
public override string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
DhHashTentativaEntrega
Data e hora da geração do hash da tentativa de entrega.
Formato AAAA-MMDDThh:mm:ssTZD.
Declaration
public DateTimeOffset DhHashTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhHashTentativaEntregaField
Declaration
public string DhHashTentativaEntregaField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhTentativaEntrega
Data e hora da tentativa de entrega
Formato= AAAA-MM-DDTHH:MM:SS TZD
Declaration
public DateTimeOffset DhTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhTentativaEntregaField
Declaration
public string DhTentativaEntregaField { get; set; }
Property Value
Type |
Description |
System.String |
|
HashTentativaEntrega
Hash SHA-1, no formato Base64, resultante da concatenação de: Chave de Acesso da NF-e + Base64 da imagem capturada na tentativa da entrega (ex: imagem capturada da assinatura eletrônica, digital do recebedor, foto, etc).
Nota 1: A critério do autor do evento, este campo pode ser utilizado como índice para acesso as informações do Insucesso na Entrega da NF-e.
Nota 2: A SEFAZ não tem nenhum controle sobre a informação deste campo.
Propriedade, se não for informado em Base64, automaticamente converte o conteúdo para Base64, facilitando para o desenvolvedor.
Declaration
public string HashTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.String |
|
LatGPS
Latitude do ponto de entrega (Coordenada GPS)
Declaration
public string LatGPS { get; set; }
Property Value
Type |
Description |
System.String |
|
LongGPS
Longitude do ponto de entrega (Coordenada GPS)+
Declaration
public string LongGPS { get; set; }
Property Value
Type |
Description |
System.String |
|
NTentativa
Número da tentativa de entrega que não teve sucesso
Declaration
public int NTentativa { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TpMotivo
Motivo do insucesso da entrega
Declaration
public TipoMotivoInsucessoEntrega TpMotivo { get; set; }
Property Value
VerAplic
Versão do aplicativo do Autor do Evento.
Declaration
public string VerAplic { get; set; }
Property Value
Type |
Description |
System.String |
|
XJustMotivo
Justificativa do motivo do insucesso. Informar apenas para TpMotivo=4-Outros
Declaration
public string XJustMotivo { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|
Overrides
Implements
System.Xml.Serialization.IXmlSerializable