Class RetConsSitBPe
Retorno da consulta situacao do BP-e
Inheritance
RetConsSitBPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("retConsSitBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class RetConsSitBPe : 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
ProcEventoBPe
Eventos processados do BP-e
Declaration
[XmlElement("procEventoBPe")]
public List<ProcEventoBPe> ProcEventoBPe { get; set; }
Property Value
ProtBPe
Declaration
[XmlElement("protBPe")]
public List<ProtBPe> ProtBPe { 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
Methods
ShouldSerializeProcEventoBPe()
Declaration
public bool ShouldSerializeProcEventoBPe()
Returns
ShouldSerializeProtBPe()
Declaration
public bool ShouldSerializeProtBPe()
Returns
Implements