Class Recepcao
Contém os dados de recepção do evento.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.ESocial.Retorno
Assembly: Unimake.Business.DFe.dll
Syntax
public class Recepcao
Properties
DhRecepcao
Data/hora da recepção do lote
Declaration
[XmlIgnore]
public DateTime DhRecepcao { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DhRecepcaoField
Declaration
[XmlElement("dhRecepcao")]
public string DhRecepcaoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProtocoloEnvioLote
Protocolo do lote
Declaration
[XmlElement("protocoloEnvioLote")]
public string ProtocoloEnvioLote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAmb
Tipo de ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
VersaoAppRecepcao
Versão do aplicativo da recepção do lote
Declaration
[XmlElement("versaoAppRecepcao")]
public string VersaoAppRecepcao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |