Class PISST
Classe de informações do PISST
Inheritance
System.Object
PISST
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 PISST
Properties
IndSomaPISST
Indica se o valor do PISST compõe o valor total da NFe/NFCe
Declaration
public IndicaSomaPISST? IndSomaPISST { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IndicaSomaPISST> |
PPIS
Alíquota do PIS ST (em percentual)
Declaration
public double? PPIS { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 |
QBCProd
Quantidade Vendida
Declaration
public double? QBCProd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
VAliqProd
Alíquota do PIS ST (em reais)
Declaration
public double? VAliqProd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
VBC
Valor da BC do PIS ST
Declaration
public double? VBC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 ST
Declaration
public double? VPIS { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 |
Methods
ShouldSerializeIndSomaPISST()
Declaration
public bool ShouldSerializeIndSomaPISST()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePPISField()
Declaration
public bool ShouldSerializePPISField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeQBCProd()
Declaration
public bool ShouldSerializeQBCProd()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVAliqProd()
Declaration
public bool ShouldSerializeVAliqProd()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVBCField()
Declaration
public bool ShouldSerializeVBCField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVPISField()
Declaration
public bool ShouldSerializeVPISField()
Returns
Type | Description |
---|---|
System.Boolean |