CarChargeRate

Part of the TaxYearConfig that our engine uses to calculate charges for a Company Car.
It is used internally when our engine performs calculations.
You do not need to do anything with this model, it's provided purely for informational purposes.

Name / Description Type / Format Example
rangeStart integer int32 0
rangeStop integer int32 0
rate number double 0.0
{
  "rangeStart": 0,
  "rangeStop": 0,
  "rate": 0.0
}
Contained in Models
CarCharge
Consumed by Operations

- none -

Returned by Operations

- none -