Class RetConsStatServBPe
Retorno da consulta status do servico do BP-e
Inheritance
RetConsStatServBPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("retConsStatServBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class RetConsStatServBPe : XMLBase, IXmlSerializable
Properties
CStat
Declaration
[XmlElement("cStat")]
public int CStat { get; set; }
Property Value
CUF
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
CUFField
Codigo da UF serializado no XML
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
DhRecbto
Data e hora do recebimento
Declaration
[XmlIgnore]
public DateTimeOffset DhRecbto { get; set; }
Property Value
DhRecbtoField
Data e hora do recebimento serializada no XML
Declaration
[XmlElement("dhRecbto")]
public string DhRecbtoField { get; set; }
Property Value
DhRetorno
Data e hora prevista para retorno
Declaration
[XmlIgnore]
public DateTimeOffset DhRetorno { get; set; }
Property Value
DhRetornoField
Data e hora prevista para retorno serializada no XML
Declaration
[XmlElement("dhRetorno")]
public string DhRetornoField { get; set; }
Property Value
TMed
Declaration
[XmlElement("tMed")]
public int TMed { get; set; }
Property Value
TpAmb
Identificacao do ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
VerAplic
Declaration
[XmlElement("verAplic")]
public string VerAplic { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
XMotivo
Declaration
[XmlElement("xMotivo")]
public string XMotivo { get; set; }
Property Value
XObs
Declaration
[XmlElement("xObs")]
public string XObs { get; set; }
Property Value
Methods
ShouldSerializeDhRetornoField()
Declaration
public bool ShouldSerializeDhRetornoField()
Returns
ShouldSerializeTMed()
Declaration
public bool ShouldSerializeTMed()
Returns
ShouldSerializeXObs()
Declaration
public bool ShouldSerializeXObs()
Returns
Implements