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