Class ICMS53
Inheritance
System.Object
ICMS53
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class ICMS53
Properties
AdRemICMS
Alíquota ad rem do ICMS estabelecida na legislação para o produto.
Declaration
public double AdRemICMS { get; set; }
Property Value
Type |
Description |
System.Double |
|
AdRemICMSDif
Alíquota ad rem do imposto diferido
Declaration
public double AdRemICMSDif { get; set; }
Property Value
Type |
Description |
System.Double |
|
AdRemICMSDifField
Declaration
public string AdRemICMSDifField { get; set; }
Property Value
Type |
Description |
System.String |
|
AdRemICMSField
Declaration
public string AdRemICMSField { get; set; }
Property Value
Type |
Description |
System.String |
|
CST
CST - Código da situação tributária
Declaration
public string CST { get; set; }
Property Value
Type |
Description |
System.String |
|
Orig
Declaration
public OrigemMercadoria Orig { get; set; }
Property Value
PDif
Percentual do diferimento - No caso de diferimento total, informar o percentual de diferimento "100".
Declaration
public double PDif { get; set; }
Property Value
Type |
Description |
System.Double |
|
PDifField
Declaration
public string PDifField { get; set; }
Property Value
Type |
Description |
System.String |
|
QBCMono
Quantidade tributada - Informar a BC do ICMS em quantidade conforme unidade de medida estabelecida na legislação para o produto.
Declaration
public decimal QBCMono { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
QBCMonoDif
Quantidade tributada diferida - Informar a BC do ICMS diferido em quantidade conforme unidade de medida estabelecida na legislação para o produto.
Declaration
public double QBCMonoDif { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSMono
Valor do ICMS próprio devido - O valor do ICMS próprio devido é o resultado do valor do ICMS da operação menos valor do ICMS diferido.
Declaration
public double VICMSMono { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSMonoDif
Declaration
public double VICMSMonoDif { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSMonoDifField
Declaration
public string VICMSMonoDifField { get; set; }
Property Value
Type |
Description |
System.String |
|
VICMSMonoField
Declaration
public string VICMSMonoField { get; set; }
Property Value
Type |
Description |
System.String |
|
VICMSMonoOp
Valor do ICMS da operação - O valor do ICMS é obtido pela multiplicação da alíquota ad rem pela quantidade do produto conforme unidade de medida estabelecida em legislação, como se não houvesse o diferimento
Declaration
public double VICMSMonoOp { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSMonoOpField
Declaration
public string VICMSMonoOpField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeAdRemICMSDifField()
Declaration
public bool ShouldSerializeAdRemICMSDifField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeAdRemICMSField()
Declaration
public bool ShouldSerializeAdRemICMSField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePDifField()
Declaration
public bool ShouldSerializePDifField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeQBCMono()
Declaration
public bool ShouldSerializeQBCMono()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeQBCMonoDif()
Declaration
public bool ShouldSerializeQBCMonoDif()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVICMSMonoDifField()
Declaration
public bool ShouldSerializeVICMSMonoDifField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVICMSMonoField()
Declaration
public bool ShouldSerializeVICMSMonoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVICMSMonoOpField()
Declaration
public bool ShouldSerializeVICMSMonoOpField()
Returns
Type |
Description |
System.Boolean |
|