Part of the TaxYearConfig that our engine uses to perform the Year End routine.
It is used internally when our engine performs the Year End routine.
You do not need to do anything with this model, it's provided purely for informational purposes.
Name / Description | Type / Format | Example | |
---|---|---|---|
suffix
The suffix of the Tax Code that needs to be incremented for this Tax Year
|
string
|
"string"
|
|
increment
The amount by which to increment Tax Codes with the given suffix
|
integer
int32
|
0
|
{
"suffix": "string",
"increment": 0
}