Class PISOutr
Classe de informações do PISOutr
Inheritance
System.Object
PISOutr
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 PISOutr
Properties
CST
Código de situação de 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.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 (em reais)
Declaration
public double? VAliqProd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
VBC
Valor da BC do PIS
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
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
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 |