Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PIS

    Classe de informações do PIS

    Inheritance
    object
    PIS
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class PIS

    Properties

    PISAliq

    Dados do PIS tributado pela alíquota

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

    PISNT

    Dados do PIS não tributado

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

    PISOutr

    Dados do PIS outras operações

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

    PISQtde

    Dados do PIS tributado por Qtde

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