Class RetTransp
Classe de informações do RetTransp
Inheritance
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RetTransp
Properties
CFOP
Código Fiscal de Operações e Prestações
Declaration
public string CFOP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMunFG
Código do Município de Ocorrência do Fato Gerador (utilizar a tabela do IBGE)
Declaration
public int CMunFG { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PICMSRet
Alíquota da Retenção
Declaration
public double PICMSRet { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PICMSRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade PICMSRet para atribuir ou resgatar o valor)
Declaration
public string PICMSRetField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VBCRet
BC da Retenção do ICMS
Declaration
public double VBCRet { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VBCRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VBCRet para atribuir ou resgatar o valor)
Declaration
public string VBCRetField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VICMSRet
Valor do ICMS Retido
Declaration
public double VICMSRet { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VICMSRetRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VICMSRet para atribuir ou resgatar o valor)
Declaration
public string VICMSRetRetField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VServ
Valor do Serviço
Declaration
public double VServ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VServField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VServ para atribuir ou resgatar o valor)
Declaration
public string VServField { get; set; }
Property Value
Type | Description |
---|---|
System.String |