Class ICMS61
Classe de informações do ICMS61
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class ICMS61
Properties
AdRemICMSRet
Alíquota ad rem do imposto retido anteriormente
Declaration
[XmlIgnore]
public double AdRemICMSRet { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
AdRemICMSRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade AdRemICMSRet para atribuir ou resgatar o valor)
Declaration
[XmlElement("adRemICMSRet")]
public string AdRemICMSRetField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CST
CST - Código da situação tributária
Declaration
[XmlElement("CST")]
public string CST { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Orig
Origem da mercadoria
Declaration
[XmlElement("orig")]
public OrigemMercadoria Orig { get; set; }
Property Value
| Type | Description |
|---|---|
| OrigemMercadoria |
QBCMonoRet
Quantidade tributada retida anteriormente - Informar a BC do ICMS em quantidade conforme unidade de medida estabelecida na legislação.
Declaration
[XmlElement("qBCMonoRet")]
public decimal QBCMonoRet { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
VICMSMonoRet
Valor do ICMS retido anteriormente
Declaration
[XmlIgnore]
public double VICMSMonoRet { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VICMSMonoRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VICMSMonoRet para atribuir ou resgatar o valor)
Declaration
[XmlElement("vICMSMonoRet")]
public string VICMSMonoRetField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeQBCMonoRet()
Declaration
public bool ShouldSerializeQBCMonoRet()
Returns
| Type | Description |
|---|---|
| bool |