TipsTrade.VCheck.Model
8.0.1
dotnet add package TipsTrade.VCheck.Model --version 8.0.1
NuGet\Install-Package TipsTrade.VCheck.Model -Version 8.0.1
<PackageReference Include="TipsTrade.VCheck.Model" Version="8.0.1" />
<PackageVersion Include="TipsTrade.VCheck.Model" Version="8.0.1" />
<PackageReference Include="TipsTrade.VCheck.Model" />
paket add TipsTrade.VCheck.Model --version 8.0.1
#r "nuget: TipsTrade.VCheck.Model, 8.0.1"
#:package TipsTrade.VCheck.Model@8.0.1
#addin nuget:?package=TipsTrade.VCheck.Model&version=8.0.1
#tool nuget:?package=TipsTrade.VCheck.Model&version=8.0.1
TipsTrade.VCheck.Model
Strongly typed models for VCheck API responses. Supports both Newtonsoft.Json and System.Text.Json serialization.
This package is a dependency of TipsTrade.VCheck and can also be referenced directly if you only need the model types.
The package major version follows the .NET target version (e.g. 8.x.x targets net8.0).
Installation
dotnet add package TipsTrade.VCheck.Model
Models
Top-level
| Type | Description |
|---|---|
Report |
The full vehicle check report |
CheckDetails |
Details about the check performed |
VehicleSummary |
Summary information for the vehicle |
VehicleDetails |
Detailed vehicle information |
History
| Type | Description |
|---|---|
VehicleHistory |
Aggregated vehicle history |
VehicleAncestory |
Vehicle ancestry information |
ColourChanges |
History of colour changes |
Export |
Export history records |
Finance |
Outstanding finance records |
Import |
Import history records |
KeeperChange |
Keeper change records |
MileageRecord |
Mileage history records |
Ownership |
Ownership history |
SalvageAuction |
Salvage auction records |
Scrapped |
Scrapped status records |
Stolen |
Stolen status records |
UserSubmit |
User-submitted data |
VrmChange |
VRM change history |
WriteOff |
Write-off records |
Technical
| Type | Description |
|---|---|
TechnicalSpecification |
Full technical specification |
Dimensions |
Vehicle dimensions |
Engine |
Engine specification |
General |
General technical data |
Performance |
Performance data |
Other
| Type | Description |
|---|---|
Mot |
MOT information |
MotTest |
Individual MOT test result |
MotComment |
MOT advisory or failure comment |
Ulez |
Ultra-low emission zone (London) status |
Valuation |
Vehicle valuation |
Ved |
Vehicle excise duty (road tax) information |
VedRate |
VED rate details |
FuelCosts |
Estimated fuel cost information |
Serialization
All models are decorated with both [JsonProperty] (Newtonsoft.Json) and [JsonPropertyName] (System.Text.Json) attributes, so they work with either serializer out of the box.
Targets
Targets net8 and net481 (.NET Framework 4.8.1).
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net481 is compatible. |
-
.NETFramework 4.8.1
- Newtonsoft.Json (>= 13.0.4)
- System.Text.Json (>= 8.0.6)
-
net8.0
- Newtonsoft.Json (>= 13.0.4)
- System.Text.Json (>= 8.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TipsTrade.VCheck.Model:
| Package | Downloads |
|---|---|
|
TipsTrade.VCheck
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.