{
"id": 123,
"name": "Annual bonus",
"type": "Amount",
"category": {
"id": 123,
"code": "BONUS"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}
The schema is of type object
.
Was this page helpful?