Advertisement
masco

Untitled

Aug 19th, 2020
1,953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.24 KB | None | 0 0
  1. {
  2.   "name": "customer",
  3.   "children": [
  4.     {
  5.       "name": "customer.root",
  6.       "children": [
  7.         {
  8.           "name": "customer.assets",
  9.           "children": [
  10.             {
  11.               "name": "customer.accounts-receivable",
  12.               "children": []
  13.             },
  14.             {
  15.               "name": "customer.max-limit",
  16.               "children": []
  17.             },
  18.             {
  19.               "name": "customer.current-limit",
  20.               "children": []
  21.             },
  22.             {
  23.               "name": "customer.unsettled",
  24.               "children": []
  25.             },
  26.             {
  27.               "name": "customer.settled",
  28.               "children": []
  29.             },
  30.             {
  31.               "name": "customer.cash",
  32.               "children": []
  33.             },
  34.             {
  35.               "name": "customer.bank",
  36.               "children": [
  37.                 {
  38.                   "name": "customer.bank.acquirer",
  39.                   "children": [
  40.                     {
  41.                       "name": "customer.bank.assets",
  42.                       "children": [
  43.                         {
  44.                           "name": "customer.bank.assets.acquirer",
  45.                           "children": []
  46.                         }
  47.                       ]
  48.                     }
  49.                   ]
  50.                 }
  51.               ]
  52.             }
  53.           ]
  54.         },
  55.         {
  56.           "name": "customer.liabilities+equities",
  57.           "children": [
  58.             {
  59.               "name": "customer.liabilities",
  60.               "children": [
  61.                 {
  62.                   "name": "customer.max-limit-cp",
  63.                   "children": []
  64.                 },
  65.                 {
  66.                   "name": "customer.current-limit-cp",
  67.                   "children": []
  68.                 },
  69.                 {
  70.                   "name": "customer.unsettled-cp",
  71.                   "children": []
  72.                 },
  73.                 {
  74.                   "name": "customer.payables",
  75.                   "children": []
  76.                 }
  77.               ]
  78.             },
  79.             {
  80.               "name": "customer.equities",
  81.               "children": []
  82.             }
  83.           ]
  84.         }
  85.       ]
  86.     }
  87.   ]
  88. }
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement