treezor_client 1.12.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (268) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +8 -7
  4. data/docs/BusinessApi.md +2 -2
  5. data/docs/Payin.md +1 -1
  6. data/docs/PayinApi.md +2 -2
  7. data/docs/Payinrefund.md +1 -1
  8. data/docs/PayinrefundApi.md +4 -4
  9. data/generate.sh +10 -0
  10. data/lib/treezor_client/api/balance_api.rb +1 -1
  11. data/lib/treezor_client/api/bankaccount_api.rb +1 -1
  12. data/lib/treezor_client/api/beneficiaries_api.rb +1 -1
  13. data/lib/treezor_client/api/business_api.rb +4 -4
  14. data/lib/treezor_client/api/card_api.rb +1 -1
  15. data/lib/treezor_client/api/card_digitalizations_api.rb +1 -1
  16. data/lib/treezor_client/api/card_reserve_api.rb +1 -1
  17. data/lib/treezor_client/api/cardtransaction_api.rb +1 -1
  18. data/lib/treezor_client/api/country_restriction_groups_api.rb +1 -1
  19. data/lib/treezor_client/api/document_api.rb +1 -1
  20. data/lib/treezor_client/api/heartbeat_api.rb +1 -1
  21. data/lib/treezor_client/api/issuer_initiated_digitization_data_api.rb +1 -1
  22. data/lib/treezor_client/api/mandate_api.rb +1 -1
  23. data/lib/treezor_client/api/mcc_restriction_groups_api.rb +1 -1
  24. data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +1 -1
  25. data/lib/treezor_client/api/payin_api.rb +3 -3
  26. data/lib/treezor_client/api/payinrefund_api.rb +3 -3
  27. data/lib/treezor_client/api/payout_api.rb +1 -1
  28. data/lib/treezor_client/api/payout_refunds_api.rb +1 -1
  29. data/lib/treezor_client/api/tax_residence_api.rb +1 -1
  30. data/lib/treezor_client/api/transaction_api.rb +1 -1
  31. data/lib/treezor_client/api/transfer_api.rb +1 -1
  32. data/lib/treezor_client/api/transferrefund_api.rb +1 -1
  33. data/lib/treezor_client/api/user_api.rb +1 -1
  34. data/lib/treezor_client/api/virtualibans_api.rb +1 -1
  35. data/lib/treezor_client/api/wallet_api.rb +1 -1
  36. data/lib/treezor_client/api_client.rb +6 -4
  37. data/lib/treezor_client/api_error.rb +1 -1
  38. data/lib/treezor_client/configuration.rb +3 -3
  39. data/lib/treezor_client/models/balance.rb +3 -2
  40. data/lib/treezor_client/models/bankaccount.rb +3 -2
  41. data/lib/treezor_client/models/beneficiaries_sdd_b2b_whitelist.rb +3 -2
  42. data/lib/treezor_client/models/beneficiary.rb +3 -2
  43. data/lib/treezor_client/models/body.rb +3 -2
  44. data/lib/treezor_client/models/body_1.rb +3 -2
  45. data/lib/treezor_client/models/body_10.rb +3 -2
  46. data/lib/treezor_client/models/body_11.rb +3 -2
  47. data/lib/treezor_client/models/body_2.rb +3 -2
  48. data/lib/treezor_client/models/body_3.rb +3 -2
  49. data/lib/treezor_client/models/body_4.rb +3 -2
  50. data/lib/treezor_client/models/body_5.rb +3 -2
  51. data/lib/treezor_client/models/body_6.rb +3 -2
  52. data/lib/treezor_client/models/body_7.rb +3 -2
  53. data/lib/treezor_client/models/body_8.rb +3 -2
  54. data/lib/treezor_client/models/body_9.rb +3 -2
  55. data/lib/treezor_client/models/businesssearchs_businessinformations.rb +3 -2
  56. data/lib/treezor_client/models/card.rb +3 -2
  57. data/lib/treezor_client/models/card_digitalization.rb +3 -2
  58. data/lib/treezor_client/models/country_restriction_group.rb +3 -2
  59. data/lib/treezor_client/models/document.rb +3 -2
  60. data/lib/treezor_client/models/error.rb +3 -2
  61. data/lib/treezor_client/models/inline_response_200.rb +3 -2
  62. data/lib/treezor_client/models/inline_response_200_1.rb +3 -2
  63. data/lib/treezor_client/models/inline_response_200_10.rb +3 -2
  64. data/lib/treezor_client/models/inline_response_200_10_cardtransactions.rb +3 -2
  65. data/lib/treezor_client/models/inline_response_200_11.rb +3 -2
  66. data/lib/treezor_client/models/inline_response_200_12.rb +3 -2
  67. data/lib/treezor_client/models/inline_response_200_13.rb +3 -2
  68. data/lib/treezor_client/models/inline_response_200_14.rb +3 -2
  69. data/lib/treezor_client/models/inline_response_200_15.rb +3 -2
  70. data/lib/treezor_client/models/inline_response_200_16.rb +3 -2
  71. data/lib/treezor_client/models/inline_response_200_17.rb +3 -2
  72. data/lib/treezor_client/models/inline_response_200_18.rb +3 -2
  73. data/lib/treezor_client/models/inline_response_200_19.rb +3 -2
  74. data/lib/treezor_client/models/inline_response_200_2.rb +3 -2
  75. data/lib/treezor_client/models/inline_response_200_20.rb +3 -2
  76. data/lib/treezor_client/models/inline_response_200_21.rb +3 -2
  77. data/lib/treezor_client/models/inline_response_200_22.rb +3 -2
  78. data/lib/treezor_client/models/inline_response_200_23.rb +3 -2
  79. data/lib/treezor_client/models/inline_response_200_24.rb +3 -2
  80. data/lib/treezor_client/models/inline_response_200_25.rb +3 -2
  81. data/lib/treezor_client/models/inline_response_200_26.rb +3 -2
  82. data/lib/treezor_client/models/inline_response_200_27.rb +3 -2
  83. data/lib/treezor_client/models/inline_response_200_28.rb +3 -2
  84. data/lib/treezor_client/models/inline_response_200_3.rb +3 -2
  85. data/lib/treezor_client/models/inline_response_200_4.rb +3 -2
  86. data/lib/treezor_client/models/inline_response_200_4_businessinformations.rb +3 -2
  87. data/lib/treezor_client/models/inline_response_200_4_users.rb +3 -2
  88. data/lib/treezor_client/models/inline_response_200_5.rb +3 -2
  89. data/lib/treezor_client/models/inline_response_200_6.rb +3 -2
  90. data/lib/treezor_client/models/inline_response_200_6_cardimages.rb +3 -2
  91. data/lib/treezor_client/models/inline_response_200_7.rb +3 -2
  92. data/lib/treezor_client/models/inline_response_200_8.rb +3 -2
  93. data/lib/treezor_client/models/inline_response_200_9.rb +3 -2
  94. data/lib/treezor_client/models/inline_response_200_9_cardtransactions.rb +3 -2
  95. data/lib/treezor_client/models/inline_response_default.rb +3 -2
  96. data/lib/treezor_client/models/issuer_initiated_digitization_data.rb +3 -2
  97. data/lib/treezor_client/models/issuer_initiated_digitization_datas_additionnal_data.rb +3 -2
  98. data/lib/treezor_client/models/mandate.rb +3 -2
  99. data/lib/treezor_client/models/mcc_restriction_group.rb +3 -2
  100. data/lib/treezor_client/models/merchant_id_restriction_group.rb +3 -2
  101. data/lib/treezor_client/models/payin.rb +4 -3
  102. data/lib/treezor_client/models/payinrefund.rb +4 -3
  103. data/lib/treezor_client/models/payout.rb +3 -2
  104. data/lib/treezor_client/models/payout_refund.rb +3 -2
  105. data/lib/treezor_client/models/tax_residence.rb +3 -2
  106. data/lib/treezor_client/models/transaction.rb +3 -2
  107. data/lib/treezor_client/models/transfer.rb +3 -2
  108. data/lib/treezor_client/models/transferrefund.rb +3 -2
  109. data/lib/treezor_client/models/user.rb +3 -2
  110. data/lib/treezor_client/models/virtualiban.rb +3 -2
  111. data/lib/treezor_client/models/wallet.rb +3 -2
  112. data/lib/treezor_client/version.rb +2 -2
  113. data/lib/treezor_client.rb +1 -1
  114. data/pkg/{treezor_client-1.4.0.gem → treezor_client-1.12.0.gem} +0 -0
  115. data/pkg/treezor_client-2.0.0.gem +0 -0
  116. data/treezor_api_spec.yaml +5 -5
  117. data/treezor_client.gemspec +2 -1
  118. metadata +28 -156
  119. data/doc/TreezorClient/ApiClient.html +0 -2600
  120. data/doc/TreezorClient/ApiError.html +0 -464
  121. data/doc/TreezorClient/Balance.html +0 -2042
  122. data/doc/TreezorClient/BalanceApi.html +0 -760
  123. data/doc/TreezorClient/Bankaccount/EnumAttributeValidator.html +0 -455
  124. data/doc/TreezorClient/Bankaccount.html +0 -2560
  125. data/doc/TreezorClient/BankaccountApi.html +0 -2450
  126. data/doc/TreezorClient/BeneficiariesApi.html +0 -2387
  127. data/doc/TreezorClient/BeneficiariesSddB2bWhitelist.html +0 -1816
  128. data/doc/TreezorClient/Beneficiary.html +0 -2574
  129. data/doc/TreezorClient/Body/EnumAttributeValidator.html +0 -455
  130. data/doc/TreezorClient/Body.html +0 -1826
  131. data/doc/TreezorClient/Body1.html +0 -2596
  132. data/doc/TreezorClient/Body10/EnumAttributeValidator.html +0 -455
  133. data/doc/TreezorClient/Body10.html +0 -2069
  134. data/doc/TreezorClient/Body2.html +0 -2492
  135. data/doc/TreezorClient/Body3.html +0 -1726
  136. data/doc/TreezorClient/Body4.html +0 -1726
  137. data/doc/TreezorClient/Body5/EnumAttributeValidator.html +0 -455
  138. data/doc/TreezorClient/Body5.html +0 -2001
  139. data/doc/TreezorClient/Body6/EnumAttributeValidator.html +0 -455
  140. data/doc/TreezorClient/Body6.html +0 -2069
  141. data/doc/TreezorClient/Body7/EnumAttributeValidator.html +0 -455
  142. data/doc/TreezorClient/Body7.html +0 -2002
  143. data/doc/TreezorClient/Body8/EnumAttributeValidator.html +0 -455
  144. data/doc/TreezorClient/Body8.html +0 -1981
  145. data/doc/TreezorClient/Body9/EnumAttributeValidator.html +0 -455
  146. data/doc/TreezorClient/Body9.html +0 -2001
  147. data/doc/TreezorClient/BusinessApi.html +0 -1548
  148. data/doc/TreezorClient/BusinesssearchsBusinessinformations/EnumAttributeValidator.html +0 -455
  149. data/doc/TreezorClient/BusinesssearchsBusinessinformations.html +0 -2822
  150. data/doc/TreezorClient/Card/EnumAttributeValidator.html +0 -455
  151. data/doc/TreezorClient/Card.html +0 -6928
  152. data/doc/TreezorClient/CardApi.html +0 -9907
  153. data/doc/TreezorClient/CardDigitalization.html +0 -2126
  154. data/doc/TreezorClient/CardDigitalizationDetailsFromGPS.html +0 -4343
  155. data/doc/TreezorClient/CardDigitalizationsApi.html +0 -1542
  156. data/doc/TreezorClient/CardReserveApi.html +0 -1622
  157. data/doc/TreezorClient/CardtransactionApi.html +0 -1243
  158. data/doc/TreezorClient/Configuration.html +0 -2459
  159. data/doc/TreezorClient/CountryRestrictionGroupsApi.html +0 -2602
  160. data/doc/TreezorClient/Document/EnumAttributeValidator.html +0 -455
  161. data/doc/TreezorClient/Document.html +0 -2812
  162. data/doc/TreezorClient/DocumentApi.html +0 -2878
  163. data/doc/TreezorClient/Error.html +0 -1794
  164. data/doc/TreezorClient/HeartbeatApi.html +0 -702
  165. data/doc/TreezorClient/InlineResponse200.html +0 -1626
  166. data/doc/TreezorClient/InlineResponse2001.html +0 -1626
  167. data/doc/TreezorClient/InlineResponse20010.html +0 -1626
  168. data/doc/TreezorClient/InlineResponse20010Cardtransactions.html +0 -5844
  169. data/doc/TreezorClient/InlineResponse20011.html +0 -1626
  170. data/doc/TreezorClient/InlineResponse20012.html +0 -1626
  171. data/doc/TreezorClient/InlineResponse20013.html +0 -1626
  172. data/doc/TreezorClient/InlineResponse20014.html +0 -1626
  173. data/doc/TreezorClient/InlineResponse20015.html +0 -1626
  174. data/doc/TreezorClient/InlineResponse20016.html +0 -1626
  175. data/doc/TreezorClient/InlineResponse20017.html +0 -1626
  176. data/doc/TreezorClient/InlineResponse20018.html +0 -1626
  177. data/doc/TreezorClient/InlineResponse20019.html +0 -1626
  178. data/doc/TreezorClient/InlineResponse2002.html +0 -1626
  179. data/doc/TreezorClient/InlineResponse20020.html +0 -1626
  180. data/doc/TreezorClient/InlineResponse20021.html +0 -1626
  181. data/doc/TreezorClient/InlineResponse20022.html +0 -1626
  182. data/doc/TreezorClient/InlineResponse20023.html +0 -1626
  183. data/doc/TreezorClient/InlineResponse20024.html +0 -1626
  184. data/doc/TreezorClient/InlineResponse20025.html +0 -1626
  185. data/doc/TreezorClient/InlineResponse2003.html +0 -1626
  186. data/doc/TreezorClient/InlineResponse2004.html +0 -1626
  187. data/doc/TreezorClient/InlineResponse2005.html +0 -1626
  188. data/doc/TreezorClient/InlineResponse2005Businessinformations/EnumAttributeValidator.html +0 -455
  189. data/doc/TreezorClient/InlineResponse2005Businessinformations.html +0 -3561
  190. data/doc/TreezorClient/InlineResponse2005Users/EnumAttributeValidator.html +0 -455
  191. data/doc/TreezorClient/InlineResponse2005Users.html +0 -1972
  192. data/doc/TreezorClient/InlineResponse2006.html +0 -1626
  193. data/doc/TreezorClient/InlineResponse2007.html +0 -1626
  194. data/doc/TreezorClient/InlineResponse2007Cardimages.html +0 -1800
  195. data/doc/TreezorClient/InlineResponse2008.html +0 -1626
  196. data/doc/TreezorClient/InlineResponse2009.html +0 -1790
  197. data/doc/TreezorClient/InlineResponseDefault.html +0 -1626
  198. data/doc/TreezorClient/IssuerInitiatedDigitizationDataApi.html +0 -1371
  199. data/doc/TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalData.html +0 -1803
  200. data/doc/TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.html +0 -1804
  201. data/doc/TreezorClient/Mandate/EnumAttributeValidator.html +0 -455
  202. data/doc/TreezorClient/Mandate.html +0 -4584
  203. data/doc/TreezorClient/MandateApi.html +0 -3787
  204. data/doc/TreezorClient/MccRestrictionGroup/EnumAttributeValidator.html +0 -455
  205. data/doc/TreezorClient/MccRestrictionGroup.html +0 -2144
  206. data/doc/TreezorClient/MccRestrictionGroupsApi.html +0 -2598
  207. data/doc/TreezorClient/MerchantIdRestrictionGroup/EnumAttributeValidator.html +0 -455
  208. data/doc/TreezorClient/MerchantIdRestrictionGroup.html +0 -2144
  209. data/doc/TreezorClient/MerchantIdRestrictionGroupsApi.html +0 -2638
  210. data/doc/TreezorClient/Payin/EnumAttributeValidator.html +0 -455
  211. data/doc/TreezorClient/Payin.html +0 -5584
  212. data/doc/TreezorClient/PayinApi.html +0 -2963
  213. data/doc/TreezorClient/Payinrefund/EnumAttributeValidator.html +0 -455
  214. data/doc/TreezorClient/Payinrefund.html +0 -2476
  215. data/doc/TreezorClient/PayinrefundApi.html +0 -2449
  216. data/doc/TreezorClient/Payout/EnumAttributeValidator.html +0 -455
  217. data/doc/TreezorClient/Payout.html +0 -3488
  218. data/doc/TreezorClient/PayoutApi.html +0 -2737
  219. data/doc/TreezorClient/Tav.html +0 -2130
  220. data/doc/TreezorClient/Transaction.html +0 -2798
  221. data/doc/TreezorClient/TransactionApi.html +0 -1491
  222. data/doc/TreezorClient/Transfer/EnumAttributeValidator.html +0 -455
  223. data/doc/TreezorClient/Transfer.html +0 -3158
  224. data/doc/TreezorClient/TransferApi.html +0 -2725
  225. data/doc/TreezorClient/Transferrefund/EnumAttributeValidator.html +0 -455
  226. data/doc/TreezorClient/Transferrefund.html +0 -2644
  227. data/doc/TreezorClient/TransferrefundApi.html +0 -2450
  228. data/doc/TreezorClient/User/EnumAttributeValidator.html +0 -455
  229. data/doc/TreezorClient/User.html +0 -5844
  230. data/doc/TreezorClient/UserApi.html +0 -6647
  231. data/doc/TreezorClient/Virtualiban.html +0 -2462
  232. data/doc/TreezorClient/VirtualibansApi.html +0 -2845
  233. data/doc/TreezorClient/Wallet/EnumAttributeValidator.html +0 -455
  234. data/doc/TreezorClient/Wallet.html +0 -4076
  235. data/doc/TreezorClient/WalletApi.html +0 -3944
  236. data/doc/TreezorClient.html +0 -251
  237. data/doc/_index.html +0 -1025
  238. data/doc/class_list.html +0 -51
  239. data/doc/css/common.css +0 -1
  240. data/doc/css/full_list.css +0 -58
  241. data/doc/css/style.css +0 -496
  242. data/doc/file.README.html +0 -636
  243. data/doc/file_list.html +0 -56
  244. data/doc/frames.html +0 -17
  245. data/doc/index.html +0 -636
  246. data/doc/js/app.js +0 -292
  247. data/doc/js/full_list.js +0 -216
  248. data/doc/js/jquery.js +0 -4
  249. data/doc/method_list.html +0 -15699
  250. data/doc/top-level-namespace.html +0 -110
  251. data/docs/CardDigitalizationDetailsFromGPS.md +0 -40
  252. data/docs/InlineResponse20011Cardtransactions.md +0 -58
  253. data/docs/InlineResponse2005Businessinformations.md +0 -26
  254. data/docs/InlineResponse2005Users.md +0 -12
  255. data/docs/InlineResponse2007Cardimages.md +0 -10
  256. data/docs/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.md +0 -10
  257. data/docs/Tav.md +0 -14
  258. data/lib/treezor_client/models/card_digitalization_details_from_gps.rb +0 -509
  259. data/lib/treezor_client/models/inline_response_200_11_cardtransactions.rb +0 -637
  260. data/lib/treezor_client/models/inline_response_200_5_businessinformations.rb +0 -447
  261. data/lib/treezor_client/models/inline_response_200_5_users.rb +0 -258
  262. data/lib/treezor_client/models/inline_response_200_7_cardimages.rb +0 -219
  263. data/lib/treezor_client/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates.rb +0 -209
  264. data/lib/treezor_client/models/tav.rb +0 -241
  265. data/pkg/treezor_client-1.0.0.gem +0 -0
  266. data/pkg/treezor_client-1.1.0.gem +0 -0
  267. data/pkg/treezor_client-1.2.0.gem +0 -0
  268. data/pkg/treezor_client-1.3.0.gem +0 -0
data/doc/_index.html DELETED
@@ -1,1025 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Documentation by YARD 0.9.15
8
-
9
- </title>
10
-
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
-
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
-
15
- <script type="text/javascript" charset="utf-8">
16
- pathId = null;
17
- relpath = '';
18
- </script>
19
-
20
-
21
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
-
25
-
26
- </head>
27
- <body>
28
- <div class="nav_wrap">
29
- <iframe id="nav" src="class_list.html?1"></iframe>
30
- <div id="resizer"></div>
31
- </div>
32
-
33
- <div id="main" tabindex="-1">
34
- <div id="header">
35
- <div id="menu">
36
-
37
- </div>
38
-
39
- <div id="search">
40
-
41
- <a class="full_list_link" id="class_list_link"
42
- href="class_list.html">
43
-
44
- <svg width="24" height="24">
45
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
- </svg>
49
- </a>
50
-
51
- </div>
52
- <div class="clear"></div>
53
- </div>
54
-
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.15</h1>
56
- <div id="listing">
57
- <h1 class="alphaindex">Alphabetic Index</h1>
58
-
59
- <h2>File Listing</h2>
60
- <ul id="files" class="index_inline_list">
61
-
62
-
63
- <li class="r1"><a href="index.html" title="README">README</a></li>
64
-
65
-
66
- </ul>
67
-
68
- <div class="clear"></div>
69
- <h2>Namespace Listing A-Z</h2>
70
-
71
-
72
-
73
-
74
- <table>
75
- <tr>
76
- <td valign='top' width="33%">
77
-
78
-
79
- <ul id="alpha_A" class="alpha">
80
- <li class="letter">A</li>
81
- <ul>
82
-
83
- <li>
84
- <span class='object_link'><a href="TreezorClient/ApiClient.html" title="TreezorClient::ApiClient (class)">ApiClient</a></span>
85
-
86
- <small>(TreezorClient)</small>
87
-
88
- </li>
89
-
90
- <li>
91
- <span class='object_link'><a href="TreezorClient/ApiError.html" title="TreezorClient::ApiError (class)">ApiError</a></span>
92
-
93
- <small>(TreezorClient)</small>
94
-
95
- </li>
96
-
97
- </ul>
98
- </ul>
99
-
100
-
101
- <ul id="alpha_B" class="alpha">
102
- <li class="letter">B</li>
103
- <ul>
104
-
105
- <li>
106
- <span class='object_link'><a href="TreezorClient/Balance.html" title="TreezorClient::Balance (class)">Balance</a></span>
107
-
108
- <small>(TreezorClient)</small>
109
-
110
- </li>
111
-
112
- <li>
113
- <span class='object_link'><a href="TreezorClient/BalanceApi.html" title="TreezorClient::BalanceApi (class)">BalanceApi</a></span>
114
-
115
- <small>(TreezorClient)</small>
116
-
117
- </li>
118
-
119
- <li>
120
- <span class='object_link'><a href="TreezorClient/Bankaccount.html" title="TreezorClient::Bankaccount (class)">Bankaccount</a></span>
121
-
122
- <small>(TreezorClient)</small>
123
-
124
- </li>
125
-
126
- <li>
127
- <span class='object_link'><a href="TreezorClient/BankaccountApi.html" title="TreezorClient::BankaccountApi (class)">BankaccountApi</a></span>
128
-
129
- <small>(TreezorClient)</small>
130
-
131
- </li>
132
-
133
- <li>
134
- <span class='object_link'><a href="TreezorClient/BeneficiariesApi.html" title="TreezorClient::BeneficiariesApi (class)">BeneficiariesApi</a></span>
135
-
136
- <small>(TreezorClient)</small>
137
-
138
- </li>
139
-
140
- <li>
141
- <span class='object_link'><a href="TreezorClient/BeneficiariesSddB2bWhitelist.html" title="TreezorClient::BeneficiariesSddB2bWhitelist (class)">BeneficiariesSddB2bWhitelist</a></span>
142
-
143
- <small>(TreezorClient)</small>
144
-
145
- </li>
146
-
147
- <li>
148
- <span class='object_link'><a href="TreezorClient/Beneficiary.html" title="TreezorClient::Beneficiary (class)">Beneficiary</a></span>
149
-
150
- <small>(TreezorClient)</small>
151
-
152
- </li>
153
-
154
- <li>
155
- <span class='object_link'><a href="TreezorClient/Body.html" title="TreezorClient::Body (class)">Body</a></span>
156
-
157
- <small>(TreezorClient)</small>
158
-
159
- </li>
160
-
161
- <li>
162
- <span class='object_link'><a href="TreezorClient/Body1.html" title="TreezorClient::Body1 (class)">Body1</a></span>
163
-
164
- <small>(TreezorClient)</small>
165
-
166
- </li>
167
-
168
- <li>
169
- <span class='object_link'><a href="TreezorClient/Body10.html" title="TreezorClient::Body10 (class)">Body10</a></span>
170
-
171
- <small>(TreezorClient)</small>
172
-
173
- </li>
174
-
175
- <li>
176
- <span class='object_link'><a href="TreezorClient/Body2.html" title="TreezorClient::Body2 (class)">Body2</a></span>
177
-
178
- <small>(TreezorClient)</small>
179
-
180
- </li>
181
-
182
- <li>
183
- <span class='object_link'><a href="TreezorClient/Body3.html" title="TreezorClient::Body3 (class)">Body3</a></span>
184
-
185
- <small>(TreezorClient)</small>
186
-
187
- </li>
188
-
189
- <li>
190
- <span class='object_link'><a href="TreezorClient/Body4.html" title="TreezorClient::Body4 (class)">Body4</a></span>
191
-
192
- <small>(TreezorClient)</small>
193
-
194
- </li>
195
-
196
- <li>
197
- <span class='object_link'><a href="TreezorClient/Body5.html" title="TreezorClient::Body5 (class)">Body5</a></span>
198
-
199
- <small>(TreezorClient)</small>
200
-
201
- </li>
202
-
203
- <li>
204
- <span class='object_link'><a href="TreezorClient/Body6.html" title="TreezorClient::Body6 (class)">Body6</a></span>
205
-
206
- <small>(TreezorClient)</small>
207
-
208
- </li>
209
-
210
- <li>
211
- <span class='object_link'><a href="TreezorClient/Body7.html" title="TreezorClient::Body7 (class)">Body7</a></span>
212
-
213
- <small>(TreezorClient)</small>
214
-
215
- </li>
216
-
217
- <li>
218
- <span class='object_link'><a href="TreezorClient/Body8.html" title="TreezorClient::Body8 (class)">Body8</a></span>
219
-
220
- <small>(TreezorClient)</small>
221
-
222
- </li>
223
-
224
- <li>
225
- <span class='object_link'><a href="TreezorClient/Body9.html" title="TreezorClient::Body9 (class)">Body9</a></span>
226
-
227
- <small>(TreezorClient)</small>
228
-
229
- </li>
230
-
231
- <li>
232
- <span class='object_link'><a href="TreezorClient/BusinessApi.html" title="TreezorClient::BusinessApi (class)">BusinessApi</a></span>
233
-
234
- <small>(TreezorClient)</small>
235
-
236
- </li>
237
-
238
- <li>
239
- <span class='object_link'><a href="TreezorClient/BusinesssearchsBusinessinformations.html" title="TreezorClient::BusinesssearchsBusinessinformations (class)">BusinesssearchsBusinessinformations</a></span>
240
-
241
- <small>(TreezorClient)</small>
242
-
243
- </li>
244
-
245
- </ul>
246
- </ul>
247
-
248
-
249
- <ul id="alpha_C" class="alpha">
250
- <li class="letter">C</li>
251
- <ul>
252
-
253
- <li>
254
- <span class='object_link'><a href="TreezorClient/Card.html" title="TreezorClient::Card (class)">Card</a></span>
255
-
256
- <small>(TreezorClient)</small>
257
-
258
- </li>
259
-
260
- <li>
261
- <span class='object_link'><a href="TreezorClient/CardApi.html" title="TreezorClient::CardApi (class)">CardApi</a></span>
262
-
263
- <small>(TreezorClient)</small>
264
-
265
- </li>
266
-
267
- <li>
268
- <span class='object_link'><a href="TreezorClient/CardDigitalization.html" title="TreezorClient::CardDigitalization (class)">CardDigitalization</a></span>
269
-
270
- <small>(TreezorClient)</small>
271
-
272
- </li>
273
-
274
- <li>
275
- <span class='object_link'><a href="TreezorClient/CardDigitalizationDetailsFromGPS.html" title="TreezorClient::CardDigitalizationDetailsFromGPS (class)">CardDigitalizationDetailsFromGPS</a></span>
276
-
277
- <small>(TreezorClient)</small>
278
-
279
- </li>
280
-
281
- <li>
282
- <span class='object_link'><a href="TreezorClient/CardDigitalizationsApi.html" title="TreezorClient::CardDigitalizationsApi (class)">CardDigitalizationsApi</a></span>
283
-
284
- <small>(TreezorClient)</small>
285
-
286
- </li>
287
-
288
- <li>
289
- <span class='object_link'><a href="TreezorClient/CardReserveApi.html" title="TreezorClient::CardReserveApi (class)">CardReserveApi</a></span>
290
-
291
- <small>(TreezorClient)</small>
292
-
293
- </li>
294
-
295
- <li>
296
- <span class='object_link'><a href="TreezorClient/CardtransactionApi.html" title="TreezorClient::CardtransactionApi (class)">CardtransactionApi</a></span>
297
-
298
- <small>(TreezorClient)</small>
299
-
300
- </li>
301
-
302
- <li>
303
- <span class='object_link'><a href="TreezorClient/Configuration.html" title="TreezorClient::Configuration (class)">Configuration</a></span>
304
-
305
- <small>(TreezorClient)</small>
306
-
307
- </li>
308
-
309
- <li>
310
- <span class='object_link'><a href="TreezorClient/CountryRestrictionGroupsApi.html" title="TreezorClient::CountryRestrictionGroupsApi (class)">CountryRestrictionGroupsApi</a></span>
311
-
312
- <small>(TreezorClient)</small>
313
-
314
- </li>
315
-
316
- </ul>
317
- </ul>
318
-
319
-
320
- <ul id="alpha_D" class="alpha">
321
- <li class="letter">D</li>
322
- <ul>
323
-
324
- <li>
325
- <span class='object_link'><a href="TreezorClient/Document.html" title="TreezorClient::Document (class)">Document</a></span>
326
-
327
- <small>(TreezorClient)</small>
328
-
329
- </li>
330
-
331
- <li>
332
- <span class='object_link'><a href="TreezorClient/DocumentApi.html" title="TreezorClient::DocumentApi (class)">DocumentApi</a></span>
333
-
334
- <small>(TreezorClient)</small>
335
-
336
- </li>
337
-
338
- </ul>
339
- </ul>
340
-
341
-
342
- <ul id="alpha_E" class="alpha">
343
- <li class="letter">E</li>
344
- <ul>
345
-
346
- <li>
347
- <span class='object_link'><a href="TreezorClient/Body10/EnumAttributeValidator.html" title="TreezorClient::Body10::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
348
-
349
- <small>(TreezorClient::Body10)</small>
350
-
351
- </li>
352
-
353
- <li>
354
- <span class='object_link'><a href="TreezorClient/Body/EnumAttributeValidator.html" title="TreezorClient::Body::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
355
-
356
- <small>(TreezorClient::Body)</small>
357
-
358
- </li>
359
-
360
- <li>
361
- <span class='object_link'><a href="TreezorClient/Card/EnumAttributeValidator.html" title="TreezorClient::Card::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
362
-
363
- <small>(TreezorClient::Card)</small>
364
-
365
- </li>
366
-
367
- <li>
368
- <span class='object_link'><a href="TreezorClient/MccRestrictionGroup/EnumAttributeValidator.html" title="TreezorClient::MccRestrictionGroup::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
369
-
370
- <small>(TreezorClient::MccRestrictionGroup)</small>
371
-
372
- </li>
373
-
374
- <li>
375
- <span class='object_link'><a href="TreezorClient/User/EnumAttributeValidator.html" title="TreezorClient::User::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
376
-
377
- <small>(TreezorClient::User)</small>
378
-
379
- </li>
380
-
381
- <li>
382
- <span class='object_link'><a href="TreezorClient/InlineResponse2005Businessinformations/EnumAttributeValidator.html" title="TreezorClient::InlineResponse2005Businessinformations::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
383
-
384
- <small>(TreezorClient::InlineResponse2005Businessinformations)</small>
385
-
386
- </li>
387
-
388
- <li>
389
- <span class='object_link'><a href="TreezorClient/Payin/EnumAttributeValidator.html" title="TreezorClient::Payin::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
390
-
391
- <small>(TreezorClient::Payin)</small>
392
-
393
- </li>
394
-
395
- <li>
396
- <span class='object_link'><a href="TreezorClient/Body5/EnumAttributeValidator.html" title="TreezorClient::Body5::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
397
-
398
- <small>(TreezorClient::Body5)</small>
399
-
400
- </li>
401
-
402
- <li>
403
- <span class='object_link'><a href="TreezorClient/Body6/EnumAttributeValidator.html" title="TreezorClient::Body6::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
404
-
405
- <small>(TreezorClient::Body6)</small>
406
-
407
- </li>
408
-
409
- <li>
410
- <span class='object_link'><a href="TreezorClient/Body7/EnumAttributeValidator.html" title="TreezorClient::Body7::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
411
-
412
- <small>(TreezorClient::Body7)</small>
413
-
414
- </li>
415
-
416
- <li>
417
- <span class='object_link'><a href="TreezorClient/Body8/EnumAttributeValidator.html" title="TreezorClient::Body8::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
418
-
419
- <small>(TreezorClient::Body8)</small>
420
-
421
- </li>
422
-
423
- <li>
424
- <span class='object_link'><a href="TreezorClient/Body9/EnumAttributeValidator.html" title="TreezorClient::Body9::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
425
-
426
- <small>(TreezorClient::Body9)</small>
427
-
428
- </li>
429
-
430
- <li>
431
- <span class='object_link'><a href="TreezorClient/Payout/EnumAttributeValidator.html" title="TreezorClient::Payout::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
432
-
433
- <small>(TreezorClient::Payout)</small>
434
-
435
- </li>
436
-
437
- <li>
438
- <span class='object_link'><a href="TreezorClient/BusinesssearchsBusinessinformations/EnumAttributeValidator.html" title="TreezorClient::BusinesssearchsBusinessinformations::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
439
-
440
- <small>(TreezorClient::BusinesssearchsBusinessinformations)</small>
441
-
442
- </li>
443
-
444
- <li>
445
- <span class='object_link'><a href="TreezorClient/Wallet/EnumAttributeValidator.html" title="TreezorClient::Wallet::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
446
-
447
- <small>(TreezorClient::Wallet)</small>
448
-
449
- </li>
450
-
451
- <li>
452
- <span class='object_link'><a href="TreezorClient/Mandate/EnumAttributeValidator.html" title="TreezorClient::Mandate::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
453
-
454
- <small>(TreezorClient::Mandate)</small>
455
-
456
- </li>
457
-
458
- <li>
459
- <span class='object_link'><a href="TreezorClient/Document/EnumAttributeValidator.html" title="TreezorClient::Document::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
460
-
461
- <small>(TreezorClient::Document)</small>
462
-
463
- </li>
464
-
465
- <li>
466
- <span class='object_link'><a href="TreezorClient/Transfer/EnumAttributeValidator.html" title="TreezorClient::Transfer::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
467
-
468
- <small>(TreezorClient::Transfer)</small>
469
-
470
- </li>
471
-
472
- <li>
473
- <span class='object_link'><a href="TreezorClient/Bankaccount/EnumAttributeValidator.html" title="TreezorClient::Bankaccount::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
474
-
475
- <small>(TreezorClient::Bankaccount)</small>
476
-
477
- </li>
478
-
479
- <li>
480
- <span class='object_link'><a href="TreezorClient/MerchantIdRestrictionGroup/EnumAttributeValidator.html" title="TreezorClient::MerchantIdRestrictionGroup::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
481
-
482
- <small>(TreezorClient::MerchantIdRestrictionGroup)</small>
483
-
484
- </li>
485
-
486
- <li>
487
- <span class='object_link'><a href="TreezorClient/Payinrefund/EnumAttributeValidator.html" title="TreezorClient::Payinrefund::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
488
-
489
- <small>(TreezorClient::Payinrefund)</small>
490
-
491
- </li>
492
-
493
- <li>
494
- <span class='object_link'><a href="TreezorClient/InlineResponse2005Users/EnumAttributeValidator.html" title="TreezorClient::InlineResponse2005Users::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
495
-
496
- <small>(TreezorClient::InlineResponse2005Users)</small>
497
-
498
- </li>
499
-
500
- <li>
501
- <span class='object_link'><a href="TreezorClient/Transferrefund/EnumAttributeValidator.html" title="TreezorClient::Transferrefund::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
502
-
503
- <small>(TreezorClient::Transferrefund)</small>
504
-
505
- </li>
506
-
507
- <li>
508
- <span class='object_link'><a href="TreezorClient/Error.html" title="TreezorClient::Error (class)">Error</a></span>
509
-
510
- <small>(TreezorClient)</small>
511
-
512
- </li>
513
-
514
- </ul>
515
- </ul>
516
-
517
-
518
- <ul id="alpha_H" class="alpha">
519
- <li class="letter">H</li>
520
- <ul>
521
-
522
- <li>
523
- <span class='object_link'><a href="TreezorClient/HeartbeatApi.html" title="TreezorClient::HeartbeatApi (class)">HeartbeatApi</a></span>
524
-
525
- <small>(TreezorClient)</small>
526
-
527
- </li>
528
-
529
- </ul>
530
- </ul>
531
-
532
-
533
- <ul id="alpha_I" class="alpha">
534
- <li class="letter">I</li>
535
- <ul>
536
-
537
- <li>
538
- <span class='object_link'><a href="TreezorClient/InlineResponse200.html" title="TreezorClient::InlineResponse200 (class)">InlineResponse200</a></span>
539
-
540
- <small>(TreezorClient)</small>
541
-
542
- </li>
543
-
544
- <li>
545
- <span class='object_link'><a href="TreezorClient/InlineResponse2001.html" title="TreezorClient::InlineResponse2001 (class)">InlineResponse2001</a></span>
546
-
547
- <small>(TreezorClient)</small>
548
-
549
- </li>
550
-
551
- <li>
552
- <span class='object_link'><a href="TreezorClient/InlineResponse20010.html" title="TreezorClient::InlineResponse20010 (class)">InlineResponse20010</a></span>
553
-
554
- <small>(TreezorClient)</small>
555
-
556
- </li>
557
-
558
- <li>
559
- <span class='object_link'><a href="TreezorClient/InlineResponse20010Cardtransactions.html" title="TreezorClient::InlineResponse20010Cardtransactions (class)">InlineResponse20010Cardtransactions</a></span>
560
-
561
- <small>(TreezorClient)</small>
562
-
563
- </li>
564
-
565
- <li>
566
- <span class='object_link'><a href="TreezorClient/InlineResponse20011.html" title="TreezorClient::InlineResponse20011 (class)">InlineResponse20011</a></span>
567
-
568
- <small>(TreezorClient)</small>
569
-
570
- </li>
571
-
572
- <li>
573
- <span class='object_link'><a href="TreezorClient/InlineResponse20012.html" title="TreezorClient::InlineResponse20012 (class)">InlineResponse20012</a></span>
574
-
575
- <small>(TreezorClient)</small>
576
-
577
- </li>
578
-
579
- <li>
580
- <span class='object_link'><a href="TreezorClient/InlineResponse20013.html" title="TreezorClient::InlineResponse20013 (class)">InlineResponse20013</a></span>
581
-
582
- <small>(TreezorClient)</small>
583
-
584
- </li>
585
-
586
- <li>
587
- <span class='object_link'><a href="TreezorClient/InlineResponse20014.html" title="TreezorClient::InlineResponse20014 (class)">InlineResponse20014</a></span>
588
-
589
- <small>(TreezorClient)</small>
590
-
591
- </li>
592
-
593
- <li>
594
- <span class='object_link'><a href="TreezorClient/InlineResponse20015.html" title="TreezorClient::InlineResponse20015 (class)">InlineResponse20015</a></span>
595
-
596
- <small>(TreezorClient)</small>
597
-
598
- </li>
599
-
600
- <li>
601
- <span class='object_link'><a href="TreezorClient/InlineResponse20016.html" title="TreezorClient::InlineResponse20016 (class)">InlineResponse20016</a></span>
602
-
603
- <small>(TreezorClient)</small>
604
-
605
- </li>
606
-
607
- <li>
608
- <span class='object_link'><a href="TreezorClient/InlineResponse20017.html" title="TreezorClient::InlineResponse20017 (class)">InlineResponse20017</a></span>
609
-
610
- <small>(TreezorClient)</small>
611
-
612
- </li>
613
-
614
- <li>
615
- <span class='object_link'><a href="TreezorClient/InlineResponse20018.html" title="TreezorClient::InlineResponse20018 (class)">InlineResponse20018</a></span>
616
-
617
- <small>(TreezorClient)</small>
618
-
619
- </li>
620
-
621
- <li>
622
- <span class='object_link'><a href="TreezorClient/InlineResponse20019.html" title="TreezorClient::InlineResponse20019 (class)">InlineResponse20019</a></span>
623
-
624
- <small>(TreezorClient)</small>
625
-
626
- </li>
627
-
628
- <li>
629
- <span class='object_link'><a href="TreezorClient/InlineResponse2002.html" title="TreezorClient::InlineResponse2002 (class)">InlineResponse2002</a></span>
630
-
631
- <small>(TreezorClient)</small>
632
-
633
- </li>
634
-
635
- <li>
636
- <span class='object_link'><a href="TreezorClient/InlineResponse20020.html" title="TreezorClient::InlineResponse20020 (class)">InlineResponse20020</a></span>
637
-
638
- <small>(TreezorClient)</small>
639
-
640
- </li>
641
-
642
- <li>
643
- <span class='object_link'><a href="TreezorClient/InlineResponse20021.html" title="TreezorClient::InlineResponse20021 (class)">InlineResponse20021</a></span>
644
-
645
- <small>(TreezorClient)</small>
646
-
647
- </li>
648
-
649
- <li>
650
- <span class='object_link'><a href="TreezorClient/InlineResponse20022.html" title="TreezorClient::InlineResponse20022 (class)">InlineResponse20022</a></span>
651
-
652
- <small>(TreezorClient)</small>
653
-
654
- </li>
655
-
656
- <li>
657
- <span class='object_link'><a href="TreezorClient/InlineResponse20023.html" title="TreezorClient::InlineResponse20023 (class)">InlineResponse20023</a></span>
658
-
659
- <small>(TreezorClient)</small>
660
-
661
- </li>
662
-
663
- <li>
664
- <span class='object_link'><a href="TreezorClient/InlineResponse20024.html" title="TreezorClient::InlineResponse20024 (class)">InlineResponse20024</a></span>
665
-
666
- <small>(TreezorClient)</small>
667
-
668
- </li>
669
-
670
- <li>
671
- <span class='object_link'><a href="TreezorClient/InlineResponse20025.html" title="TreezorClient::InlineResponse20025 (class)">InlineResponse20025</a></span>
672
-
673
- <small>(TreezorClient)</small>
674
-
675
- </li>
676
-
677
- <li>
678
- <span class='object_link'><a href="TreezorClient/InlineResponse2003.html" title="TreezorClient::InlineResponse2003 (class)">InlineResponse2003</a></span>
679
-
680
- <small>(TreezorClient)</small>
681
-
682
- </li>
683
-
684
- <li>
685
- <span class='object_link'><a href="TreezorClient/InlineResponse2004.html" title="TreezorClient::InlineResponse2004 (class)">InlineResponse2004</a></span>
686
-
687
- <small>(TreezorClient)</small>
688
-
689
- </li>
690
-
691
- <li>
692
- <span class='object_link'><a href="TreezorClient/InlineResponse2005.html" title="TreezorClient::InlineResponse2005 (class)">InlineResponse2005</a></span>
693
-
694
- <small>(TreezorClient)</small>
695
-
696
- </li>
697
-
698
- <li>
699
- <span class='object_link'><a href="TreezorClient/InlineResponse2005Businessinformations.html" title="TreezorClient::InlineResponse2005Businessinformations (class)">InlineResponse2005Businessinformations</a></span>
700
-
701
- <small>(TreezorClient)</small>
702
-
703
- </li>
704
-
705
- <li>
706
- <span class='object_link'><a href="TreezorClient/InlineResponse2005Users.html" title="TreezorClient::InlineResponse2005Users (class)">InlineResponse2005Users</a></span>
707
-
708
- <small>(TreezorClient)</small>
709
-
710
- </li>
711
-
712
- <li>
713
- <span class='object_link'><a href="TreezorClient/InlineResponse2006.html" title="TreezorClient::InlineResponse2006 (class)">InlineResponse2006</a></span>
714
-
715
- <small>(TreezorClient)</small>
716
-
717
- </li>
718
-
719
- <li>
720
- <span class='object_link'><a href="TreezorClient/InlineResponse2007.html" title="TreezorClient::InlineResponse2007 (class)">InlineResponse2007</a></span>
721
-
722
- <small>(TreezorClient)</small>
723
-
724
- </li>
725
-
726
- <li>
727
- <span class='object_link'><a href="TreezorClient/InlineResponse2007Cardimages.html" title="TreezorClient::InlineResponse2007Cardimages (class)">InlineResponse2007Cardimages</a></span>
728
-
729
- <small>(TreezorClient)</small>
730
-
731
- </li>
732
-
733
- <li>
734
- <span class='object_link'><a href="TreezorClient/InlineResponse2008.html" title="TreezorClient::InlineResponse2008 (class)">InlineResponse2008</a></span>
735
-
736
- <small>(TreezorClient)</small>
737
-
738
- </li>
739
-
740
- <li>
741
- <span class='object_link'><a href="TreezorClient/InlineResponse2009.html" title="TreezorClient::InlineResponse2009 (class)">InlineResponse2009</a></span>
742
-
743
- <small>(TreezorClient)</small>
744
-
745
- </li>
746
-
747
- <li>
748
- <span class='object_link'><a href="TreezorClient/InlineResponseDefault.html" title="TreezorClient::InlineResponseDefault (class)">InlineResponseDefault</a></span>
749
-
750
- <small>(TreezorClient)</small>
751
-
752
- </li>
753
-
754
- <li>
755
- <span class='object_link'><a href="TreezorClient/IssuerInitiatedDigitizationDataApi.html" title="TreezorClient::IssuerInitiatedDigitizationDataApi (class)">IssuerInitiatedDigitizationDataApi</a></span>
756
-
757
- <small>(TreezorClient)</small>
758
-
759
- </li>
760
-
761
- <li>
762
- <span class='object_link'><a href="TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalData.html" title="TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalData (class)">IssuerInitiatedDigitizationDatasAdditionnalData</a></span>
763
-
764
- <small>(TreezorClient)</small>
765
-
766
- </li>
767
-
768
- <li>
769
- <span class='object_link'><a href="TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.html" title="TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates (class)">IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates</a></span>
770
-
771
- <small>(TreezorClient)</small>
772
-
773
- </li>
774
-
775
- </ul>
776
- </ul>
777
-
778
-
779
- </td><td valign='top' width="33%">
780
-
781
-
782
- <ul id="alpha_M" class="alpha">
783
- <li class="letter">M</li>
784
- <ul>
785
-
786
- <li>
787
- <span class='object_link'><a href="TreezorClient/Mandate.html" title="TreezorClient::Mandate (class)">Mandate</a></span>
788
-
789
- <small>(TreezorClient)</small>
790
-
791
- </li>
792
-
793
- <li>
794
- <span class='object_link'><a href="TreezorClient/MandateApi.html" title="TreezorClient::MandateApi (class)">MandateApi</a></span>
795
-
796
- <small>(TreezorClient)</small>
797
-
798
- </li>
799
-
800
- <li>
801
- <span class='object_link'><a href="TreezorClient/MccRestrictionGroup.html" title="TreezorClient::MccRestrictionGroup (class)">MccRestrictionGroup</a></span>
802
-
803
- <small>(TreezorClient)</small>
804
-
805
- </li>
806
-
807
- <li>
808
- <span class='object_link'><a href="TreezorClient/MccRestrictionGroupsApi.html" title="TreezorClient::MccRestrictionGroupsApi (class)">MccRestrictionGroupsApi</a></span>
809
-
810
- <small>(TreezorClient)</small>
811
-
812
- </li>
813
-
814
- <li>
815
- <span class='object_link'><a href="TreezorClient/MerchantIdRestrictionGroup.html" title="TreezorClient::MerchantIdRestrictionGroup (class)">MerchantIdRestrictionGroup</a></span>
816
-
817
- <small>(TreezorClient)</small>
818
-
819
- </li>
820
-
821
- <li>
822
- <span class='object_link'><a href="TreezorClient/MerchantIdRestrictionGroupsApi.html" title="TreezorClient::MerchantIdRestrictionGroupsApi (class)">MerchantIdRestrictionGroupsApi</a></span>
823
-
824
- <small>(TreezorClient)</small>
825
-
826
- </li>
827
-
828
- </ul>
829
- </ul>
830
-
831
-
832
- <ul id="alpha_P" class="alpha">
833
- <li class="letter">P</li>
834
- <ul>
835
-
836
- <li>
837
- <span class='object_link'><a href="TreezorClient/Payin.html" title="TreezorClient::Payin (class)">Payin</a></span>
838
-
839
- <small>(TreezorClient)</small>
840
-
841
- </li>
842
-
843
- <li>
844
- <span class='object_link'><a href="TreezorClient/PayinApi.html" title="TreezorClient::PayinApi (class)">PayinApi</a></span>
845
-
846
- <small>(TreezorClient)</small>
847
-
848
- </li>
849
-
850
- <li>
851
- <span class='object_link'><a href="TreezorClient/Payinrefund.html" title="TreezorClient::Payinrefund (class)">Payinrefund</a></span>
852
-
853
- <small>(TreezorClient)</small>
854
-
855
- </li>
856
-
857
- <li>
858
- <span class='object_link'><a href="TreezorClient/PayinrefundApi.html" title="TreezorClient::PayinrefundApi (class)">PayinrefundApi</a></span>
859
-
860
- <small>(TreezorClient)</small>
861
-
862
- </li>
863
-
864
- <li>
865
- <span class='object_link'><a href="TreezorClient/Payout.html" title="TreezorClient::Payout (class)">Payout</a></span>
866
-
867
- <small>(TreezorClient)</small>
868
-
869
- </li>
870
-
871
- <li>
872
- <span class='object_link'><a href="TreezorClient/PayoutApi.html" title="TreezorClient::PayoutApi (class)">PayoutApi</a></span>
873
-
874
- <small>(TreezorClient)</small>
875
-
876
- </li>
877
-
878
- </ul>
879
- </ul>
880
-
881
-
882
- <ul id="alpha_T" class="alpha">
883
- <li class="letter">T</li>
884
- <ul>
885
-
886
- <li>
887
- <span class='object_link'><a href="TreezorClient/Tav.html" title="TreezorClient::Tav (class)">Tav</a></span>
888
-
889
- <small>(TreezorClient)</small>
890
-
891
- </li>
892
-
893
- <li>
894
- <span class='object_link'><a href="TreezorClient/Transaction.html" title="TreezorClient::Transaction (class)">Transaction</a></span>
895
-
896
- <small>(TreezorClient)</small>
897
-
898
- </li>
899
-
900
- <li>
901
- <span class='object_link'><a href="TreezorClient/TransactionApi.html" title="TreezorClient::TransactionApi (class)">TransactionApi</a></span>
902
-
903
- <small>(TreezorClient)</small>
904
-
905
- </li>
906
-
907
- <li>
908
- <span class='object_link'><a href="TreezorClient/Transfer.html" title="TreezorClient::Transfer (class)">Transfer</a></span>
909
-
910
- <small>(TreezorClient)</small>
911
-
912
- </li>
913
-
914
- <li>
915
- <span class='object_link'><a href="TreezorClient/TransferApi.html" title="TreezorClient::TransferApi (class)">TransferApi</a></span>
916
-
917
- <small>(TreezorClient)</small>
918
-
919
- </li>
920
-
921
- <li>
922
- <span class='object_link'><a href="TreezorClient/Transferrefund.html" title="TreezorClient::Transferrefund (class)">Transferrefund</a></span>
923
-
924
- <small>(TreezorClient)</small>
925
-
926
- </li>
927
-
928
- <li>
929
- <span class='object_link'><a href="TreezorClient/TransferrefundApi.html" title="TreezorClient::TransferrefundApi (class)">TransferrefundApi</a></span>
930
-
931
- <small>(TreezorClient)</small>
932
-
933
- </li>
934
-
935
- <li>
936
- <span class='object_link'><a href="TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span>
937
-
938
- </li>
939
-
940
- </ul>
941
- </ul>
942
-
943
-
944
- <ul id="alpha_U" class="alpha">
945
- <li class="letter">U</li>
946
- <ul>
947
-
948
- <li>
949
- <span class='object_link'><a href="TreezorClient/User.html" title="TreezorClient::User (class)">User</a></span>
950
-
951
- <small>(TreezorClient)</small>
952
-
953
- </li>
954
-
955
- <li>
956
- <span class='object_link'><a href="TreezorClient/UserApi.html" title="TreezorClient::UserApi (class)">UserApi</a></span>
957
-
958
- <small>(TreezorClient)</small>
959
-
960
- </li>
961
-
962
- </ul>
963
- </ul>
964
-
965
-
966
- <ul id="alpha_V" class="alpha">
967
- <li class="letter">V</li>
968
- <ul>
969
-
970
- <li>
971
- <span class='object_link'><a href="TreezorClient/Virtualiban.html" title="TreezorClient::Virtualiban (class)">Virtualiban</a></span>
972
-
973
- <small>(TreezorClient)</small>
974
-
975
- </li>
976
-
977
- <li>
978
- <span class='object_link'><a href="TreezorClient/VirtualibansApi.html" title="TreezorClient::VirtualibansApi (class)">VirtualibansApi</a></span>
979
-
980
- <small>(TreezorClient)</small>
981
-
982
- </li>
983
-
984
- </ul>
985
- </ul>
986
-
987
-
988
- <ul id="alpha_W" class="alpha">
989
- <li class="letter">W</li>
990
- <ul>
991
-
992
- <li>
993
- <span class='object_link'><a href="TreezorClient/Wallet.html" title="TreezorClient::Wallet (class)">Wallet</a></span>
994
-
995
- <small>(TreezorClient)</small>
996
-
997
- </li>
998
-
999
- <li>
1000
- <span class='object_link'><a href="TreezorClient/WalletApi.html" title="TreezorClient::WalletApi (class)">WalletApi</a></span>
1001
-
1002
- <small>(TreezorClient)</small>
1003
-
1004
- </li>
1005
-
1006
- </ul>
1007
- </ul>
1008
-
1009
- </td>
1010
- </tr>
1011
- </table>
1012
-
1013
- </div>
1014
-
1015
- </div>
1016
-
1017
- <div id="footer">
1018
- Generated on Wed Aug 8 17:38:56 2018 by
1019
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1020
- 0.9.15 (ruby-2.5.1).
1021
- </div>
1022
-
1023
- </div>
1024
- </body>
1025
- </html>