MileageAllowancePaymentsRate

Part of the TaxYearConfig that our engine uses to calculate Mileage Allowance Payments.
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
vehicleType string "Car" "Motorcycle" "Cycle"
rate number double 0.0
threshold integer int32 0
aboveThresholdRate number double 0.0
{
  "vehicleType": "Car",
  "rate": 0.0,
  "threshold": 0,
  "aboveThresholdRate": 0.0
}
Contained in Models
TaxYearConfig
Consumed by Operations

- none -

Returned by Operations

- none -