Service - Expense Over Time: Difference between revisions
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Manual revert |
||
| (One intermediate revision by the same user not shown) | |||
| Line 20: | Line 20: | ||
"objectType": "expense" | "objectType": "expense" | ||
}, | }, | ||
"storageResources": { | "storageResources": { | ||
"graph": { | "graph": { | ||
Latest revision as of 15:06, 21 January 2026
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
...