Class VeicProd
Classe de detalhamento de veículos novos
Inheritance
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class VeicProd
Properties
AnoFab
Ano de Fabricação
Declaration
public string AnoFab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AnoMod
Ano Modelo de Fabricação
Declaration
public string AnoMod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CCor
Cor do veículo (código de cada montadora)
Declaration
public string CCor { get; set; }
Property Value
Type | Description |
---|---|
System.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
public string CCorDENATRAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Chassi
Chassi do veículo
Declaration
public string Chassi { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cilin
Capacidade voluntária do motor expressa em centímetros cúbicos (CC). (cilindradas)
Declaration
public string Cilin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMod
Código Marca Modelo (utilizar tabela RENAVAM)
Declaration
public int CMod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CMT
CMT-Capacidade Máxima de Tração - em Toneladas 4 casas decimais
Declaration
public string CMT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CondVeic
Condição do veículo (1 - acabado; 2 - inacabado; 3 - semi-acabado)
Declaration
public CondicaoVeiculo CondVeic { get; set; }
Property Value
Type | Description |
---|---|
CondicaoVeiculo |
Dist
Distância entre eixos
Declaration
public string Dist { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EspVeic
Espécie de veículo (utilizar tabela RENAVAM)
Declaration
public string EspVeic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lota
Quantidade máxima de permitida de passageiros sentados, inclusive motorista
Declaration
public int Lota { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NMotor
Número do motor
Declaration
public string NMotor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NSerie
Serial (série)
Declaration
public string NSerie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PesoB
Peso bruto
Declaration
public string PesoB { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PesoL
Peso líquido
Declaration
public string PesoL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pot
Potência máxima do motor do veículo em cavalo vapor (CV). (potência-veículo)
Declaration
public string Pot { get; set; }
Property Value
Type | Description |
---|---|
System.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
public string TpComb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpOp
Tipo da Operação: (1 - Venda concessionária; 2 - Faturamento direto; 3 - Venda direta; 0 - Outros)
Declaration
public TipoOperacaoVeicNovo TpOp { get; set; }
Property Value
Type | Description |
---|---|
TipoOperacaoVeicNovo |
TpPint
Tipo de pintura
Declaration
public string TpPint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpRest
Restrição
Declaration
public TipoRestricaoVeiculo TpRest { get; set; }
Property Value
Type | Description |
---|---|
TipoRestricaoVeiculo |
TpVeic
Tipo de veículo (utilizar tabela RENAVAM)
Declaration
public string TpVeic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VIN
Informa-se o veículo tem VIN (chassi) remarcado
Declaration
public CondicaoVIN VIN { get; set; }
Property Value
Type | Description |
---|---|
CondicaoVIN |
XCor
Descrição da cor
Declaration
public string XCor { get; set; }
Property Value
Type | Description |
---|---|
System.String |