Class ConsSitBPe
Consulta situacao do BP-e
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("consSitBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class ConsSitBPe : XMLBase, IXmlSerializable
Properties
ChBPe
Chave de acesso do BP-e
Declaration
[XmlElement("chBPe")]
public string ChBPe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAmb
Identificacao do ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
Versao
Versao do leiaute
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XServ
Servico solicitado
Declaration
[XmlElement("xServ")]
public string XServ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |