Class VeicProd
Classe de detalhamento de veículos novos
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 VeicProd
Properties
AnoFab
Ano de Fabricação
Declaration
[XmlElement("anoFab")]
public string AnoFab { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AnoMod
Ano Modelo de Fabricação
Declaration
[XmlElement("anoMod")]
public string AnoMod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CCor
Cor do veículo (código de cada montadora)
Declaration
[XmlElement("cCor")]
public string CCor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CCorDENATRAN
Código da Cor Segundo as regras de pré-cadastro do DENATRAN: 01-AMARELO; 02-AZUL; 03-BEGE; 04-BRANCA; 05-CINZA; 06-DOURADA; 07-GRENA 08-LARANJA; 09-MARROM; 10-PRATA; 11-PRETA; 12-ROSA; 13-ROXA; 14-VERDE; 15-VERMELHA; 16-FANTASIA
Declaration
[XmlElement("cCorDENATRAN")]
public string CCorDENATRAN { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CMT
CMT-Capacidade Máxima de Tração - em Toneladas 4 casas decimais
Declaration
[XmlElement("CMT")]
public string CMT { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CMod
Código Marca Modelo (utilizar tabela RENAVAM)
Declaration
[XmlElement("cMod")]
public int CMod { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Chassi
Chassi do veículo
Declaration
[XmlElement("chassi")]
public string Chassi { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cilin
Capacidade voluntária do motor expressa em centímetros cúbicos (CC). (cilindradas)
Declaration
[XmlElement("cilin")]
public string Cilin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CondVeic
Condição do veículo (1 - acabado; 2 - inacabado; 3 - semi-acabado)
Declaration
[XmlElement("condVeic")]
public CondicaoVeiculo CondVeic { get; set; }
Property Value
| Type | Description |
|---|---|
| CondicaoVeiculo |
Dist
Distância entre eixos
Declaration
[XmlElement("dist")]
public string Dist { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EspVeic
Espécie de veículo (utilizar tabela RENAVAM)
Declaration
[XmlElement("espVeic")]
public string EspVeic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lota
Quantidade máxima de permitida de passageiros sentados, inclusive motorista
Declaration
[XmlElement("lota")]
public int Lota { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NMotor
Número do motor
Declaration
[XmlElement("nMotor")]
public string NMotor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NSerie
Serial (série)
Declaration
[XmlElement("nSerie")]
public string NSerie { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PesoB
Peso bruto
Declaration
[XmlElement("pesoB")]
public string PesoB { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PesoL
Peso líquido
Declaration
[XmlElement("pesoL")]
public string PesoL { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pot
Potência máxima do motor do veículo em cavalo vapor (CV). (potência-veículo)
Declaration
[XmlElement("pot")]
public string Pot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpComb
Tipo de combustível-Tabela RENAVAM: 01-Álcool; 02-Gasolina; 03-Diesel; 16-Álcool/Gas.; 17-Gas./Álcool/GNV; 18-Gasolina/Elétrico
Declaration
[XmlElement("tpComb")]
public string TpComb { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpOp
Tipo da Operação: (1 - Venda concessionária; 2 - Faturamento direto; 3 - Venda direta; 0 - Outros)
Declaration
[XmlElement("tpOp")]
public TipoOperacaoVeicNovo TpOp { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoOperacaoVeicNovo |
TpPint
Tipo de pintura
Declaration
[XmlElement("tpPint")]
public string TpPint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpRest
Restrição
Declaration
[XmlElement("tpRest")]
public TipoRestricaoVeiculo TpRest { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoRestricaoVeiculo |
TpVeic
Tipo de veículo (utilizar tabela RENAVAM)
Declaration
[XmlElement("tpVeic")]
public string TpVeic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VIN
Informa-se o veículo tem VIN (chassi) remarcado
Declaration
[XmlElement("VIN")]
public CondicaoVIN VIN { get; set; }
Property Value
| Type | Description |
|---|---|
| CondicaoVIN |
XCor
Descrição da cor
Declaration
[XmlElement("xCor")]
public string XCor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |