Service - Services Over Time
Jump to navigation
Jump to search
Overview
Handler service for services that where the accounting application of income is spread over a period of time.
Repository
...
Schemas
ObjectSchemas
servicesOverTime
{
"objectType": "servicesOverTime",
"extendObjType": {
"serviceTag": "servicesManager",
"objectType": "services"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "servicesOverTime",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...