Class PISAliq
Classe de informações do PISAliq
Inheritance
System.Object
PISAliq
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class PISAliq
Properties
CST
Código da substituição tributária
Declaration
public string CST { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PPIS
Alíquota do PIS (em percentual)
Declaration
public double PPIS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PPISField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade PPIS para atribuir ou resgatar o valor)
Declaration
public string PPISField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VBC
Valor da BC do PIS
Declaration
public double VBC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VBCField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VBC para atribuir ou resgatar o valor)
Declaration
public string VBCField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VPIS
Valor do PIS
Declaration
public double VPIS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VPISField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VPIS para atribuir ou resgatar o valor)
Declaration
public string VPISField { get; set; }
Property Value
Type | Description |
---|---|
System.String |