Class ICMS00
ICMS com tributação normal.
Inheritance
System.Object
ICMS00
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class ICMS00
Fields
CSTField
Declaration
string CSTField
Field Value
Type | Description |
---|---|
System.String |
Properties
CST
Classificação Tributária do Serviço.
Declaration
public string CST { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PICMS
Alíquota do ICMS.
Declaration
public double PICMS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PICMSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "PICMS" para atribuir ou resgatar o valor)
Declaration
public string PICMSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VBC
Valor da BC do ICMS.
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 |
VICMS
Valor do ICMS.
Declaration
public double VICMS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VICMSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VICMS" para atribuir ou resgatar o valor)
Declaration
public string VICMSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |