Class DetEventoInsucessoEntregaNFe
Classe de detalhamento do evento de insucesso na entrega da NFe/NFCe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
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 UF da chave de acesso para este evento.
Declaration
public UFBrasil COrgaoAutor { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
COrgaoAutorField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade COrgaoAutor para atribuir ou resgatar o valor)
Declaration
public int COrgaoAutorField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DescEvento
Descrição do evento. Padrão = Insucesso na Entrega da NF-e
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
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhHashTentativaEntrega para atribuir ou resgatar o valor)
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
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhTentativaEntrega para atribuir ou resgatar o valor)
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
Type | Description |
---|---|
TipoMotivoInsucessoEntrega |
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 |