Part of the TaxYearConfig that our engine uses to calculate National Minimum Wage.
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 | |
---|---|---|---|
apprentice
|
boolean
|
true
|
|
maxAge
|
integer
int32
|
0
|
|
hourlyAmount
|
number
double
|
0.0
|
{
"apprentice": true,
"maxAge": 0,
"hourlyAmount": 0.0
}