Class EvExcessoBagagem
Detalhamento do evento de excesso de bagagem do BP-e
Inheritance
EvExcessoBagagem
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("evExcessoBagagem", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class EvExcessoBagagem : XMLBase, IXmlSerializable
Properties
DescEvento
Declaration
[XmlElement("descEvento")]
public string DescEvento { get; set; }
Property Value
IBSCBS
Grupo de informacoes do IBS e CBS
Declaration
[XmlElement("IBSCBS")]
public IBSCBS IBSCBS { get; set; }
Property Value
NProt
Numero do protocolo de status do BP-e
Declaration
[XmlElement("nProt")]
public string NProt { get; set; }
Property Value
QBagagem
Quantidade de volumes de bagagem carregados
Declaration
[XmlElement("qBagagem")]
public string QBagagem { get; set; }
Property Value
VTotBag
Declaration
[XmlIgnore]
public double VTotBag { get; set; }
Property Value
VTotBagField
Valor total do servico serializado no XML
Declaration
[XmlElement("vTotBag")]
public string VTotBagField { get; set; }
Property Value
VTotDFe
Valor total do documento fiscal
Declaration
[XmlIgnore]
public double? VTotDFe { get; set; }
Property Value
VTotDFeField
Valor total do documento fiscal serializado no XML
Declaration
[XmlElement("vTotDFe")]
public string VTotDFeField { get; set; }
Property Value
Methods
ShouldSerializeIBSCBS()
Declaration
public bool ShouldSerializeIBSCBS()
Returns
ShouldSerializeVTotDFeField()
Declaration
public bool ShouldSerializeVTotDFeField()
Returns
Implements