Class DetEventoCompEntregaNFe
Classe de detalhamento do evento de comprovante de entrega da NFe/NFCe
Inheritance
System.Object
DetEventoCompEntregaNFe
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 DetEventoCompEntregaNFe : EventoDetalhe, IXmlSerializable
Fields
HashComprovanteField
Declaration
string HashComprovanteField
Field Value
Type |
Description |
System.String |
|
Properties
COrgaoAutor
Código do órgão autor do evento. Informar o código da UF para este evento.
Declaration
public UFBrasil COrgaoAutor { get; set; }
Property Value
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 = Comprovante de Entrega da NF-e
Declaration
public override string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
DhEntrega
Data e hora do final da entrega. Formato AAAA-MM-DDThh:mm:ss
Declaration
public DateTimeOffset DhEntrega { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhEntregaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhEntrega para atribuir ou resgatar o valor)
Declaration
public string DhEntregaField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhHashComprovante
Data e hora da geração do hash do comprovante de entrega da NFe/NFCe no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
public DateTimeOffset DhHashComprovante { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhHashComprovanteField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhHashComprovante para atribuir ou resgatar o valor)
Declaration
public string DhHashComprovanteField { get; set; }
Property Value
Type |
Description |
System.String |
|
HashComprovante
Hash (SHA1) no formato Base64 resultante da concatenação:
Chave de acesso da NFe + Base64 da imagem capturada da entrega (Exemplo: imagem capturada da assinatura eletrônica, digital do recebedor, foto, etc)
Declaration
public string HashComprovante { get; set; }
Property Value
Type |
Description |
System.String |
|
LatGPS
Latitude do ponto de entrega
Declaration
public string LatGPS { get; set; }
Property Value
Type |
Description |
System.String |
|
LongGPS
Longitude do ponto de entrega
Declaration
public string LongGPS { get; set; }
Property Value
Type |
Description |
System.String |
|
NDoc
Número do documento de identificação da pessoa que assinou o comprovante de entrega da NFe/NFCe
Declaration
public string NDoc { get; set; }
Property Value
Type |
Description |
System.String |
|
TpAutor
Declaration
public TipoAutor TpAutor { get; set; }
Property Value
TpAutorField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade TpAutor para atribuir ou resgatar o valor)
Declaration
public int TpAutorField { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VerAplic
Versão ao aplicativo do autor do evento
Declaration
public string VerAplic { get; set; }
Property Value
Type |
Description |
System.String |
|
XNome
Nome da pessoa que assinou o comprovante de entrega da NFe/NFCe
Declaration
public string XNome { 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