Class RetBPe
Retorno da autorizacao do BP-e
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("retBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class RetBPe : XMLBase, IXmlSerializable
Properties
CStat
Codigo do status
Declaration
[XmlElement("cStat")]
public int CStat { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CUF
Codigo da UF
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
CUFField
Codigo da UF serializado no XML
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProtBPe
Protocolo do BP-e
Declaration
[XmlElement("protBPe")]
public ProtBPe ProtBPe { get; set; }
Property Value
| Type | Description |
|---|---|
| ProtBPe |
TpAmb
Identificacao do ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
VerAplic
Versao do aplicativo
Declaration
[XmlElement("verAplic")]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versao
Versao do leiaute
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMotivo
Descricao do status
Declaration
[XmlElement("xMotivo")]
public string XMotivo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeProtBPe()
Declaration
public bool ShouldSerializeProtBPe()
Returns
| Type | Description |
|---|---|
| bool |