Service - Purchase Line Item Sales Tax
Jump to navigation
Jump to search
Overview
Handler service for sales tax purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemSalesTax
{
"objectType": "purchaseLineItemSalesTax",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemSalesTax",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...