Class COFINSST
Classe de informações do COFINSST
Inheritance
System.Object
COFINSST
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 COFINSST
Properties
IndSomaCOFINSST
Indica se o valor da COFINS ST compõe o valor total da NFe
Declaration
public IndicaSomaCOFINSST? IndSomaCOFINSST { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IndicaSomaCOFINSST> |
PCOFINS
Alíquota do COFINS ST (em percentual)
Declaration
public double? PCOFINS { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
PCOFINSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade PCOFINS para atribuir ou resgatar o valor)
Declaration
public string PCOFINSField { 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 COFINS ST (em reais)
Declaration
public double? VAliqProd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
VBC
Valor da BC do COFINS 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 |
VCOFINS
Valor do COFINS ST
Declaration
public double? VCOFINS { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
VCOFINSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VCOFINS para atribuir ou resgatar o valor)
Declaration
public string VCOFINSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeIndSomaCOFINSST()
Declaration
public bool ShouldSerializeIndSomaCOFINSST()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePCOFINSField()
Declaration
public bool ShouldSerializePCOFINSField()
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 |
ShouldSerializeVCOFINSField()
Declaration
public bool ShouldSerializeVCOFINSField()
Returns
Type | Description |
---|---|
System.Boolean |