Name / Description | Type / Format | Example | |
---|---|---|---|
pensionName
|
string
|
"string"
|
|
contributionAmount
|
number
double
|
0.0
|
|
contributionPercentage
|
number
double
|
0.0
|
|
isPercentage
|
boolean
|
true
|
{
"pensionName": "string",
"contributionAmount": 0.0,
"contributionPercentage": 0.0,
"isPercentage": true
}