Click or drag to resize

TaxCalculatorService Class

OFV Kjøretøydata service

Tax calculator service Calculate tax for new vehicles imported into Norway.
Inheritance Hierarchy
SystemObject
  OfvTaxData.ServiceTaxCalculatorService

Namespace:  OfvTaxData.Service
Assembly:  OfvTaxData.Service (in OfvTaxData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TaxCalculatorService

The TaxCalculatorService type exposes the following members.

Constructors
  NameDescription
Public methodTaxCalculatorService
Initializes a new instance of the TaxCalculatorService class
Top
Methods
  NameDescription
Public methodCode exampleGetAvailableInputValuesTax
List of valid values that can beused to calculate tax for new vehicle imported into Norway.

Returns object-tree with all available input values specified

Public methodCode exampleGetCalculatedWeigth
Weight calculation for vehicle imported into Norway.

Returns weight

Public methodCode exampleGetTax
Tax calculation for new vehicle imported into Norway.

Returns object-tree with all taxes specified

Top
See Also