Class RetEnviMDFeInfRec
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class RetEnviMDFeInfRec
Properties
DhRecbto
Data e hora do recebimento.
Declaration
[XmlIgnore]
public DateTimeOffset DhRecbto { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhRecbtoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRecbto" para atribuir ou resgatar o valor)
Declaration
[XmlElement("dhRecbto")]
public string DhRecbtoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NRec
Número do recibo.
Declaration
[XmlElement("nRec")]
public string NRec { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TMed
Tempo médio de resposta (em segundos).
Declaration
[XmlElement("tMed")]
public string TMed { get; set; }
Property Value
| Type | Description |
|---|---|
| string |