Service - Purchase Line Other Charge
Revision as of 14:58, 18 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for other purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemOtherCharge === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemOtherCharge", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
Overview
Handler service for other purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemOtherCharge
{
"objectType": "purchaseLineItemOtherCharge",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemOtherCharge",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...