Service - Sale Line Other Income
Revision as of 13:31, 10 January 2026 by Sven the Barbarian (talk | contribs) (→saleLineItemOtherIncome)
Overview
Handler service for other income sale line items.
Repository
...
Schemas
ObjectSchemas
saleLineItemOtherIncome
{
"objectType": "saleLineItemOtherIncome",
"extendObjType": {
"serviceTag": "SaleLineItemManager",
"objectType": "saleLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "saleLineItemOtherIncome",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from saleLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...