Service - Sale Line Item Services

From Izara Wiki
Jump to navigation Jump to search

Overview

Handler service for services sale line items.

Repository

...

Schemas

ObjectSchemas

saleLineItemServices

{
  "objectType": "saleLineItemServices",
  "extendObjType": {
    "serviceTag": "SaleLineItemManager",
    "objectType": "saleLineItem"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": {
      "storageType": "dynamoDB",
      "tableName": "saleLineItemServices",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from saleLineItem objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Sale Line Item Services