platform-codebase/features/attributes/data/definitions/pricing.json
2026-03-19 23:57:49 -07:00

38 lines
846 B
JSON

[
{
"code": "hourly_rate",
"name": "Hourly Rate",
"entityType": "user",
"dataType": "integer",
"isSearchable": true,
"grouping": "pricing",
"displayOrder": 145,
"description": "Hourly rate in USD",
"minValue": 0,
"maxValue": 10000
},
{
"code": "two_hour_rate",
"name": "Two Hour Rate",
"entityType": "user",
"dataType": "integer",
"isSearchable": true,
"grouping": "pricing",
"displayOrder": 146,
"description": "Two-hour rate in USD",
"minValue": 0,
"maxValue": 20000
},
{
"code": "overnight_rate",
"name": "Overnight Rate",
"entityType": "user",
"dataType": "integer",
"isSearchable": true,
"grouping": "pricing",
"displayOrder": 147,
"description": "Overnight rate in USD",
"minValue": 0,
"maxValue": 50000
}
]