Class DetEventoComprovanteEntregaCTeCTe
Classe de detalhamento do comprovante de entrega do CTe
Inheritance
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DetEventoComprovanteEntregaCTeCTe
Properties
ChCTe
Chave do CTe
Declaration
public string ChCTe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DhEntrega
Data e hora da entrega do CTe no formato AAAA-MM-DDThh:mm:ssTZD
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 |
DhHashEntregaCTe
Data e hora da geração do hash do comprovante de entrega do CTe no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
public DateTimeOffset DhHashEntregaCTe { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhHashEntregaCTeField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhHashEntregaCTe para atribuir ou resgatar o valor)
Declaration
public string DhHashEntregaCTeField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HashEntregaCTe
Hash (SHA1) no formato Base64 resultante da concatenação: Chave de acesso do CTe + Base64 da imagem capturada da entrega (Exemplo: imagem capturada da assinatura eletrônica, digital do recebedor, foto, etc)
Declaration
public string HashEntregaCTe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NDoc
Número do documento da pessoa que assinou o comprovante de entrega
Declaration
public string NDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NProtCTe
Número do protocolo do CTe
Declaration
public string NProtCTe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNome
Nome da pessoa que assinou o comprovante de entrega
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |