Service - Account Revenue

From Izara Wiki
Jump to navigation Jump to search

Overview

Handler service for accounts classified as Revenue.

Repository

...

Schemas

ObjectSchemas

accountRevenue

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

RelationshipSchemas

...

Working documents

Account Revenue