{
"id": "<string>",
"type": "price-modifiers",
"attributes": {
"name": "<string>",
"local_name_i18n": {},
"value": 123,
"tax_rate": 123,
"match_type": "<string>",
"apply_to": "<string>",
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"conditions": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"modifier_models": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}