Amount made under a given employer within the EmploymentHistory array of objects.
Attribute | Type | Description |
---|---|---|
currency* | string | Salary made under a specific employer. |
startingSalary | string | Starting salary at this place of employment. |
endingSalary | string | Ending salary at this place of employment. |
"salary" : {
"currency" : "USD",
"startingSalary" : "100,000",
"endingSalary" : "140,000"
}