Service - Account Expense
Revision as of 12:29, 4 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for accounts classified as Expense. = Repository = ... = Schemas = ==ObjectSchemas== === accountExpense === <syntaxhighlight lang="JavaScript"> { "objectType": "accountExpense", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...")
Overview
Handler service for accounts classified as Expense.
Repository
...
Schemas
ObjectSchemas
accountExpense
{
"objectType": "accountExpense",
"extendObjType": {
"serviceTag": "AccountManager",
"objectType": "account"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "accountExpense",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from account objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...
Working documents
Overview
Handler service for accounts classified as Expense.
Repository
...
Schemas
ObjectSchemas
accountExpense
{
"objectType": "accountExpense",
"extendObjType": {
"serviceTag": "AccountManager",
"objectType": "account"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "accountExpense",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from account objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...