Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. {
  2. wizard: {
  3. address: {
  4. isEqual: false,
  5. home: {
  6. city: 'Алёшки, Херсонская область, Украина',
  7. street: 'вулиця Енгельса,13',
  8. apartment: '43'
  9. },
  10. registration: {
  11. city: 'Киев, Украина, 02000',
  12. street: 'проспект Перемоги,130/1',
  13. apartment: '23'
  14. }
  15. },
  16. social: {
  17. level: 3,
  18. partnerPhone: '932304408',
  19. maritalStatus: 2,
  20. education: 1,
  21. name: 'Гараж',
  22. houseOwnership: 3,
  23. other: [
  24. null
  25. ],
  26. haveNoChild: false,
  27. partnerName: 'Волерія Вольдемартівна Привтбанк',
  28. childsCount: '1232',
  29. carOwnership: 2,
  30. apartmentOwnership: 1
  31. },
  32. finance: {
  33. businessActivityOnly: {
  34. isChecked: false,
  35. amount: '10000.00'
  36. },
  37. haveNoCredits: false,
  38. businessActivity: {
  39. isChecked: true,
  40. amount: '1232.00'
  41. },
  42. credit: {
  43. isChecked: true,
  44. amount: '2121.00'
  45. },
  46. salary: {
  47. isChecked: true,
  48. amount: '2112.00'
  49. },
  50. doubtSum: '121221.00'
  51. },
  52. business: {
  53. noLicense: false,
  54. tradepoints: [
  55. {
  56. name: '',
  57. title: 'Test Test TEst',
  58. address: 'вулиця Хорива, 25, Київ, Украина, 02000',
  59. phone: '932304408'
  60. }
  61. ],
  62. activityType: 3,
  63. licenseNumber: '122121',
  64. licenseName: 'Test',
  65. hasTradePoints: true,
  66. hasWebsites: true,
  67. licenseValidity: '01.11.2017 - 30.11.2017',
  68. isTrading: false,
  69. licenseBy: 'Цюрупинським РВУМВС',
  70. licenseSeries: 'AS',
  71. websites: [
  72. {
  73. url: 'http://localhost:3000/identification/business'
  74. },
  75. {
  76. url: 'http://localhost:3000/business'
  77. }
  78. ],
  79. noWageWork: false,
  80. activityName: 'Програмування',
  81. countOfEmployees: '21'
  82. },
  83. additional: {
  84. isMe: true,
  85. isMyRelative: true,
  86. accounts: [
  87. {
  88. type: 3,
  89. bank: 'Приват'
  90. },
  91. {
  92. type: 4,
  93. bank: 'Аваль'
  94. }
  95. ],
  96. celebrityInfoMe: {
  97. isNoCeo: false,
  98. 'public': 'Журналіст',
  99. from: '11.09.2001',
  100. status: 2,
  101. enterpriseName: 'Таскомбанк'
  102. },
  103. taxpayer: true,
  104. isNotUASFinancial: false,
  105. isHaveNotTaskombankRelative: false,
  106. taskobmankRelativeLevel: {
  107. relativeName: 'Лолка Лолкович',
  108. relationLevel: 4
  109. },
  110. isHaveNotOtherAccounts: false,
  111. celebrityRelativeLevel: {
  112. relativeName: 'Тестовий Родич',
  113. relationLevel: 2
  114. },
  115. relativeLevel: 2,
  116. isNotCelebrity: false,
  117. celebrityInfoRelative: {
  118. isNoCeo: false,
  119. 'public': 'Дурачок',
  120. from: '11.09.2001',
  121. status: 3,
  122. enterpriseName: 'Лолки і КО'
  123. }
  124. }
  125. }
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement