Class DetEventoComprovanteEntregaCTeCTe
Classe de detalhamento do comprovante de entrega do CTe
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("CTe", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class DetEventoComprovanteEntregaCTeCTe
Properties
ChCTe
Chave do CTe
Declaration
[XmlElement("chCTe")]
public string ChCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DhEntrega
Data e hora da entrega do CTe no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
[XmlIgnore]
public DateTimeOffset DhEntrega { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhEntregaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhEntrega para atribuir ou resgatar o valor)
Declaration
[XmlElement("dhEntrega")]
public string DhEntregaField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DhHashEntregaCTe
Data e hora da geração do hash do comprovante de entrega do CTe no formato AAAA-MM-DDThh:mm:ssTZD
Declaration
[XmlIgnore]
public DateTimeOffset DhHashEntregaCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhHashEntregaCTeField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhHashEntregaCTe para atribuir ou resgatar o valor)
Declaration
[XmlElement("dhHashEntregaCTe")]
public string DhHashEntregaCTeField { get; set; }
Property Value
| Type | Description |
|---|---|
| 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
[XmlElement("hashEntregaCTe")]
public string HashEntregaCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NDoc
Número do documento da pessoa que assinou o comprovante de entrega
Declaration
[XmlElement("nDoc")]
public string NDoc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NProtCTe
Número do protocolo do CTe
Declaration
[XmlElement("nProtCTe")]
public string NProtCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XNome
Nome da pessoa que assinou o comprovante de entrega
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |