Name / Description | Type / Format | Example | |
---|---|---|---|
taxYear
|
string
|
"Year2017"
"Year2018"
"Year2019"
"Year2020"
"Year2021"
"Year2022"
"Year2023"
"Year2024"
|
|
amount
|
number
double
|
0.0
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"taxYear": "Year2017",
"amount": 0.0,
"id": "string"
}