Class ConsStatServBPe
Consulta status do servico do BP-e
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("consStatServBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class ConsStatServBPe : XMLBase, IXmlSerializable
Properties
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 |