Service - Expense Over Time
Revision as of 13:55, 19 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for an expense that happens over a time period. = Repository = ... = Schemas = == ObjectSchemas == === expenseOverTime === <syntaxhighlight lang="JavaScript"> { "objectType": "expenseOverTime", "extendObjType": { "serviceTag": "ExpenseManager", "objectType": "expense" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": [], "fie...")
Overview
Handler service for an expense that happens over a time period.
Repository
...
Schemas
ObjectSchemas
expenseOverTime
{
"objectType": "expenseOverTime",
"extendObjType": {
"serviceTag": "ExpenseManager",
"objectType": "expense"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...