Class CIDE
Classe de CIDE Combustíveis
Inheritance
System.Object
CIDE
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 CIDE
Properties
QBCProd
BC do CIDE (Quantidade comercializada)
Declaration
public double QBCProd { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VAliqProd
Alíquota do CIDE (em reais)
Declaration
public double VAliqProd { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VAliqProdField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VAliqProd para atribuir ou resgatar o valor)
Declaration
public string VAliqProdField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VCIDE
Valor do CIDE
Declaration
public double VCIDE { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VCIDEField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VICDE para atribuir ou resgatar o valor)
Declaration
public string VCIDEField { get; set; }
Property Value
Type | Description |
---|---|
System.String |