Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IBSCBSNFSe

    Inheritance
    object
    IBSCBSNFSe
    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 IBSCBSNFSe

    Properties

    CLocalidadeIncid

    Código da localidade de incidência.

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

    PRedutor

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

    PRedutorField

    Percentual de redução em compra governamental.

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

    TotCIBS

    Totalizadores de IBS/CBS.

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

    Valores

    Valores calculados de IBS/CBS.

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

    XLocalidadeIncid

    Descrição da localidade de incidência.

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