Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. [
  2. {
  3. country: "India",
  4. total: 492,
  5. useMost:{
  6. cash: 104,
  7. credit: 108,
  8. debit: 280
  9. },
  10. cardBrand:{
  11. amex: 28,
  12. mastercard: 234,
  13. visa: 377
  14. },
  15. ownCardCrypto: {
  16. yes: 111,
  17. no: 381
  18. },
  19. cryptoOnline:{
  20. yes: 215,
  21. no: 277
  22. },
  23. ownBusiness: {
  24. yes: 149,
  25. no: 343
  26. },
  27. acceptCredtCards: {
  28. yes: 108,
  29. no: 41
  30. },
  31. merchantDepositDays: {
  32. low: 83, // 1-2 Días
  33. medium: 40, // 3 - 5 Días
  34. large: 26 // 5+ Días
  35. }
  36. },
  37. {
  38. country: "United Kingdom",
  39. total: 267,
  40. useMost:{
  41. cash: 34,
  42. credit: 54,
  43. debit: 179
  44. },
  45. cardBrand:{
  46. amex: 36,
  47. mastercard: 105,
  48. visa: 245
  49. },
  50. ownCardCrypto: {
  51. yes: 43,
  52. no: 224
  53. },
  54. cryptoOnline:{
  55. yes: 100,
  56. no: 167
  57. },
  58. ownBusiness: {
  59. yes: 88,
  60. no: 179
  61. },
  62. acceptCredtCards: {
  63. yes: 49,
  64. no: 39
  65. },
  66. merchantDepositDays: {
  67. low: 35, // 1-2 Días
  68. medium: 42, // 3 - 5 Días
  69. large: 11 // 5+ Días
  70. }
  71. },
  72. {
  73. country: "Australia",
  74. total: 220,
  75. useMost:{
  76. cash: 28,
  77. credit: 63,
  78. debit: 129
  79. },
  80. cardBrand:{
  81. amex: 29,
  82. mastercard: 134,
  83. visa: 153
  84. },
  85. ownCardCrypto: {
  86. yes: 20,
  87. no: 200
  88. },
  89. cryptoOnline:{
  90. yes: 76,
  91. no: 144
  92. },
  93. ownBusiness: {
  94. yes: 63,
  95. no: 157
  96. },
  97. acceptCredtCards: {
  98. yes: 40,
  99. no: 23
  100. },
  101. merchantDepositDays: {
  102. low: 26, // 1-2 Días
  103. medium: 29, // 3 - 5 Días
  104. large: 8 // 5+ Días
  105. }
  106. },
  107. {
  108. country: "",
  109. total: 0,
  110. useMost:{
  111. cash: 0,
  112. credit: 0,
  113. debit: 0
  114. },
  115. cardBrand:{
  116. amex: 0,
  117. mastercard: 0,
  118. visa: 0
  119. },
  120. ownCardCrypto: {
  121. yes: 0,
  122. no: 0
  123. },
  124. cryptoOnline:{
  125. yes: 0,
  126. no: 0
  127. },
  128. ownBusiness: {
  129. yes: 0,
  130. no: 0
  131. },
  132. acceptCredtCards: {
  133. yes: 0,
  134. no: 0
  135. },
  136. merchantDepositDays: {
  137. low: 0, // 1-2 Días
  138. medium: 0, // 3 - 5 Días
  139. large: 0 // 5+ Días
  140. }
  141. },
  142. {
  143. country: "",
  144. total: 0,
  145. useMost:{
  146. cash: 0,
  147. credit: 0,
  148. debit: 0
  149. },
  150. cardBrand:{
  151. amex: 0,
  152. mastercard: 0,
  153. visa: 0
  154. },
  155. ownCardCrypto: {
  156. yes: 0,
  157. no: 0
  158. },
  159. cryptoOnline:{
  160. yes: 0,
  161. no: 0
  162. },
  163. ownBusiness: {
  164. yes: 0,
  165. no: 0
  166. },
  167. acceptCredtCards: {
  168. yes: 0,
  169. no: 0
  170. },
  171. merchantDepositDays: {
  172. low: 0, // 1-2 Días
  173. medium: 0, // 3 - 5 Días
  174. large: 0 // 5+ Días
  175. }
  176. },
  177.  
  178. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement