Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ValoresIBSCBS

    Inheritance
    object
    ValoresIBSCBS
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL.NFSe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class ValoresIBSCBS

    Properties

    Fed

    Valores federais.

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

    Mun

    Valores do município.

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

    UF

    Valores da UF.

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

    VBC

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

    VBCField

    Base de cálculo.

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

    VCalcReeRepRes

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

    VCalcReeRepResField

    Valor de reembolso/repasse/ressarcimento.

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

    Methods

    ShouldSerializeVCalcReeRepResField()

    Declaration
    public bool ShouldSerializeVCalcReeRepResField()
    Returns
    Type Description
    bool