Class PIS
Classe de informações do PIS
Inherited Members
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 |