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
@@ -1,2560 +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
- Class: TreezorClient::Bankaccount
8
-
9
- &mdash; Documentation by YARD 0.9.15
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "TreezorClient::Bankaccount";
19
- relpath = '../';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="../class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="../_index.html">Index (B)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span></span>
41
- &raquo;
42
- <span class="title">Bankaccount</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="../class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: TreezorClient::Bankaccount
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Object</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">TreezorClient::Bankaccount</li>
78
-
79
- </ul>
80
- <a href="#" class="inheritanceTree">show all</a>
81
-
82
- </dd>
83
- </dl>
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
- <dl>
96
- <dt>Defined in:</dt>
97
- <dd>lib/treezor_client/models/bankaccount.rb</dd>
98
- </dl>
99
-
100
- </div>
101
-
102
- <h2>Defined Under Namespace</h2>
103
- <p class="children">
104
-
105
-
106
-
107
-
108
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Bankaccount/EnumAttributeValidator.html" title="TreezorClient::Bankaccount::EnumAttributeValidator (class)">EnumAttributeValidator</a></span>
109
-
110
-
111
- </p>
112
-
113
-
114
-
115
-
116
- <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
117
- <ul class="summary">
118
-
119
- <li class="public ">
120
- <span class="summary_signature">
121
-
122
- <a href="#bankaccount_bic-instance_method" title="#bankaccount_bic (instance method)">#<strong>bankaccount_bic</strong> &#x21d2; Object </a>
123
-
124
-
125
-
126
- </span>
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
- <span class="summary_desc"><div class='inline'>
140
- <p>Returns the value of attribute bankaccount_bic.</p>
141
- </div></span>
142
-
143
- </li>
144
-
145
-
146
- <li class="public ">
147
- <span class="summary_signature">
148
-
149
- <a href="#bankaccount_iban-instance_method" title="#bankaccount_iban (instance method)">#<strong>bankaccount_iban</strong> &#x21d2; Object </a>
150
-
151
-
152
-
153
- </span>
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
- <span class="summary_desc"><div class='inline'>
167
- <p>Returns the value of attribute bankaccount_iban.</p>
168
- </div></span>
169
-
170
- </li>
171
-
172
-
173
- <li class="public ">
174
- <span class="summary_signature">
175
-
176
- <a href="#bankaccount_id-instance_method" title="#bankaccount_id (instance method)">#<strong>bankaccount_id</strong> &#x21d2; Object </a>
177
-
178
-
179
-
180
- </span>
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
- <span class="summary_desc"><div class='inline'>
194
- <p>Returns the value of attribute bankaccount_id.</p>
195
- </div></span>
196
-
197
- </li>
198
-
199
-
200
- <li class="public ">
201
- <span class="summary_signature">
202
-
203
- <a href="#bankaccount_owner_address-instance_method" title="#bankaccount_owner_address (instance method)">#<strong>bankaccount_owner_address</strong> &#x21d2; Object </a>
204
-
205
-
206
-
207
- </span>
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
- <span class="summary_desc"><div class='inline'>
221
- <p>Returns the value of attribute bankaccount_owner_address.</p>
222
- </div></span>
223
-
224
- </li>
225
-
226
-
227
- <li class="public ">
228
- <span class="summary_signature">
229
-
230
- <a href="#bankaccount_owner_name-instance_method" title="#bankaccount_owner_name (instance method)">#<strong>bankaccount_owner_name</strong> &#x21d2; Object </a>
231
-
232
-
233
-
234
- </span>
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
- <span class="summary_desc"><div class='inline'>
248
- <p>Returns the value of attribute bankaccount_owner_name.</p>
249
- </div></span>
250
-
251
- </li>
252
-
253
-
254
- <li class="public ">
255
- <span class="summary_signature">
256
-
257
- <a href="#bankaccount_status-instance_method" title="#bankaccount_status (instance method)">#<strong>bankaccount_status</strong> &#x21d2; Object </a>
258
-
259
-
260
-
261
- </span>
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
- <span class="summary_desc"><div class='inline'>
275
- <p>Returns the value of attribute bankaccount_status.</p>
276
- </div></span>
277
-
278
- </li>
279
-
280
-
281
- <li class="public ">
282
- <span class="summary_signature">
283
-
284
- <a href="#bankaccount_type-instance_method" title="#bankaccount_type (instance method)">#<strong>bankaccount_type</strong> &#x21d2; Object </a>
285
-
286
-
287
-
288
- </span>
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
- <span class="summary_desc"><div class='inline'>
302
- <p>Returns the value of attribute bankaccount_type.</p>
303
- </div></span>
304
-
305
- </li>
306
-
307
-
308
- <li class="public ">
309
- <span class="summary_signature">
310
-
311
- <a href="#created_date-instance_method" title="#created_date (instance method)">#<strong>created_date</strong> &#x21d2; Object </a>
312
-
313
-
314
-
315
- </span>
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
- <span class="summary_desc"><div class='inline'>
329
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
330
- </div></span>
331
-
332
- </li>
333
-
334
-
335
- <li class="public ">
336
- <span class="summary_signature">
337
-
338
- <a href="#modified_date-instance_method" title="#modified_date (instance method)">#<strong>modified_date</strong> &#x21d2; Object </a>
339
-
340
-
341
-
342
- </span>
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
- <span class="summary_desc"><div class='inline'>
356
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
357
- </div></span>
358
-
359
- </li>
360
-
361
-
362
- <li class="public ">
363
- <span class="summary_signature">
364
-
365
- <a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> &#x21d2; Object </a>
366
-
367
-
368
-
369
- </span>
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
- <span class="summary_desc"><div class='inline'>
383
- <p>Returns the value of attribute name.</p>
384
- </div></span>
385
-
386
- </li>
387
-
388
-
389
- <li class="public ">
390
- <span class="summary_signature">
391
-
392
- <a href="#total_rows-instance_method" title="#total_rows (instance method)">#<strong>total_rows</strong> &#x21d2; Object </a>
393
-
394
-
395
-
396
- </span>
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
- <span class="summary_desc"><div class='inline'>
410
- <p>Returns the value of attribute total_rows.</p>
411
- </div></span>
412
-
413
- </li>
414
-
415
-
416
- <li class="public ">
417
- <span class="summary_signature">
418
-
419
- <a href="#user_id-instance_method" title="#user_id (instance method)">#<strong>user_id</strong> &#x21d2; Object </a>
420
-
421
-
422
-
423
- </span>
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
- <span class="summary_desc"><div class='inline'>
437
- <p>Returns the value of attribute user_id.</p>
438
- </div></span>
439
-
440
- </li>
441
-
442
-
443
- </ul>
444
-
445
-
446
-
447
-
448
-
449
- <h2>
450
- Class Method Summary
451
- <small><a href="#" class="summary_toggle">collapse</a></small>
452
- </h2>
453
-
454
- <ul class="summary">
455
-
456
- <li class="public ">
457
- <span class="summary_signature">
458
-
459
- <a href="#attribute_map-class_method" title="attribute_map (class method)">.<strong>attribute_map</strong> &#x21d2; Object </a>
460
-
461
-
462
-
463
- </span>
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
- <span class="summary_desc"><div class='inline'>
474
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
475
- </div></span>
476
-
477
- </li>
478
-
479
-
480
- <li class="public ">
481
- <span class="summary_signature">
482
-
483
- <a href="#swagger_types-class_method" title="swagger_types (class method)">.<strong>swagger_types</strong> &#x21d2; Object </a>
484
-
485
-
486
-
487
- </span>
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
- <span class="summary_desc"><div class='inline'>
498
- <p>Attribute type mapping.</p>
499
- </div></span>
500
-
501
- </li>
502
-
503
-
504
- </ul>
505
-
506
- <h2>
507
- Instance Method Summary
508
- <small><a href="#" class="summary_toggle">collapse</a></small>
509
- </h2>
510
-
511
- <ul class="summary">
512
-
513
- <li class="public ">
514
- <span class="summary_signature">
515
-
516
- <a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(o) &#x21d2; Object </a>
517
-
518
-
519
-
520
- </span>
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
- <span class="summary_desc"><div class='inline'>
531
- <p>Checks equality by comparing each attribute.</p>
532
- </div></span>
533
-
534
- </li>
535
-
536
-
537
- <li class="public ">
538
- <span class="summary_signature">
539
-
540
- <a href="#_deserialize-instance_method" title="#_deserialize (instance method)">#<strong>_deserialize</strong>(type, value) &#x21d2; Object </a>
541
-
542
-
543
-
544
- </span>
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
- <span class="summary_desc"><div class='inline'>
555
- <p>Deserializes the data based on type.</p>
556
- </div></span>
557
-
558
- </li>
559
-
560
-
561
- <li class="public ">
562
- <span class="summary_signature">
563
-
564
- <a href="#_to_hash-instance_method" title="#_to_hash (instance method)">#<strong>_to_hash</strong>(value) &#x21d2; Hash </a>
565
-
566
-
567
-
568
- </span>
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
- <span class="summary_desc"><div class='inline'>
579
- <p>Outputs non-array value in the form of hash For object, use to_hash.</p>
580
- </div></span>
581
-
582
- </li>
583
-
584
-
585
- <li class="public ">
586
- <span class="summary_signature">
587
-
588
- <a href="#build_from_hash-instance_method" title="#build_from_hash (instance method)">#<strong>build_from_hash</strong>(attributes) &#x21d2; Object </a>
589
-
590
-
591
-
592
- </span>
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
- <span class="summary_desc"><div class='inline'>
603
- <p>Builds the object from hash.</p>
604
- </div></span>
605
-
606
- </li>
607
-
608
-
609
- <li class="public ">
610
- <span class="summary_signature">
611
-
612
- <a href="#eql%3F-instance_method" title="#eql? (instance method)">#<strong>eql?</strong>(o) &#x21d2; Boolean </a>
613
-
614
-
615
-
616
- </span>
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
- <span class="summary_desc"><div class='inline'></div></span>
627
-
628
- </li>
629
-
630
-
631
- <li class="public ">
632
- <span class="summary_signature">
633
-
634
- <a href="#hash-instance_method" title="#hash (instance method)">#<strong>hash</strong> &#x21d2; Fixnum </a>
635
-
636
-
637
-
638
- </span>
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
- <span class="summary_desc"><div class='inline'>
649
- <p>Calculates hash code according to all attributes.</p>
650
- </div></span>
651
-
652
- </li>
653
-
654
-
655
- <li class="public ">
656
- <span class="summary_signature">
657
-
658
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(attributes = {}) &#x21d2; Bankaccount </a>
659
-
660
-
661
-
662
- </span>
663
-
664
-
665
- <span class="note title constructor">constructor</span>
666
-
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
- <span class="summary_desc"><div class='inline'>
675
- <p>Initializes the object.</p>
676
- </div></span>
677
-
678
- </li>
679
-
680
-
681
- <li class="public ">
682
- <span class="summary_signature">
683
-
684
- <a href="#list_invalid_properties-instance_method" title="#list_invalid_properties (instance method)">#<strong>list_invalid_properties</strong> &#x21d2; Object </a>
685
-
686
-
687
-
688
- </span>
689
-
690
-
691
-
692
-
693
-
694
-
695
-
696
-
697
-
698
- <span class="summary_desc"><div class='inline'>
699
- <p>Show invalid properties with the reasons.</p>
700
- </div></span>
701
-
702
- </li>
703
-
704
-
705
- <li class="public ">
706
- <span class="summary_signature">
707
-
708
- <a href="#to_body-instance_method" title="#to_body (instance method)">#<strong>to_body</strong> &#x21d2; Hash </a>
709
-
710
-
711
-
712
- </span>
713
-
714
-
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
- <span class="summary_desc"><div class='inline'>
723
- <p>to_body is an alias to to_hash (backward compatibility).</p>
724
- </div></span>
725
-
726
- </li>
727
-
728
-
729
- <li class="public ">
730
- <span class="summary_signature">
731
-
732
- <a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> &#x21d2; Hash </a>
733
-
734
-
735
-
736
- </span>
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
-
746
- <span class="summary_desc"><div class='inline'>
747
- <p>Returns the object in the form of hash.</p>
748
- </div></span>
749
-
750
- </li>
751
-
752
-
753
- <li class="public ">
754
- <span class="summary_signature">
755
-
756
- <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; String </a>
757
-
758
-
759
-
760
- </span>
761
-
762
-
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
- <span class="summary_desc"><div class='inline'>
771
- <p>Returns the string representation of the object.</p>
772
- </div></span>
773
-
774
- </li>
775
-
776
-
777
- <li class="public ">
778
- <span class="summary_signature">
779
-
780
- <a href="#valid%3F-instance_method" title="#valid? (instance method)">#<strong>valid?</strong> &#x21d2; Boolean </a>
781
-
782
-
783
-
784
- </span>
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
- <span class="summary_desc"><div class='inline'>
795
- <p>Check to see if the all the properties in the model are valid.</p>
796
- </div></span>
797
-
798
- </li>
799
-
800
-
801
- </ul>
802
-
803
-
804
- <div id="constructor_details" class="method_details_list">
805
- <h2>Constructor Details</h2>
806
-
807
- <div class="method_details first">
808
- <h3 class="signature first" id="initialize-instance_method">
809
-
810
- #<strong>initialize</strong>(attributes = {}) &#x21d2; <tt><span class='object_link'><a href="" title="TreezorClient::Bankaccount (class)">Bankaccount</a></span></tt>
811
-
812
-
813
-
814
-
815
-
816
- </h3><div class="docstring">
817
- <div class="discussion">
818
-
819
- <p>Initializes the object</p>
820
-
821
-
822
- </div>
823
- </div>
824
- <div class="tags">
825
- <p class="tag_title">Parameters:</p>
826
- <ul class="param">
827
-
828
- <li>
829
-
830
- <span class='name'>attributes</span>
831
-
832
-
833
- <span class='type'>(<tt>Hash</tt>)</span>
834
-
835
-
836
- <em class="default">(defaults to: <tt>{}</tt>)</em>
837
-
838
-
839
- &mdash;
840
- <div class='inline'>
841
- <p>Model attributes in the form of hash</p>
842
- </div>
843
-
844
- </li>
845
-
846
- </ul>
847
-
848
-
849
- </div><table class="source_code">
850
- <tr>
851
- <td>
852
- <pre class="lines">
853
-
854
-
855
- 104
856
- 105
857
- 106
858
- 107
859
- 108
860
- 109
861
- 110
862
- 111
863
- 112
864
- 113
865
- 114
866
- 115
867
- 116
868
- 117
869
- 118
870
- 119
871
- 120
872
- 121
873
- 122
874
- 123
875
- 124
876
- 125
877
- 126
878
- 127
879
- 128
880
- 129
881
- 130
882
- 131
883
- 132
884
- 133
885
- 134
886
- 135
887
- 136
888
- 137
889
- 138
890
- 139
891
- 140
892
- 141
893
- 142
894
- 143
895
- 144
896
- 145
897
- 146
898
- 147
899
- 148
900
- 149
901
- 150
902
- 151
903
- 152
904
- 153
905
- 154
906
- 155
907
- 156
908
- 157
909
- 158</pre>
910
- </td>
911
- <td>
912
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 104</span>
913
-
914
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_attributes'>attributes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
915
- <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
916
-
917
- <span class='comment'># convert string to symbol for hash key
918
- </span> <span class='id identifier rubyid_attributes'>attributes</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_each_with_object'>each_with_object</span><span class='lparen'>(</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='lbrace'>{</span><span class='op'>|</span><span class='lparen'>(</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_h'>h</span><span class='op'>|</span> <span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_v'>v</span><span class='rbrace'>}</span>
919
-
920
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountId&#39;</span><span class='rparen'>)</span>
921
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_id'>bankaccount_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountId&#39;</span><span class='rbracket'>]</span>
922
- <span class='kw'>end</span>
923
-
924
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountStatus&#39;</span><span class='rparen'>)</span>
925
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_status'>bankaccount_status</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountStatus&#39;</span><span class='rbracket'>]</span>
926
- <span class='kw'>end</span>
927
-
928
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;userId&#39;</span><span class='rparen'>)</span>
929
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;userId&#39;</span><span class='rbracket'>]</span>
930
- <span class='kw'>end</span>
931
-
932
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;name&#39;</span><span class='rparen'>)</span>
933
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;name&#39;</span><span class='rbracket'>]</span>
934
- <span class='kw'>end</span>
935
-
936
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountOwnerName&#39;</span><span class='rparen'>)</span>
937
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_owner_name'>bankaccount_owner_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountOwnerName&#39;</span><span class='rbracket'>]</span>
938
- <span class='kw'>end</span>
939
-
940
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountOwnerAddress&#39;</span><span class='rparen'>)</span>
941
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_owner_address'>bankaccount_owner_address</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountOwnerAddress&#39;</span><span class='rbracket'>]</span>
942
- <span class='kw'>end</span>
943
-
944
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountIBAN&#39;</span><span class='rparen'>)</span>
945
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_iban'>bankaccount_iban</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountIBAN&#39;</span><span class='rbracket'>]</span>
946
- <span class='kw'>end</span>
947
-
948
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountBIC&#39;</span><span class='rparen'>)</span>
949
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_bic'>bankaccount_bic</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountBIC&#39;</span><span class='rbracket'>]</span>
950
- <span class='kw'>end</span>
951
-
952
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;bankaccountType&#39;</span><span class='rparen'>)</span>
953
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_type'>bankaccount_type</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;bankaccountType&#39;</span><span class='rbracket'>]</span>
954
- <span class='kw'>end</span>
955
-
956
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;createdDate&#39;</span><span class='rparen'>)</span>
957
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_created_date'>created_date</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;createdDate&#39;</span><span class='rbracket'>]</span>
958
- <span class='kw'>end</span>
959
-
960
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;modifiedDate&#39;</span><span class='rparen'>)</span>
961
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_modified_date'>modified_date</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;modifiedDate&#39;</span><span class='rbracket'>]</span>
962
- <span class='kw'>end</span>
963
-
964
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;totalRows&#39;</span><span class='rparen'>)</span>
965
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_total_rows'>total_rows</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;totalRows&#39;</span><span class='rbracket'>]</span>
966
- <span class='kw'>end</span>
967
-
968
- <span class='kw'>end</span></pre>
969
- </td>
970
- </tr>
971
- </table>
972
- </div>
973
-
974
- </div>
975
-
976
- <div id="instance_attr_details" class="attr_details">
977
- <h2>Instance Attribute Details</h2>
978
-
979
-
980
- <span id="bankaccount_bic=-instance_method"></span>
981
- <div class="method_details first">
982
- <h3 class="signature first" id="bankaccount_bic-instance_method">
983
-
984
- #<strong>bankaccount_bic</strong> &#x21d2; <tt>Object</tt>
985
-
986
-
987
-
988
-
989
-
990
- </h3><div class="docstring">
991
- <div class="discussion">
992
-
993
- <p>Returns the value of attribute bankaccount_bic</p>
994
-
995
-
996
- </div>
997
- </div>
998
- <div class="tags">
999
-
1000
-
1001
- </div><table class="source_code">
1002
- <tr>
1003
- <td>
1004
- <pre class="lines">
1005
-
1006
-
1007
- 32
1008
- 33
1009
- 34</pre>
1010
- </td>
1011
- <td>
1012
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 32</span>
1013
-
1014
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_bic'>bankaccount_bic</span>
1015
- <span class='ivar'>@bankaccount_bic</span>
1016
- <span class='kw'>end</span></pre>
1017
- </td>
1018
- </tr>
1019
- </table>
1020
- </div>
1021
-
1022
-
1023
- <span id="bankaccount_iban=-instance_method"></span>
1024
- <div class="method_details ">
1025
- <h3 class="signature " id="bankaccount_iban-instance_method">
1026
-
1027
- #<strong>bankaccount_iban</strong> &#x21d2; <tt>Object</tt>
1028
-
1029
-
1030
-
1031
-
1032
-
1033
- </h3><div class="docstring">
1034
- <div class="discussion">
1035
-
1036
- <p>Returns the value of attribute bankaccount_iban</p>
1037
-
1038
-
1039
- </div>
1040
- </div>
1041
- <div class="tags">
1042
-
1043
-
1044
- </div><table class="source_code">
1045
- <tr>
1046
- <td>
1047
- <pre class="lines">
1048
-
1049
-
1050
- 30
1051
- 31
1052
- 32</pre>
1053
- </td>
1054
- <td>
1055
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 30</span>
1056
-
1057
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_iban'>bankaccount_iban</span>
1058
- <span class='ivar'>@bankaccount_iban</span>
1059
- <span class='kw'>end</span></pre>
1060
- </td>
1061
- </tr>
1062
- </table>
1063
- </div>
1064
-
1065
-
1066
- <span id="bankaccount_id=-instance_method"></span>
1067
- <div class="method_details ">
1068
- <h3 class="signature " id="bankaccount_id-instance_method">
1069
-
1070
- #<strong>bankaccount_id</strong> &#x21d2; <tt>Object</tt>
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- </h3><div class="docstring">
1077
- <div class="discussion">
1078
-
1079
- <p>Returns the value of attribute bankaccount_id</p>
1080
-
1081
-
1082
- </div>
1083
- </div>
1084
- <div class="tags">
1085
-
1086
-
1087
- </div><table class="source_code">
1088
- <tr>
1089
- <td>
1090
- <pre class="lines">
1091
-
1092
-
1093
- 18
1094
- 19
1095
- 20</pre>
1096
- </td>
1097
- <td>
1098
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 18</span>
1099
-
1100
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_id'>bankaccount_id</span>
1101
- <span class='ivar'>@bankaccount_id</span>
1102
- <span class='kw'>end</span></pre>
1103
- </td>
1104
- </tr>
1105
- </table>
1106
- </div>
1107
-
1108
-
1109
- <span id="bankaccount_owner_address=-instance_method"></span>
1110
- <div class="method_details ">
1111
- <h3 class="signature " id="bankaccount_owner_address-instance_method">
1112
-
1113
- #<strong>bankaccount_owner_address</strong> &#x21d2; <tt>Object</tt>
1114
-
1115
-
1116
-
1117
-
1118
-
1119
- </h3><div class="docstring">
1120
- <div class="discussion">
1121
-
1122
- <p>Returns the value of attribute bankaccount_owner_address</p>
1123
-
1124
-
1125
- </div>
1126
- </div>
1127
- <div class="tags">
1128
-
1129
-
1130
- </div><table class="source_code">
1131
- <tr>
1132
- <td>
1133
- <pre class="lines">
1134
-
1135
-
1136
- 28
1137
- 29
1138
- 30</pre>
1139
- </td>
1140
- <td>
1141
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 28</span>
1142
-
1143
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_owner_address'>bankaccount_owner_address</span>
1144
- <span class='ivar'>@bankaccount_owner_address</span>
1145
- <span class='kw'>end</span></pre>
1146
- </td>
1147
- </tr>
1148
- </table>
1149
- </div>
1150
-
1151
-
1152
- <span id="bankaccount_owner_name=-instance_method"></span>
1153
- <div class="method_details ">
1154
- <h3 class="signature " id="bankaccount_owner_name-instance_method">
1155
-
1156
- #<strong>bankaccount_owner_name</strong> &#x21d2; <tt>Object</tt>
1157
-
1158
-
1159
-
1160
-
1161
-
1162
- </h3><div class="docstring">
1163
- <div class="discussion">
1164
-
1165
- <p>Returns the value of attribute bankaccount_owner_name</p>
1166
-
1167
-
1168
- </div>
1169
- </div>
1170
- <div class="tags">
1171
-
1172
-
1173
- </div><table class="source_code">
1174
- <tr>
1175
- <td>
1176
- <pre class="lines">
1177
-
1178
-
1179
- 26
1180
- 27
1181
- 28</pre>
1182
- </td>
1183
- <td>
1184
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 26</span>
1185
-
1186
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_owner_name'>bankaccount_owner_name</span>
1187
- <span class='ivar'>@bankaccount_owner_name</span>
1188
- <span class='kw'>end</span></pre>
1189
- </td>
1190
- </tr>
1191
- </table>
1192
- </div>
1193
-
1194
-
1195
- <span id="bankaccount_status=-instance_method"></span>
1196
- <div class="method_details ">
1197
- <h3 class="signature " id="bankaccount_status-instance_method">
1198
-
1199
- #<strong>bankaccount_status</strong> &#x21d2; <tt>Object</tt>
1200
-
1201
-
1202
-
1203
-
1204
-
1205
- </h3><div class="docstring">
1206
- <div class="discussion">
1207
-
1208
- <p>Returns the value of attribute bankaccount_status</p>
1209
-
1210
-
1211
- </div>
1212
- </div>
1213
- <div class="tags">
1214
-
1215
-
1216
- </div><table class="source_code">
1217
- <tr>
1218
- <td>
1219
- <pre class="lines">
1220
-
1221
-
1222
- 20
1223
- 21
1224
- 22</pre>
1225
- </td>
1226
- <td>
1227
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 20</span>
1228
-
1229
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_status'>bankaccount_status</span>
1230
- <span class='ivar'>@bankaccount_status</span>
1231
- <span class='kw'>end</span></pre>
1232
- </td>
1233
- </tr>
1234
- </table>
1235
- </div>
1236
-
1237
-
1238
- <span id="bankaccount_type=-instance_method"></span>
1239
- <div class="method_details ">
1240
- <h3 class="signature " id="bankaccount_type-instance_method">
1241
-
1242
- #<strong>bankaccount_type</strong> &#x21d2; <tt>Object</tt>
1243
-
1244
-
1245
-
1246
-
1247
-
1248
- </h3><div class="docstring">
1249
- <div class="discussion">
1250
-
1251
- <p>Returns the value of attribute bankaccount_type</p>
1252
-
1253
-
1254
- </div>
1255
- </div>
1256
- <div class="tags">
1257
-
1258
-
1259
- </div><table class="source_code">
1260
- <tr>
1261
- <td>
1262
- <pre class="lines">
1263
-
1264
-
1265
- 34
1266
- 35
1267
- 36</pre>
1268
- </td>
1269
- <td>
1270
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 34</span>
1271
-
1272
- <span class='kw'>def</span> <span class='id identifier rubyid_bankaccount_type'>bankaccount_type</span>
1273
- <span class='ivar'>@bankaccount_type</span>
1274
- <span class='kw'>end</span></pre>
1275
- </td>
1276
- </tr>
1277
- </table>
1278
- </div>
1279
-
1280
-
1281
- <span id="created_date=-instance_method"></span>
1282
- <div class="method_details ">
1283
- <h3 class="signature " id="created_date-instance_method">
1284
-
1285
- #<strong>created_date</strong> &#x21d2; <tt>Object</tt>
1286
-
1287
-
1288
-
1289
-
1290
-
1291
- </h3><div class="docstring">
1292
- <div class="discussion">
1293
-
1294
- <p>Date YYYY-MM-DD HH:MM:SS</p>
1295
-
1296
-
1297
- </div>
1298
- </div>
1299
- <div class="tags">
1300
-
1301
-
1302
- </div><table class="source_code">
1303
- <tr>
1304
- <td>
1305
- <pre class="lines">
1306
-
1307
-
1308
- 37
1309
- 38
1310
- 39</pre>
1311
- </td>
1312
- <td>
1313
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 37</span>
1314
-
1315
- <span class='kw'>def</span> <span class='id identifier rubyid_created_date'>created_date</span>
1316
- <span class='ivar'>@created_date</span>
1317
- <span class='kw'>end</span></pre>
1318
- </td>
1319
- </tr>
1320
- </table>
1321
- </div>
1322
-
1323
-
1324
- <span id="modified_date=-instance_method"></span>
1325
- <div class="method_details ">
1326
- <h3 class="signature " id="modified_date-instance_method">
1327
-
1328
- #<strong>modified_date</strong> &#x21d2; <tt>Object</tt>
1329
-
1330
-
1331
-
1332
-
1333
-
1334
- </h3><div class="docstring">
1335
- <div class="discussion">
1336
-
1337
- <p>Date YYYY-MM-DD HH:MM:SS</p>
1338
-
1339
-
1340
- </div>
1341
- </div>
1342
- <div class="tags">
1343
-
1344
-
1345
- </div><table class="source_code">
1346
- <tr>
1347
- <td>
1348
- <pre class="lines">
1349
-
1350
-
1351
- 40
1352
- 41
1353
- 42</pre>
1354
- </td>
1355
- <td>
1356
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 40</span>
1357
-
1358
- <span class='kw'>def</span> <span class='id identifier rubyid_modified_date'>modified_date</span>
1359
- <span class='ivar'>@modified_date</span>
1360
- <span class='kw'>end</span></pre>
1361
- </td>
1362
- </tr>
1363
- </table>
1364
- </div>
1365
-
1366
-
1367
- <span id="name=-instance_method"></span>
1368
- <div class="method_details ">
1369
- <h3 class="signature " id="name-instance_method">
1370
-
1371
- #<strong>name</strong> &#x21d2; <tt>Object</tt>
1372
-
1373
-
1374
-
1375
-
1376
-
1377
- </h3><div class="docstring">
1378
- <div class="discussion">
1379
-
1380
- <p>Returns the value of attribute name</p>
1381
-
1382
-
1383
- </div>
1384
- </div>
1385
- <div class="tags">
1386
-
1387
-
1388
- </div><table class="source_code">
1389
- <tr>
1390
- <td>
1391
- <pre class="lines">
1392
-
1393
-
1394
- 24
1395
- 25
1396
- 26</pre>
1397
- </td>
1398
- <td>
1399
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 24</span>
1400
-
1401
- <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
1402
- <span class='ivar'>@name</span>
1403
- <span class='kw'>end</span></pre>
1404
- </td>
1405
- </tr>
1406
- </table>
1407
- </div>
1408
-
1409
-
1410
- <span id="total_rows=-instance_method"></span>
1411
- <div class="method_details ">
1412
- <h3 class="signature " id="total_rows-instance_method">
1413
-
1414
- #<strong>total_rows</strong> &#x21d2; <tt>Object</tt>
1415
-
1416
-
1417
-
1418
-
1419
-
1420
- </h3><div class="docstring">
1421
- <div class="discussion">
1422
-
1423
- <p>Returns the value of attribute total_rows</p>
1424
-
1425
-
1426
- </div>
1427
- </div>
1428
- <div class="tags">
1429
-
1430
-
1431
- </div><table class="source_code">
1432
- <tr>
1433
- <td>
1434
- <pre class="lines">
1435
-
1436
-
1437
- 42
1438
- 43
1439
- 44</pre>
1440
- </td>
1441
- <td>
1442
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 42</span>
1443
-
1444
- <span class='kw'>def</span> <span class='id identifier rubyid_total_rows'>total_rows</span>
1445
- <span class='ivar'>@total_rows</span>
1446
- <span class='kw'>end</span></pre>
1447
- </td>
1448
- </tr>
1449
- </table>
1450
- </div>
1451
-
1452
-
1453
- <span id="user_id=-instance_method"></span>
1454
- <div class="method_details ">
1455
- <h3 class="signature " id="user_id-instance_method">
1456
-
1457
- #<strong>user_id</strong> &#x21d2; <tt>Object</tt>
1458
-
1459
-
1460
-
1461
-
1462
-
1463
- </h3><div class="docstring">
1464
- <div class="discussion">
1465
-
1466
- <p>Returns the value of attribute user_id</p>
1467
-
1468
-
1469
- </div>
1470
- </div>
1471
- <div class="tags">
1472
-
1473
-
1474
- </div><table class="source_code">
1475
- <tr>
1476
- <td>
1477
- <pre class="lines">
1478
-
1479
-
1480
- 22
1481
- 23
1482
- 24</pre>
1483
- </td>
1484
- <td>
1485
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 22</span>
1486
-
1487
- <span class='kw'>def</span> <span class='id identifier rubyid_user_id'>user_id</span>
1488
- <span class='ivar'>@user_id</span>
1489
- <span class='kw'>end</span></pre>
1490
- </td>
1491
- </tr>
1492
- </table>
1493
- </div>
1494
-
1495
- </div>
1496
-
1497
-
1498
- <div id="class_method_details" class="method_details_list">
1499
- <h2>Class Method Details</h2>
1500
-
1501
-
1502
- <div class="method_details first">
1503
- <h3 class="signature first" id="attribute_map-class_method">
1504
-
1505
- .<strong>attribute_map</strong> &#x21d2; <tt>Object</tt>
1506
-
1507
-
1508
-
1509
-
1510
-
1511
- </h3><div class="docstring">
1512
- <div class="discussion">
1513
-
1514
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
1515
-
1516
-
1517
- </div>
1518
- </div>
1519
- <div class="tags">
1520
-
1521
-
1522
- </div><table class="source_code">
1523
- <tr>
1524
- <td>
1525
- <pre class="lines">
1526
-
1527
-
1528
- 67
1529
- 68
1530
- 69
1531
- 70
1532
- 71
1533
- 72
1534
- 73
1535
- 74
1536
- 75
1537
- 76
1538
- 77
1539
- 78
1540
- 79
1541
- 80
1542
- 81
1543
- 82</pre>
1544
- </td>
1545
- <td>
1546
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 67</span>
1547
-
1548
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span>
1549
- <span class='lbrace'>{</span>
1550
- <span class='symbol'>:&#39;bankaccount_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountId&#39;</span><span class='comma'>,</span>
1551
- <span class='symbol'>:&#39;bankaccount_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountStatus&#39;</span><span class='comma'>,</span>
1552
- <span class='symbol'>:&#39;user_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;userId&#39;</span><span class='comma'>,</span>
1553
- <span class='symbol'>:&#39;name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;name&#39;</span><span class='comma'>,</span>
1554
- <span class='symbol'>:&#39;bankaccount_owner_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountOwnerName&#39;</span><span class='comma'>,</span>
1555
- <span class='symbol'>:&#39;bankaccount_owner_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountOwnerAddress&#39;</span><span class='comma'>,</span>
1556
- <span class='symbol'>:&#39;bankaccount_iban&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountIBAN&#39;</span><span class='comma'>,</span>
1557
- <span class='symbol'>:&#39;bankaccount_bic&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountBIC&#39;</span><span class='comma'>,</span>
1558
- <span class='symbol'>:&#39;bankaccount_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;bankaccountType&#39;</span><span class='comma'>,</span>
1559
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;createdDate&#39;</span><span class='comma'>,</span>
1560
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;modifiedDate&#39;</span><span class='comma'>,</span>
1561
- <span class='symbol'>:&#39;total_rows&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;totalRows&#39;</span>
1562
- <span class='rbrace'>}</span>
1563
- <span class='kw'>end</span></pre>
1564
- </td>
1565
- </tr>
1566
- </table>
1567
- </div>
1568
-
1569
- <div class="method_details ">
1570
- <h3 class="signature " id="swagger_types-class_method">
1571
-
1572
- .<strong>swagger_types</strong> &#x21d2; <tt>Object</tt>
1573
-
1574
-
1575
-
1576
-
1577
-
1578
- </h3><div class="docstring">
1579
- <div class="discussion">
1580
-
1581
- <p>Attribute type mapping.</p>
1582
-
1583
-
1584
- </div>
1585
- </div>
1586
- <div class="tags">
1587
-
1588
-
1589
- </div><table class="source_code">
1590
- <tr>
1591
- <td>
1592
- <pre class="lines">
1593
-
1594
-
1595
- 85
1596
- 86
1597
- 87
1598
- 88
1599
- 89
1600
- 90
1601
- 91
1602
- 92
1603
- 93
1604
- 94
1605
- 95
1606
- 96
1607
- 97
1608
- 98
1609
- 99
1610
- 100</pre>
1611
- </td>
1612
- <td>
1613
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 85</span>
1614
-
1615
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_swagger_types'>swagger_types</span>
1616
- <span class='lbrace'>{</span>
1617
- <span class='symbol'>:&#39;bankaccount_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
1618
- <span class='symbol'>:&#39;bankaccount_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1619
- <span class='symbol'>:&#39;user_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
1620
- <span class='symbol'>:&#39;name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1621
- <span class='symbol'>:&#39;bankaccount_owner_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1622
- <span class='symbol'>:&#39;bankaccount_owner_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1623
- <span class='symbol'>:&#39;bankaccount_iban&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1624
- <span class='symbol'>:&#39;bankaccount_bic&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1625
- <span class='symbol'>:&#39;bankaccount_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1626
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1627
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
1628
- <span class='symbol'>:&#39;total_rows&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span>
1629
- <span class='rbrace'>}</span>
1630
- <span class='kw'>end</span></pre>
1631
- </td>
1632
- </tr>
1633
- </table>
1634
- </div>
1635
-
1636
- </div>
1637
-
1638
- <div id="instance_method_details" class="method_details_list">
1639
- <h2>Instance Method Details</h2>
1640
-
1641
-
1642
- <div class="method_details first">
1643
- <h3 class="signature first" id="==-instance_method">
1644
-
1645
- #<strong>==</strong>(o) &#x21d2; <tt>Object</tt>
1646
-
1647
-
1648
-
1649
-
1650
-
1651
- </h3><div class="docstring">
1652
- <div class="discussion">
1653
-
1654
- <p>Checks equality by comparing each attribute.</p>
1655
-
1656
-
1657
- </div>
1658
- </div>
1659
- <div class="tags">
1660
- <p class="tag_title">Parameters:</p>
1661
- <ul class="param">
1662
-
1663
- <li>
1664
-
1665
- <span class='name'>Object</span>
1666
-
1667
-
1668
- <span class='type'>(<tt>Object</tt>)</span>
1669
-
1670
-
1671
-
1672
- &mdash;
1673
- <div class='inline'>
1674
- <p>to be compared</p>
1675
- </div>
1676
-
1677
- </li>
1678
-
1679
- </ul>
1680
-
1681
-
1682
- </div><table class="source_code">
1683
- <tr>
1684
- <td>
1685
- <pre class="lines">
1686
-
1687
-
1688
- 187
1689
- 188
1690
- 189
1691
- 190
1692
- 191
1693
- 192
1694
- 193
1695
- 194
1696
- 195
1697
- 196
1698
- 197
1699
- 198
1700
- 199
1701
- 200
1702
- 201
1703
- 202</pre>
1704
- </td>
1705
- <td>
1706
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 187</span>
1707
-
1708
- <span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_o'>o</span><span class='rparen'>)</span>
1709
- <span class='kw'>return</span> <span class='kw'>true</span> <span class='kw'>if</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_equal?'>equal?</span><span class='lparen'>(</span><span class='id identifier rubyid_o'>o</span><span class='rparen'>)</span>
1710
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span> <span class='op'>&amp;&amp;</span>
1711
- <span class='id identifier rubyid_bankaccount_id'>bankaccount_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_id'>bankaccount_id</span> <span class='op'>&amp;&amp;</span>
1712
- <span class='id identifier rubyid_bankaccount_status'>bankaccount_status</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_status'>bankaccount_status</span> <span class='op'>&amp;&amp;</span>
1713
- <span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>&amp;&amp;</span>
1714
- <span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>&amp;&amp;</span>
1715
- <span class='id identifier rubyid_bankaccount_owner_name'>bankaccount_owner_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_owner_name'>bankaccount_owner_name</span> <span class='op'>&amp;&amp;</span>
1716
- <span class='id identifier rubyid_bankaccount_owner_address'>bankaccount_owner_address</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_owner_address'>bankaccount_owner_address</span> <span class='op'>&amp;&amp;</span>
1717
- <span class='id identifier rubyid_bankaccount_iban'>bankaccount_iban</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_iban'>bankaccount_iban</span> <span class='op'>&amp;&amp;</span>
1718
- <span class='id identifier rubyid_bankaccount_bic'>bankaccount_bic</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_bic'>bankaccount_bic</span> <span class='op'>&amp;&amp;</span>
1719
- <span class='id identifier rubyid_bankaccount_type'>bankaccount_type</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_bankaccount_type'>bankaccount_type</span> <span class='op'>&amp;&amp;</span>
1720
- <span class='id identifier rubyid_created_date'>created_date</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_created_date'>created_date</span> <span class='op'>&amp;&amp;</span>
1721
- <span class='id identifier rubyid_modified_date'>modified_date</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_modified_date'>modified_date</span> <span class='op'>&amp;&amp;</span>
1722
- <span class='id identifier rubyid_total_rows'>total_rows</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_total_rows'>total_rows</span>
1723
- <span class='kw'>end</span></pre>
1724
- </td>
1725
- </tr>
1726
- </table>
1727
- </div>
1728
-
1729
- <div class="method_details ">
1730
- <h3 class="signature " id="_deserialize-instance_method">
1731
-
1732
- #<strong>_deserialize</strong>(type, value) &#x21d2; <tt>Object</tt>
1733
-
1734
-
1735
-
1736
-
1737
-
1738
- </h3><div class="docstring">
1739
- <div class="discussion">
1740
-
1741
- <p>Deserializes the data based on type</p>
1742
-
1743
-
1744
- </div>
1745
- </div>
1746
- <div class="tags">
1747
- <p class="tag_title">Parameters:</p>
1748
- <ul class="param">
1749
-
1750
- <li>
1751
-
1752
- <span class='name'>string</span>
1753
-
1754
-
1755
- <span class='type'></span>
1756
-
1757
-
1758
-
1759
- &mdash;
1760
- <div class='inline'>
1761
- <p>type Data type</p>
1762
- </div>
1763
-
1764
- </li>
1765
-
1766
- <li>
1767
-
1768
- <span class='name'>string</span>
1769
-
1770
-
1771
- <span class='type'></span>
1772
-
1773
-
1774
-
1775
- &mdash;
1776
- <div class='inline'>
1777
- <p>value Value to be deserialized</p>
1778
- </div>
1779
-
1780
- </li>
1781
-
1782
- </ul>
1783
-
1784
- <p class="tag_title">Returns:</p>
1785
- <ul class="return">
1786
-
1787
- <li>
1788
-
1789
-
1790
- <span class='type'>(<tt>Object</tt>)</span>
1791
-
1792
-
1793
-
1794
- &mdash;
1795
- <div class='inline'>
1796
- <p>Deserialized data</p>
1797
- </div>
1798
-
1799
- </li>
1800
-
1801
- </ul>
1802
-
1803
- </div><table class="source_code">
1804
- <tr>
1805
- <td>
1806
- <pre class="lines">
1807
-
1808
-
1809
- 240
1810
- 241
1811
- 242
1812
- 243
1813
- 244
1814
- 245
1815
- 246
1816
- 247
1817
- 248
1818
- 249
1819
- 250
1820
- 251
1821
- 252
1822
- 253
1823
- 254
1824
- 255
1825
- 256
1826
- 257
1827
- 258
1828
- 259
1829
- 260
1830
- 261
1831
- 262
1832
- 263
1833
- 264
1834
- 265
1835
- 266
1836
- 267
1837
- 268
1838
- 269
1839
- 270
1840
- 271
1841
- 272
1842
- 273
1843
- 274
1844
- 275
1845
- 276</pre>
1846
- </td>
1847
- <td>
1848
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 240</span>
1849
-
1850
- <span class='kw'>def</span> <span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1851
- <span class='kw'>case</span> <span class='id identifier rubyid_type'>type</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
1852
- <span class='kw'>when</span> <span class='symbol'>:DateTime</span>
1853
- <span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1854
- <span class='kw'>when</span> <span class='symbol'>:Date</span>
1855
- <span class='const'>Date</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1856
- <span class='kw'>when</span> <span class='symbol'>:String</span>
1857
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
1858
- <span class='kw'>when</span> <span class='symbol'>:Integer</span>
1859
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span>
1860
- <span class='kw'>when</span> <span class='symbol'>:Float</span>
1861
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_f'>to_f</span>
1862
- <span class='kw'>when</span> <span class='symbol'>:BOOLEAN</span>
1863
- <span class='kw'>if</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>=~</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\A(true|t|yes|y|1)\z</span><span class='regexp_end'>/i</span></span>
1864
- <span class='kw'>true</span>
1865
- <span class='kw'>else</span>
1866
- <span class='kw'>false</span>
1867
- <span class='kw'>end</span>
1868
- <span class='kw'>when</span> <span class='symbol'>:Object</span>
1869
- <span class='comment'># generic object (usually a Hash), return directly
1870
- </span> <span class='id identifier rubyid_value'>value</span>
1871
- <span class='kw'>when</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\AArray&lt;(?&lt;inner_type&gt;.+)&gt;\z</span><span class='regexp_end'>/</span></span>
1872
- <span class='id identifier rubyid_inner_type'>inner_type</span> <span class='op'>=</span> <span class='const'>Regexp</span><span class='period'>.</span><span class='id identifier rubyid_last_match'>last_match</span><span class='lbracket'>[</span><span class='symbol'>:inner_type</span><span class='rbracket'>]</span>
1873
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='id identifier rubyid_inner_type'>inner_type</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
1874
- <span class='kw'>when</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\AHash&lt;(?&lt;k_type&gt;.+?), (?&lt;v_type&gt;.+)&gt;\z</span><span class='regexp_end'>/</span></span>
1875
- <span class='id identifier rubyid_k_type'>k_type</span> <span class='op'>=</span> <span class='const'>Regexp</span><span class='period'>.</span><span class='id identifier rubyid_last_match'>last_match</span><span class='lbracket'>[</span><span class='symbol'>:k_type</span><span class='rbracket'>]</span>
1876
- <span class='id identifier rubyid_v_type'>v_type</span> <span class='op'>=</span> <span class='const'>Regexp</span><span class='period'>.</span><span class='id identifier rubyid_last_match'>last_match</span><span class='lbracket'>[</span><span class='symbol'>:v_type</span><span class='rbracket'>]</span>
1877
- <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_hash'>hash</span><span class='op'>|</span>
1878
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
1879
- <span class='id identifier rubyid_hash'>hash</span><span class='lbracket'>[</span><span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='id identifier rubyid_k_type'>k_type</span><span class='comma'>,</span> <span class='id identifier rubyid_k'>k</span><span class='rparen'>)</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='id identifier rubyid_v_type'>v_type</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span>
1880
- <span class='kw'>end</span>
1881
- <span class='kw'>end</span>
1882
- <span class='kw'>else</span> <span class='comment'># model
1883
- </span> <span class='id identifier rubyid_temp_model'>temp_model</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_const_get'>const_get</span><span class='lparen'>(</span><span class='id identifier rubyid_type'>type</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
1884
- <span class='id identifier rubyid_temp_model'>temp_model</span><span class='period'>.</span><span class='id identifier rubyid_build_from_hash'>build_from_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1885
- <span class='kw'>end</span>
1886
- <span class='kw'>end</span></pre>
1887
- </td>
1888
- </tr>
1889
- </table>
1890
- </div>
1891
-
1892
- <div class="method_details ">
1893
- <h3 class="signature " id="_to_hash-instance_method">
1894
-
1895
- #<strong>_to_hash</strong>(value) &#x21d2; <tt>Hash</tt>
1896
-
1897
-
1898
-
1899
-
1900
-
1901
- </h3><div class="docstring">
1902
- <div class="discussion">
1903
-
1904
- <p>Outputs non-array value in the form of hash For object, use to_hash.
1905
- Otherwise, just return the value</p>
1906
-
1907
-
1908
- </div>
1909
- </div>
1910
- <div class="tags">
1911
- <p class="tag_title">Parameters:</p>
1912
- <ul class="param">
1913
-
1914
- <li>
1915
-
1916
- <span class='name'>value</span>
1917
-
1918
-
1919
- <span class='type'>(<tt>Object</tt>)</span>
1920
-
1921
-
1922
-
1923
- &mdash;
1924
- <div class='inline'>
1925
- <p>Any valid value</p>
1926
- </div>
1927
-
1928
- </li>
1929
-
1930
- </ul>
1931
-
1932
- <p class="tag_title">Returns:</p>
1933
- <ul class="return">
1934
-
1935
- <li>
1936
-
1937
-
1938
- <span class='type'>(<tt>Hash</tt>)</span>
1939
-
1940
-
1941
-
1942
- &mdash;
1943
- <div class='inline'>
1944
- <p>Returns the value in the form of hash</p>
1945
- </div>
1946
-
1947
- </li>
1948
-
1949
- </ul>
1950
-
1951
- </div><table class="source_code">
1952
- <tr>
1953
- <td>
1954
- <pre class="lines">
1955
-
1956
-
1957
- 306
1958
- 307
1959
- 308
1960
- 309
1961
- 310
1962
- 311
1963
- 312
1964
- 313
1965
- 314
1966
- 315
1967
- 316
1968
- 317
1969
- 318</pre>
1970
- </td>
1971
- <td>
1972
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 306</span>
1973
-
1974
- <span class='kw'>def</span> <span class='id identifier rubyid__to_hash'>_to_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
1975
- <span class='kw'>if</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Array</span><span class='rparen'>)</span>
1976
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid__to_hash'>_to_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
1977
- <span class='kw'>elsif</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
1978
- <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_hash'>hash</span><span class='op'>|</span>
1979
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid_hash'>hash</span><span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid__to_hash'>_to_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
1980
- <span class='kw'>end</span>
1981
- <span class='kw'>elsif</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span> <span class='symbol'>:to_hash</span>
1982
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_hash'>to_hash</span>
1983
- <span class='kw'>else</span>
1984
- <span class='id identifier rubyid_value'>value</span>
1985
- <span class='kw'>end</span>
1986
- <span class='kw'>end</span></pre>
1987
- </td>
1988
- </tr>
1989
- </table>
1990
- </div>
1991
-
1992
- <div class="method_details ">
1993
- <h3 class="signature " id="build_from_hash-instance_method">
1994
-
1995
- #<strong>build_from_hash</strong>(attributes) &#x21d2; <tt>Object</tt>
1996
-
1997
-
1998
-
1999
-
2000
-
2001
- </h3><div class="docstring">
2002
- <div class="discussion">
2003
-
2004
- <p>Builds the object from hash</p>
2005
-
2006
-
2007
- </div>
2008
- </div>
2009
- <div class="tags">
2010
- <p class="tag_title">Parameters:</p>
2011
- <ul class="param">
2012
-
2013
- <li>
2014
-
2015
- <span class='name'>attributes</span>
2016
-
2017
-
2018
- <span class='type'>(<tt>Hash</tt>)</span>
2019
-
2020
-
2021
-
2022
- &mdash;
2023
- <div class='inline'>
2024
- <p>Model attributes in the form of hash</p>
2025
- </div>
2026
-
2027
- </li>
2028
-
2029
- </ul>
2030
-
2031
- <p class="tag_title">Returns:</p>
2032
- <ul class="return">
2033
-
2034
- <li>
2035
-
2036
-
2037
- <span class='type'>(<tt>Object</tt>)</span>
2038
-
2039
-
2040
-
2041
- &mdash;
2042
- <div class='inline'>
2043
- <p>Returns the model itself</p>
2044
- </div>
2045
-
2046
- </li>
2047
-
2048
- </ul>
2049
-
2050
- </div><table class="source_code">
2051
- <tr>
2052
- <td>
2053
- <pre class="lines">
2054
-
2055
-
2056
- 219
2057
- 220
2058
- 221
2059
- 222
2060
- 223
2061
- 224
2062
- 225
2063
- 226
2064
- 227
2065
- 228
2066
- 229
2067
- 230
2068
- 231
2069
- 232
2070
- 233
2071
- 234</pre>
2072
- </td>
2073
- <td>
2074
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 219</span>
2075
-
2076
- <span class='kw'>def</span> <span class='id identifier rubyid_build_from_hash'>build_from_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_attributes'>attributes</span><span class='rparen'>)</span>
2077
- <span class='kw'>return</span> <span class='kw'>nil</span> <span class='kw'>unless</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
2078
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_swagger_types'>swagger_types</span><span class='period'>.</span><span class='id identifier rubyid_each_pair'>each_pair</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_type'>type</span><span class='op'>|</span>
2079
- <span class='kw'>if</span> <span class='id identifier rubyid_type'>type</span> <span class='op'>=~</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\AArray&lt;(.*)&gt;</span><span class='regexp_end'>/i</span></span>
2080
- <span class='comment'># check to ensure the input is an array given that the the attribute
2081
- </span> <span class='comment'># is documented as an array but the input is not
2082
- </span> <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Array</span><span class='rparen'>)</span>
2083
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_key'>key</span><span class='embexpr_end'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='backref'>$1</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='rbrace'>}</span> <span class='rparen'>)</span>
2084
- <span class='kw'>end</span>
2085
- <span class='kw'>elsif</span> <span class='op'>!</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
2086
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_key'>key</span><span class='embexpr_end'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid__deserialize'>_deserialize</span><span class='lparen'>(</span><span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='rparen'>)</span>
2087
- <span class='kw'>end</span> <span class='comment'># or else data not found in attributes(hash), not an issue as the data can be optional
2088
- </span> <span class='kw'>end</span>
2089
-
2090
- <span class='kw'>self</span>
2091
- <span class='kw'>end</span></pre>
2092
- </td>
2093
- </tr>
2094
- </table>
2095
- </div>
2096
-
2097
- <div class="method_details ">
2098
- <h3 class="signature " id="eql?-instance_method">
2099
-
2100
- #<strong>eql?</strong>(o) &#x21d2; <tt>Boolean</tt>
2101
-
2102
-
2103
-
2104
-
2105
-
2106
- </h3><div class="docstring">
2107
- <div class="discussion">
2108
-
2109
-
2110
- </div>
2111
- </div>
2112
- <div class="tags">
2113
- <p class="tag_title">Parameters:</p>
2114
- <ul class="param">
2115
-
2116
- <li>
2117
-
2118
- <span class='name'>Object</span>
2119
-
2120
-
2121
- <span class='type'>(<tt>Object</tt>)</span>
2122
-
2123
-
2124
-
2125
- &mdash;
2126
- <div class='inline'>
2127
- <p>to be compared</p>
2128
- </div>
2129
-
2130
- </li>
2131
-
2132
- </ul>
2133
-
2134
- <p class="tag_title">Returns:</p>
2135
- <ul class="return">
2136
-
2137
- <li>
2138
-
2139
-
2140
- <span class='type'>(<tt>Boolean</tt>)</span>
2141
-
2142
-
2143
-
2144
- </li>
2145
-
2146
- </ul>
2147
-
2148
- <p class="tag_title">See Also:</p>
2149
- <ul class="see">
2150
-
2151
- <li>`==` method</li>
2152
-
2153
- </ul>
2154
-
2155
- </div><table class="source_code">
2156
- <tr>
2157
- <td>
2158
- <pre class="lines">
2159
-
2160
-
2161
- 206
2162
- 207
2163
- 208</pre>
2164
- </td>
2165
- <td>
2166
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 206</span>
2167
-
2168
- <span class='kw'>def</span> <span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_o'>o</span><span class='rparen'>)</span>
2169
- <span class='kw'>self</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span>
2170
- <span class='kw'>end</span></pre>
2171
- </td>
2172
- </tr>
2173
- </table>
2174
- </div>
2175
-
2176
- <div class="method_details ">
2177
- <h3 class="signature " id="hash-instance_method">
2178
-
2179
- #<strong>hash</strong> &#x21d2; <tt>Fixnum</tt>
2180
-
2181
-
2182
-
2183
-
2184
-
2185
- </h3><div class="docstring">
2186
- <div class="discussion">
2187
-
2188
- <p>Calculates hash code according to all attributes.</p>
2189
-
2190
-
2191
- </div>
2192
- </div>
2193
- <div class="tags">
2194
-
2195
- <p class="tag_title">Returns:</p>
2196
- <ul class="return">
2197
-
2198
- <li>
2199
-
2200
-
2201
- <span class='type'>(<tt>Fixnum</tt>)</span>
2202
-
2203
-
2204
-
2205
- &mdash;
2206
- <div class='inline'>
2207
- <p>Hash code</p>
2208
- </div>
2209
-
2210
- </li>
2211
-
2212
- </ul>
2213
-
2214
- </div><table class="source_code">
2215
- <tr>
2216
- <td>
2217
- <pre class="lines">
2218
-
2219
-
2220
- 212
2221
- 213
2222
- 214</pre>
2223
- </td>
2224
- <td>
2225
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 212</span>
2226
-
2227
- <span class='kw'>def</span> <span class='id identifier rubyid_hash'>hash</span>
2228
- <span class='lbracket'>[</span><span class='id identifier rubyid_bankaccount_id'>bankaccount_id</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_status'>bankaccount_status</span><span class='comma'>,</span> <span class='id identifier rubyid_user_id'>user_id</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_owner_name'>bankaccount_owner_name</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_owner_address'>bankaccount_owner_address</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_iban'>bankaccount_iban</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_bic'>bankaccount_bic</span><span class='comma'>,</span> <span class='id identifier rubyid_bankaccount_type'>bankaccount_type</span><span class='comma'>,</span> <span class='id identifier rubyid_created_date'>created_date</span><span class='comma'>,</span> <span class='id identifier rubyid_modified_date'>modified_date</span><span class='comma'>,</span> <span class='id identifier rubyid_total_rows'>total_rows</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_hash'>hash</span>
2229
- <span class='kw'>end</span></pre>
2230
- </td>
2231
- </tr>
2232
- </table>
2233
- </div>
2234
-
2235
- <div class="method_details ">
2236
- <h3 class="signature " id="list_invalid_properties-instance_method">
2237
-
2238
- #<strong>list_invalid_properties</strong> &#x21d2; <tt>Object</tt>
2239
-
2240
-
2241
-
2242
-
2243
-
2244
- </h3><div class="docstring">
2245
- <div class="discussion">
2246
-
2247
- <p>Show invalid properties with the reasons. Usually used together with valid?</p>
2248
-
2249
-
2250
- </div>
2251
- </div>
2252
- <div class="tags">
2253
-
2254
- <p class="tag_title">Returns:</p>
2255
- <ul class="return">
2256
-
2257
- <li>
2258
-
2259
-
2260
- <span class='type'></span>
2261
-
2262
-
2263
-
2264
-
2265
- <div class='inline'>
2266
- <p>Array for valid properties with the reasons</p>
2267
- </div>
2268
-
2269
- </li>
2270
-
2271
- </ul>
2272
-
2273
- </div><table class="source_code">
2274
- <tr>
2275
- <td>
2276
- <pre class="lines">
2277
-
2278
-
2279
- 162
2280
- 163
2281
- 164
2282
- 165</pre>
2283
- </td>
2284
- <td>
2285
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 162</span>
2286
-
2287
- <span class='kw'>def</span> <span class='id identifier rubyid_list_invalid_properties'>list_invalid_properties</span>
2288
- <span class='id identifier rubyid_invalid_properties'>invalid_properties</span> <span class='op'>=</span> <span class='const'>Array</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
2289
- <span class='kw'>return</span> <span class='id identifier rubyid_invalid_properties'>invalid_properties</span>
2290
- <span class='kw'>end</span></pre>
2291
- </td>
2292
- </tr>
2293
- </table>
2294
- </div>
2295
-
2296
- <div class="method_details ">
2297
- <h3 class="signature " id="to_body-instance_method">
2298
-
2299
- #<strong>to_body</strong> &#x21d2; <tt>Hash</tt>
2300
-
2301
-
2302
-
2303
-
2304
-
2305
- </h3><div class="docstring">
2306
- <div class="discussion">
2307
-
2308
- <p>to_body is an alias to to_hash (backward compatibility)</p>
2309
-
2310
-
2311
- </div>
2312
- </div>
2313
- <div class="tags">
2314
-
2315
- <p class="tag_title">Returns:</p>
2316
- <ul class="return">
2317
-
2318
- <li>
2319
-
2320
-
2321
- <span class='type'>(<tt>Hash</tt>)</span>
2322
-
2323
-
2324
-
2325
- &mdash;
2326
- <div class='inline'>
2327
- <p>Returns the object in the form of hash</p>
2328
- </div>
2329
-
2330
- </li>
2331
-
2332
- </ul>
2333
-
2334
- </div><table class="source_code">
2335
- <tr>
2336
- <td>
2337
- <pre class="lines">
2338
-
2339
-
2340
- 286
2341
- 287
2342
- 288</pre>
2343
- </td>
2344
- <td>
2345
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 286</span>
2346
-
2347
- <span class='kw'>def</span> <span class='id identifier rubyid_to_body'>to_body</span>
2348
- <span class='id identifier rubyid_to_hash'>to_hash</span>
2349
- <span class='kw'>end</span></pre>
2350
- </td>
2351
- </tr>
2352
- </table>
2353
- </div>
2354
-
2355
- <div class="method_details ">
2356
- <h3 class="signature " id="to_hash-instance_method">
2357
-
2358
- #<strong>to_hash</strong> &#x21d2; <tt>Hash</tt>
2359
-
2360
-
2361
-
2362
-
2363
-
2364
- </h3><div class="docstring">
2365
- <div class="discussion">
2366
-
2367
- <p>Returns the object in the form of hash</p>
2368
-
2369
-
2370
- </div>
2371
- </div>
2372
- <div class="tags">
2373
-
2374
- <p class="tag_title">Returns:</p>
2375
- <ul class="return">
2376
-
2377
- <li>
2378
-
2379
-
2380
- <span class='type'>(<tt>Hash</tt>)</span>
2381
-
2382
-
2383
-
2384
- &mdash;
2385
- <div class='inline'>
2386
- <p>Returns the object in the form of hash</p>
2387
- </div>
2388
-
2389
- </li>
2390
-
2391
- </ul>
2392
-
2393
- </div><table class="source_code">
2394
- <tr>
2395
- <td>
2396
- <pre class="lines">
2397
-
2398
-
2399
- 292
2400
- 293
2401
- 294
2402
- 295
2403
- 296
2404
- 297
2405
- 298
2406
- 299
2407
- 300</pre>
2408
- </td>
2409
- <td>
2410
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 292</span>
2411
-
2412
- <span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
2413
- <span class='id identifier rubyid_hash'>hash</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
2414
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span><span class='period'>.</span><span class='id identifier rubyid_each_pair'>each_pair</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_attr'>attr</span><span class='comma'>,</span> <span class='id identifier rubyid_param'>param</span><span class='op'>|</span>
2415
- <span class='id identifier rubyid_value'>value</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_attr'>attr</span><span class='rparen'>)</span>
2416
- <span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
2417
- <span class='id identifier rubyid_hash'>hash</span><span class='lbracket'>[</span><span class='id identifier rubyid_param'>param</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid__to_hash'>_to_hash</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
2418
- <span class='kw'>end</span>
2419
- <span class='id identifier rubyid_hash'>hash</span>
2420
- <span class='kw'>end</span></pre>
2421
- </td>
2422
- </tr>
2423
- </table>
2424
- </div>
2425
-
2426
- <div class="method_details ">
2427
- <h3 class="signature " id="to_s-instance_method">
2428
-
2429
- #<strong>to_s</strong> &#x21d2; <tt>String</tt>
2430
-
2431
-
2432
-
2433
-
2434
-
2435
- </h3><div class="docstring">
2436
- <div class="discussion">
2437
-
2438
- <p>Returns the string representation of the object</p>
2439
-
2440
-
2441
- </div>
2442
- </div>
2443
- <div class="tags">
2444
-
2445
- <p class="tag_title">Returns:</p>
2446
- <ul class="return">
2447
-
2448
- <li>
2449
-
2450
-
2451
- <span class='type'>(<tt>String</tt>)</span>
2452
-
2453
-
2454
-
2455
- &mdash;
2456
- <div class='inline'>
2457
- <p>String presentation of the object</p>
2458
- </div>
2459
-
2460
- </li>
2461
-
2462
- </ul>
2463
-
2464
- </div><table class="source_code">
2465
- <tr>
2466
- <td>
2467
- <pre class="lines">
2468
-
2469
-
2470
- 280
2471
- 281
2472
- 282</pre>
2473
- </td>
2474
- <td>
2475
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 280</span>
2476
-
2477
- <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
2478
- <span class='id identifier rubyid_to_hash'>to_hash</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
2479
- <span class='kw'>end</span></pre>
2480
- </td>
2481
- </tr>
2482
- </table>
2483
- </div>
2484
-
2485
- <div class="method_details ">
2486
- <h3 class="signature " id="valid?-instance_method">
2487
-
2488
- #<strong>valid?</strong> &#x21d2; <tt>Boolean</tt>
2489
-
2490
-
2491
-
2492
-
2493
-
2494
- </h3><div class="docstring">
2495
- <div class="discussion">
2496
-
2497
- <p>Check to see if the all the properties in the model are valid</p>
2498
-
2499
-
2500
- </div>
2501
- </div>
2502
- <div class="tags">
2503
-
2504
- <p class="tag_title">Returns:</p>
2505
- <ul class="return">
2506
-
2507
- <li>
2508
-
2509
-
2510
- <span class='type'>(<tt>Boolean</tt>)</span>
2511
-
2512
-
2513
-
2514
- &mdash;
2515
- <div class='inline'>
2516
- <p>true if the model is valid</p>
2517
- </div>
2518
-
2519
- </li>
2520
-
2521
- </ul>
2522
-
2523
- </div><table class="source_code">
2524
- <tr>
2525
- <td>
2526
- <pre class="lines">
2527
-
2528
-
2529
- 169
2530
- 170
2531
- 171
2532
- 172
2533
- 173</pre>
2534
- </td>
2535
- <td>
2536
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/bankaccount.rb', line 169</span>
2537
-
2538
- <span class='kw'>def</span> <span class='id identifier rubyid_valid?'>valid?</span>
2539
- <span class='id identifier rubyid_bankaccount_status_validator'>bankaccount_status_validator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Bankaccount/EnumAttributeValidator.html" title="TreezorClient::Bankaccount::EnumAttributeValidator (class)">EnumAttributeValidator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Bankaccount/EnumAttributeValidator.html#initialize-instance_method" title="TreezorClient::Bankaccount::EnumAttributeValidator#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>String</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>PENDING</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>CANCELED</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>VALIDATED</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
2540
- <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_bankaccount_status_validator'>bankaccount_status_validator</span><span class='period'>.</span><span class='id identifier rubyid_valid?'>valid?</span><span class='lparen'>(</span><span class='ivar'>@bankaccount_status</span><span class='rparen'>)</span>
2541
- <span class='kw'>return</span> <span class='kw'>true</span>
2542
- <span class='kw'>end</span></pre>
2543
- </td>
2544
- </tr>
2545
- </table>
2546
- </div>
2547
-
2548
- </div>
2549
-
2550
- </div>
2551
-
2552
- <div id="footer">
2553
- Generated on Wed Aug 8 17:39:10 2018 by
2554
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2555
- 0.9.15 (ruby-2.5.1).
2556
- </div>
2557
-
2558
- </div>
2559
- </body>
2560
- </html>