Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvExcessoBagagem

    Detalhamento do evento de excesso de bagagem do BP-e

    Inheritance
    object
    XMLBase
    EvExcessoBagagem
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.BPe
    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

    Descricao do evento

    Declaration
    [XmlElement("descEvento")]
    public string DescEvento { get; set; }
    Property Value
    Type Description
    string

    IBSCBS

    Grupo de informacoes do IBS e CBS

    Declaration
    [XmlElement("IBSCBS")]
    public IBSCBS IBSCBS { get; set; }
    Property Value
    Type Description
    IBSCBS

    NProt

    Numero do protocolo de status do BP-e

    Declaration
    [XmlElement("nProt")]
    public string NProt { get; set; }
    Property Value
    Type Description
    string

    QBagagem

    Quantidade de volumes de bagagem carregados

    Declaration
    [XmlElement("qBagagem")]
    public string QBagagem { get; set; }
    Property Value
    Type Description
    string

    VTotBag

    Valor total do servico

    Declaration
    [XmlIgnore]
    public double VTotBag { get; set; }
    Property Value
    Type Description
    double

    VTotBagField

    Valor total do servico serializado no XML

    Declaration
    [XmlElement("vTotBag")]
    public string VTotBagField { get; set; }
    Property Value
    Type Description
    string

    VTotDFe

    Valor total do documento fiscal

    Declaration
    [XmlIgnore]
    public double? VTotDFe { get; set; }
    Property Value
    Type Description
    double?

    VTotDFeField

    Valor total do documento fiscal serializado no XML

    Declaration
    [XmlElement("vTotDFe")]
    public string VTotDFeField { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeIBSCBS()

    Declaration
    public bool ShouldSerializeIBSCBS()
    Returns
    Type Description
    bool

    ShouldSerializeVTotDFeField()

    Declaration
    public bool ShouldSerializeVTotDFeField()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable