Class ICMS90
Outros ICMS.
Inheritance
Inherited Members
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class ICMS90
Fields
CSTField
Declaration
string CSTField
Field Value
Type | Description |
---|---|
System.String |
Properties
CBenef
Código de Benefício Fiscal na UF.
Declaration
public string CBenef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
PRedBC
Percentual da redução de BC.
Declaration
public double PRedBC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PRedBCField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "PRedBC" para atribuir ou resgatar o valor)
Declaration
public string PRedBCField { 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 |
VCred
Valor do crédito presumido.
Declaration
public double VCred { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VCredField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VCred" para atribuir ou resgatar o valor)
Declaration
public string VCredField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VICMS
Valor do ICMS.
Declaration
public double VICMS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VICMSDeson
Valor do ICMS desonerado.
Declaration
public double VICMSDeson { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VICMSDesonField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VICMSDeson" para atribuir ou resgatar o valor)
Declaration
public string VICMSDesonField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Methods
ShouldSerializeCBenef()
Verifica se a propriedade CBenef deve ser serializada.
Declaration
public bool ShouldSerializeCBenef()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePRedBCField()
Verifica se a propriedade PRedBCField deve ser serializada.
Declaration
public bool ShouldSerializePRedBCField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVCredField()
Verifica se a propriedade VCredField deve ser serializada.
Declaration
public bool ShouldSerializeVCredField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVICMSDesonField()
Verifica se a propriedade VICMSDesonField deve ser serializada.
Declaration
public bool ShouldSerializeVICMSDesonField()
Returns
Type | Description |
---|---|
System.Boolean |