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,3158 +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::Transfer
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::Transfer";
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 (T)</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">Transfer</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::Transfer
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::Transfer</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/transfer.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="Transfer/EnumAttributeValidator.html" title="TreezorClient::Transfer::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="#amount-instance_method" title="#amount (instance method)">#<strong>amount</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 amount.</p>
141
- </div></span>
142
-
143
- </li>
144
-
145
-
146
- <li class="public ">
147
- <span class="summary_signature">
148
-
149
- <a href="#beneficiary_wallet_alias-instance_method" title="#beneficiary_wallet_alias (instance method)">#<strong>beneficiary_wallet_alias</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 beneficiary_wallet_alias.</p>
168
- </div></span>
169
-
170
- </li>
171
-
172
-
173
- <li class="public ">
174
- <span class="summary_signature">
175
-
176
- <a href="#beneficiary_wallet_event_name-instance_method" title="#beneficiary_wallet_event_name (instance method)">#<strong>beneficiary_wallet_event_name</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 beneficiary_wallet_event_name.</p>
195
- </div></span>
196
-
197
- </li>
198
-
199
-
200
- <li class="public ">
201
- <span class="summary_signature">
202
-
203
- <a href="#beneficiary_wallet_id-instance_method" title="#beneficiary_wallet_id (instance method)">#<strong>beneficiary_wallet_id</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 beneficiary_wallet_id.</p>
222
- </div></span>
223
-
224
- </li>
225
-
226
-
227
- <li class="public ">
228
- <span class="summary_signature">
229
-
230
- <a href="#beneficiary_wallet_type_id-instance_method" title="#beneficiary_wallet_type_id (instance method)">#<strong>beneficiary_wallet_type_id</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>| Id | Description | |—-|—-| | 9 | Electronic Money Wallet | | 10 | Payment
249
- Account Wallet | | 13 | Mirror Wallet | | 14 | Electronic Money Card
250
- (Internal only) |.</p>
251
- </div></span>
252
-
253
- </li>
254
-
255
-
256
- <li class="public ">
257
- <span class="summary_signature">
258
-
259
- <a href="#created_date-instance_method" title="#created_date (instance method)">#<strong>created_date</strong> &#x21d2; Object </a>
260
-
261
-
262
-
263
- </span>
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
- <span class="summary_desc"><div class='inline'>
277
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
278
- </div></span>
279
-
280
- </li>
281
-
282
-
283
- <li class="public ">
284
- <span class="summary_signature">
285
-
286
- <a href="#currency-instance_method" title="#currency (instance method)">#<strong>currency</strong> &#x21d2; Object </a>
287
-
288
-
289
-
290
- </span>
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
- <span class="summary_desc"><div class='inline'>
304
- <p>Returns the value of attribute currency.</p>
305
- </div></span>
306
-
307
- </li>
308
-
309
-
310
- <li class="public ">
311
- <span class="summary_signature">
312
-
313
- <a href="#label-instance_method" title="#label (instance method)">#<strong>label</strong> &#x21d2; Object </a>
314
-
315
-
316
-
317
- </span>
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
- <span class="summary_desc"><div class='inline'>
331
- <p>Returns the value of attribute label.</p>
332
- </div></span>
333
-
334
- </li>
335
-
336
-
337
- <li class="public ">
338
- <span class="summary_signature">
339
-
340
- <a href="#modified_date-instance_method" title="#modified_date (instance method)">#<strong>modified_date</strong> &#x21d2; Object </a>
341
-
342
-
343
-
344
- </span>
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
- <span class="summary_desc"><div class='inline'>
358
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
359
- </div></span>
360
-
361
- </li>
362
-
363
-
364
- <li class="public ">
365
- <span class="summary_signature">
366
-
367
- <a href="#total_rows-instance_method" title="#total_rows (instance method)">#<strong>total_rows</strong> &#x21d2; Object </a>
368
-
369
-
370
-
371
- </span>
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
- <span class="summary_desc"><div class='inline'>
385
- <p>Returns the value of attribute total_rows.</p>
386
- </div></span>
387
-
388
- </li>
389
-
390
-
391
- <li class="public ">
392
- <span class="summary_signature">
393
-
394
- <a href="#transfer_date-instance_method" title="#transfer_date (instance method)">#<strong>transfer_date</strong> &#x21d2; Object </a>
395
-
396
-
397
-
398
- </span>
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
- <span class="summary_desc"><div class='inline'>
412
- <p>Date YYYY-MM-DD.</p>
413
- </div></span>
414
-
415
- </li>
416
-
417
-
418
- <li class="public ">
419
- <span class="summary_signature">
420
-
421
- <a href="#transfer_id-instance_method" title="#transfer_id (instance method)">#<strong>transfer_id</strong> &#x21d2; Object </a>
422
-
423
-
424
-
425
- </span>
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
- <span class="summary_desc"><div class='inline'>
439
- <p>Returns the value of attribute transfer_id.</p>
440
- </div></span>
441
-
442
- </li>
443
-
444
-
445
- <li class="public ">
446
- <span class="summary_signature">
447
-
448
- <a href="#transfer_status-instance_method" title="#transfer_status (instance method)">#<strong>transfer_status</strong> &#x21d2; Object </a>
449
-
450
-
451
-
452
- </span>
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
- <span class="summary_desc"><div class='inline'>
466
- <p>Returns the value of attribute transfer_status.</p>
467
- </div></span>
468
-
469
- </li>
470
-
471
-
472
- <li class="public ">
473
- <span class="summary_signature">
474
-
475
- <a href="#transfer_tag-instance_method" title="#transfer_tag (instance method)">#<strong>transfer_tag</strong> &#x21d2; Object </a>
476
-
477
-
478
-
479
- </span>
480
-
481
-
482
-
483
-
484
-
485
-
486
-
487
-
488
-
489
-
490
-
491
-
492
- <span class="summary_desc"><div class='inline'>
493
- <p>Returns the value of attribute transfer_tag.</p>
494
- </div></span>
495
-
496
- </li>
497
-
498
-
499
- <li class="public ">
500
- <span class="summary_signature">
501
-
502
- <a href="#transfer_type_id-instance_method" title="#transfer_type_id (instance method)">#<strong>transfer_type_id</strong> &#x21d2; Object </a>
503
-
504
-
505
-
506
- </span>
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
-
519
- <span class="summary_desc"><div class='inline'>
520
- <p>Transfer type | Status | Description | | —— | ——- | | 1 | Wallet to
521
- wallet | | 2 | Card transaction | | 3 | Client fees | | 4 | Credit note |.</p>
522
- </div></span>
523
-
524
- </li>
525
-
526
-
527
- <li class="public ">
528
- <span class="summary_signature">
529
-
530
- <a href="#wallet_alias-instance_method" title="#wallet_alias (instance method)">#<strong>wallet_alias</strong> &#x21d2; Object </a>
531
-
532
-
533
-
534
- </span>
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
- <span class="summary_desc"><div class='inline'>
548
- <p>Returns the value of attribute wallet_alias.</p>
549
- </div></span>
550
-
551
- </li>
552
-
553
-
554
- <li class="public ">
555
- <span class="summary_signature">
556
-
557
- <a href="#wallet_event_name-instance_method" title="#wallet_event_name (instance method)">#<strong>wallet_event_name</strong> &#x21d2; Object </a>
558
-
559
-
560
-
561
- </span>
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
- <span class="summary_desc"><div class='inline'>
575
- <p>Returns the value of attribute wallet_event_name.</p>
576
- </div></span>
577
-
578
- </li>
579
-
580
-
581
- <li class="public ">
582
- <span class="summary_signature">
583
-
584
- <a href="#wallet_id-instance_method" title="#wallet_id (instance method)">#<strong>wallet_id</strong> &#x21d2; Object </a>
585
-
586
-
587
-
588
- </span>
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
- <span class="summary_desc"><div class='inline'>
602
- <p>Returns the value of attribute wallet_id.</p>
603
- </div></span>
604
-
605
- </li>
606
-
607
-
608
- <li class="public ">
609
- <span class="summary_signature">
610
-
611
- <a href="#wallet_type_id-instance_method" title="#wallet_type_id (instance method)">#<strong>wallet_type_id</strong> &#x21d2; Object </a>
612
-
613
-
614
-
615
- </span>
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
- <span class="summary_desc"><div class='inline'>
629
- <p>| Id | Description | |—-|—-| | 9 | Electronic Money Wallet | | 10 | Payment
630
- Account Wallet | | 13 | Mirror Wallet | | 14 | Electronic Money Card
631
- (Internal only) |.</p>
632
- </div></span>
633
-
634
- </li>
635
-
636
-
637
- </ul>
638
-
639
-
640
-
641
-
642
-
643
- <h2>
644
- Class Method Summary
645
- <small><a href="#" class="summary_toggle">collapse</a></small>
646
- </h2>
647
-
648
- <ul class="summary">
649
-
650
- <li class="public ">
651
- <span class="summary_signature">
652
-
653
- <a href="#attribute_map-class_method" title="attribute_map (class method)">.<strong>attribute_map</strong> &#x21d2; Object </a>
654
-
655
-
656
-
657
- </span>
658
-
659
-
660
-
661
-
662
-
663
-
664
-
665
-
666
-
667
- <span class="summary_desc"><div class='inline'>
668
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
669
- </div></span>
670
-
671
- </li>
672
-
673
-
674
- <li class="public ">
675
- <span class="summary_signature">
676
-
677
- <a href="#swagger_types-class_method" title="swagger_types (class method)">.<strong>swagger_types</strong> &#x21d2; Object </a>
678
-
679
-
680
-
681
- </span>
682
-
683
-
684
-
685
-
686
-
687
-
688
-
689
-
690
-
691
- <span class="summary_desc"><div class='inline'>
692
- <p>Attribute type mapping.</p>
693
- </div></span>
694
-
695
- </li>
696
-
697
-
698
- </ul>
699
-
700
- <h2>
701
- Instance Method Summary
702
- <small><a href="#" class="summary_toggle">collapse</a></small>
703
- </h2>
704
-
705
- <ul class="summary">
706
-
707
- <li class="public ">
708
- <span class="summary_signature">
709
-
710
- <a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(o) &#x21d2; Object </a>
711
-
712
-
713
-
714
- </span>
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
-
723
-
724
- <span class="summary_desc"><div class='inline'>
725
- <p>Checks equality by comparing each attribute.</p>
726
- </div></span>
727
-
728
- </li>
729
-
730
-
731
- <li class="public ">
732
- <span class="summary_signature">
733
-
734
- <a href="#_deserialize-instance_method" title="#_deserialize (instance method)">#<strong>_deserialize</strong>(type, value) &#x21d2; Object </a>
735
-
736
-
737
-
738
- </span>
739
-
740
-
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
- <span class="summary_desc"><div class='inline'>
749
- <p>Deserializes the data based on type.</p>
750
- </div></span>
751
-
752
- </li>
753
-
754
-
755
- <li class="public ">
756
- <span class="summary_signature">
757
-
758
- <a href="#_to_hash-instance_method" title="#_to_hash (instance method)">#<strong>_to_hash</strong>(value) &#x21d2; Hash </a>
759
-
760
-
761
-
762
- </span>
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
- <span class="summary_desc"><div class='inline'>
773
- <p>Outputs non-array value in the form of hash For object, use to_hash.</p>
774
- </div></span>
775
-
776
- </li>
777
-
778
-
779
- <li class="public ">
780
- <span class="summary_signature">
781
-
782
- <a href="#build_from_hash-instance_method" title="#build_from_hash (instance method)">#<strong>build_from_hash</strong>(attributes) &#x21d2; Object </a>
783
-
784
-
785
-
786
- </span>
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
-
795
-
796
- <span class="summary_desc"><div class='inline'>
797
- <p>Builds the object from hash.</p>
798
- </div></span>
799
-
800
- </li>
801
-
802
-
803
- <li class="public ">
804
- <span class="summary_signature">
805
-
806
- <a href="#eql%3F-instance_method" title="#eql? (instance method)">#<strong>eql?</strong>(o) &#x21d2; Boolean </a>
807
-
808
-
809
-
810
- </span>
811
-
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
-
820
- <span class="summary_desc"><div class='inline'></div></span>
821
-
822
- </li>
823
-
824
-
825
- <li class="public ">
826
- <span class="summary_signature">
827
-
828
- <a href="#hash-instance_method" title="#hash (instance method)">#<strong>hash</strong> &#x21d2; Fixnum </a>
829
-
830
-
831
-
832
- </span>
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
- <span class="summary_desc"><div class='inline'>
843
- <p>Calculates hash code according to all attributes.</p>
844
- </div></span>
845
-
846
- </li>
847
-
848
-
849
- <li class="public ">
850
- <span class="summary_signature">
851
-
852
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(attributes = {}) &#x21d2; Transfer </a>
853
-
854
-
855
-
856
- </span>
857
-
858
-
859
- <span class="note title constructor">constructor</span>
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- <span class="summary_desc"><div class='inline'>
869
- <p>Initializes the object.</p>
870
- </div></span>
871
-
872
- </li>
873
-
874
-
875
- <li class="public ">
876
- <span class="summary_signature">
877
-
878
- <a href="#list_invalid_properties-instance_method" title="#list_invalid_properties (instance method)">#<strong>list_invalid_properties</strong> &#x21d2; Object </a>
879
-
880
-
881
-
882
- </span>
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
- <span class="summary_desc"><div class='inline'>
893
- <p>Show invalid properties with the reasons.</p>
894
- </div></span>
895
-
896
- </li>
897
-
898
-
899
- <li class="public ">
900
- <span class="summary_signature">
901
-
902
- <a href="#to_body-instance_method" title="#to_body (instance method)">#<strong>to_body</strong> &#x21d2; Hash </a>
903
-
904
-
905
-
906
- </span>
907
-
908
-
909
-
910
-
911
-
912
-
913
-
914
-
915
-
916
- <span class="summary_desc"><div class='inline'>
917
- <p>to_body is an alias to to_hash (backward compatibility).</p>
918
- </div></span>
919
-
920
- </li>
921
-
922
-
923
- <li class="public ">
924
- <span class="summary_signature">
925
-
926
- <a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> &#x21d2; Hash </a>
927
-
928
-
929
-
930
- </span>
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
- <span class="summary_desc"><div class='inline'>
941
- <p>Returns the object in the form of hash.</p>
942
- </div></span>
943
-
944
- </li>
945
-
946
-
947
- <li class="public ">
948
- <span class="summary_signature">
949
-
950
- <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; String </a>
951
-
952
-
953
-
954
- </span>
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
- <span class="summary_desc"><div class='inline'>
965
- <p>Returns the string representation of the object.</p>
966
- </div></span>
967
-
968
- </li>
969
-
970
-
971
- <li class="public ">
972
- <span class="summary_signature">
973
-
974
- <a href="#valid%3F-instance_method" title="#valid? (instance method)">#<strong>valid?</strong> &#x21d2; Boolean </a>
975
-
976
-
977
-
978
- </span>
979
-
980
-
981
-
982
-
983
-
984
-
985
-
986
-
987
-
988
- <span class="summary_desc"><div class='inline'>
989
- <p>Check to see if the all the properties in the model are valid.</p>
990
- </div></span>
991
-
992
- </li>
993
-
994
-
995
- </ul>
996
-
997
-
998
- <div id="constructor_details" class="method_details_list">
999
- <h2>Constructor Details</h2>
1000
-
1001
- <div class="method_details first">
1002
- <h3 class="signature first" id="initialize-instance_method">
1003
-
1004
- #<strong>initialize</strong>(attributes = {}) &#x21d2; <tt><span class='object_link'><a href="" title="TreezorClient::Transfer (class)">Transfer</a></span></tt>
1005
-
1006
-
1007
-
1008
-
1009
-
1010
- </h3><div class="docstring">
1011
- <div class="discussion">
1012
-
1013
- <p>Initializes the object</p>
1014
-
1015
-
1016
- </div>
1017
- </div>
1018
- <div class="tags">
1019
- <p class="tag_title">Parameters:</p>
1020
- <ul class="param">
1021
-
1022
- <li>
1023
-
1024
- <span class='name'>attributes</span>
1025
-
1026
-
1027
- <span class='type'>(<tt>Hash</tt>)</span>
1028
-
1029
-
1030
- <em class="default">(defaults to: <tt>{}</tt>)</em>
1031
-
1032
-
1033
- &mdash;
1034
- <div class='inline'>
1035
- <p>Model attributes in the form of hash</p>
1036
- </div>
1037
-
1038
- </li>
1039
-
1040
- </ul>
1041
-
1042
-
1043
- </div><table class="source_code">
1044
- <tr>
1045
- <td>
1046
- <pre class="lines">
1047
-
1048
-
1049
- 136
1050
- 137
1051
- 138
1052
- 139
1053
- 140
1054
- 141
1055
- 142
1056
- 143
1057
- 144
1058
- 145
1059
- 146
1060
- 147
1061
- 148
1062
- 149
1063
- 150
1064
- 151
1065
- 152
1066
- 153
1067
- 154
1068
- 155
1069
- 156
1070
- 157
1071
- 158
1072
- 159
1073
- 160
1074
- 161
1075
- 162
1076
- 163
1077
- 164
1078
- 165
1079
- 166
1080
- 167
1081
- 168
1082
- 169
1083
- 170
1084
- 171
1085
- 172
1086
- 173
1087
- 174
1088
- 175
1089
- 176
1090
- 177
1091
- 178
1092
- 179
1093
- 180
1094
- 181
1095
- 182
1096
- 183
1097
- 184
1098
- 185
1099
- 186
1100
- 187
1101
- 188
1102
- 189
1103
- 190
1104
- 191
1105
- 192
1106
- 193
1107
- 194
1108
- 195
1109
- 196
1110
- 197
1111
- 198
1112
- 199
1113
- 200
1114
- 201
1115
- 202
1116
- 203
1117
- 204
1118
- 205
1119
- 206
1120
- 207
1121
- 208
1122
- 209
1123
- 210
1124
- 211
1125
- 212
1126
- 213
1127
- 214
1128
- 215
1129
- 216
1130
- 217
1131
- 218</pre>
1132
- </td>
1133
- <td>
1134
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 136</span>
1135
-
1136
- <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>
1137
- <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>
1138
-
1139
- <span class='comment'># convert string to symbol for hash key
1140
- </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>
1141
-
1142
- <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;transferId&#39;</span><span class='rparen'>)</span>
1143
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_transfer_id'>transfer_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;transferId&#39;</span><span class='rbracket'>]</span>
1144
- <span class='kw'>end</span>
1145
-
1146
- <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;transferStatus&#39;</span><span class='rparen'>)</span>
1147
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_transfer_status'>transfer_status</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;transferStatus&#39;</span><span class='rbracket'>]</span>
1148
- <span class='kw'>end</span>
1149
-
1150
- <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;transferTag&#39;</span><span class='rparen'>)</span>
1151
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_transfer_tag'>transfer_tag</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;transferTag&#39;</span><span class='rbracket'>]</span>
1152
- <span class='kw'>end</span>
1153
-
1154
- <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;walletId&#39;</span><span class='rparen'>)</span>
1155
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_wallet_id'>wallet_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;walletId&#39;</span><span class='rbracket'>]</span>
1156
- <span class='kw'>end</span>
1157
-
1158
- <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;walletTypeId&#39;</span><span class='rparen'>)</span>
1159
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_wallet_type_id'>wallet_type_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;walletTypeId&#39;</span><span class='rbracket'>]</span>
1160
- <span class='kw'>end</span>
1161
-
1162
- <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;beneficiaryWalletId&#39;</span><span class='rparen'>)</span>
1163
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_id'>beneficiary_wallet_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;beneficiaryWalletId&#39;</span><span class='rbracket'>]</span>
1164
- <span class='kw'>end</span>
1165
-
1166
- <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;beneficiaryWalletTypeId&#39;</span><span class='rparen'>)</span>
1167
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_type_id'>beneficiary_wallet_type_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;beneficiaryWalletTypeId&#39;</span><span class='rbracket'>]</span>
1168
- <span class='kw'>end</span>
1169
-
1170
- <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;transferDate&#39;</span><span class='rparen'>)</span>
1171
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_transfer_date'>transfer_date</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;transferDate&#39;</span><span class='rbracket'>]</span>
1172
- <span class='kw'>end</span>
1173
-
1174
- <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;walletEventName&#39;</span><span class='rparen'>)</span>
1175
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_wallet_event_name'>wallet_event_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;walletEventName&#39;</span><span class='rbracket'>]</span>
1176
- <span class='kw'>end</span>
1177
-
1178
- <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;walletAlias&#39;</span><span class='rparen'>)</span>
1179
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_wallet_alias'>wallet_alias</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;walletAlias&#39;</span><span class='rbracket'>]</span>
1180
- <span class='kw'>end</span>
1181
-
1182
- <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;beneficiaryWalletEventName&#39;</span><span class='rparen'>)</span>
1183
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_event_name'>beneficiary_wallet_event_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;beneficiaryWalletEventName&#39;</span><span class='rbracket'>]</span>
1184
- <span class='kw'>end</span>
1185
-
1186
- <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;beneficiaryWalletAlias&#39;</span><span class='rparen'>)</span>
1187
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_alias'>beneficiary_wallet_alias</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;beneficiaryWalletAlias&#39;</span><span class='rbracket'>]</span>
1188
- <span class='kw'>end</span>
1189
-
1190
- <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;amount&#39;</span><span class='rparen'>)</span>
1191
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_amount'>amount</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;amount&#39;</span><span class='rbracket'>]</span>
1192
- <span class='kw'>end</span>
1193
-
1194
- <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;currency&#39;</span><span class='rparen'>)</span>
1195
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_currency'>currency</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;currency&#39;</span><span class='rbracket'>]</span>
1196
- <span class='kw'>end</span>
1197
-
1198
- <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;label&#39;</span><span class='rparen'>)</span>
1199
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_label'>label</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;label&#39;</span><span class='rbracket'>]</span>
1200
- <span class='kw'>end</span>
1201
-
1202
- <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;transferTypeId&#39;</span><span class='rparen'>)</span>
1203
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_transfer_type_id'>transfer_type_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;transferTypeId&#39;</span><span class='rbracket'>]</span>
1204
- <span class='kw'>end</span>
1205
-
1206
- <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>
1207
- <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>
1208
- <span class='kw'>end</span>
1209
-
1210
- <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>
1211
- <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>
1212
- <span class='kw'>end</span>
1213
-
1214
- <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>
1215
- <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>
1216
- <span class='kw'>end</span>
1217
-
1218
- <span class='kw'>end</span></pre>
1219
- </td>
1220
- </tr>
1221
- </table>
1222
- </div>
1223
-
1224
- </div>
1225
-
1226
- <div id="instance_attr_details" class="attr_details">
1227
- <h2>Instance Attribute Details</h2>
1228
-
1229
-
1230
- <span id="amount=-instance_method"></span>
1231
- <div class="method_details first">
1232
- <h3 class="signature first" id="amount-instance_method">
1233
-
1234
- #<strong>amount</strong> &#x21d2; <tt>Object</tt>
1235
-
1236
-
1237
-
1238
-
1239
-
1240
- </h3><div class="docstring">
1241
- <div class="discussion">
1242
-
1243
- <p>Returns the value of attribute amount</p>
1244
-
1245
-
1246
- </div>
1247
- </div>
1248
- <div class="tags">
1249
-
1250
-
1251
- </div><table class="source_code">
1252
- <tr>
1253
- <td>
1254
- <pre class="lines">
1255
-
1256
-
1257
- 45
1258
- 46
1259
- 47</pre>
1260
- </td>
1261
- <td>
1262
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 45</span>
1263
-
1264
- <span class='kw'>def</span> <span class='id identifier rubyid_amount'>amount</span>
1265
- <span class='ivar'>@amount</span>
1266
- <span class='kw'>end</span></pre>
1267
- </td>
1268
- </tr>
1269
- </table>
1270
- </div>
1271
-
1272
-
1273
- <span id="beneficiary_wallet_alias=-instance_method"></span>
1274
- <div class="method_details ">
1275
- <h3 class="signature " id="beneficiary_wallet_alias-instance_method">
1276
-
1277
- #<strong>beneficiary_wallet_alias</strong> &#x21d2; <tt>Object</tt>
1278
-
1279
-
1280
-
1281
-
1282
-
1283
- </h3><div class="docstring">
1284
- <div class="discussion">
1285
-
1286
- <p>Returns the value of attribute beneficiary_wallet_alias</p>
1287
-
1288
-
1289
- </div>
1290
- </div>
1291
- <div class="tags">
1292
-
1293
-
1294
- </div><table class="source_code">
1295
- <tr>
1296
- <td>
1297
- <pre class="lines">
1298
-
1299
-
1300
- 43
1301
- 44
1302
- 45</pre>
1303
- </td>
1304
- <td>
1305
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 43</span>
1306
-
1307
- <span class='kw'>def</span> <span class='id identifier rubyid_beneficiary_wallet_alias'>beneficiary_wallet_alias</span>
1308
- <span class='ivar'>@beneficiary_wallet_alias</span>
1309
- <span class='kw'>end</span></pre>
1310
- </td>
1311
- </tr>
1312
- </table>
1313
- </div>
1314
-
1315
-
1316
- <span id="beneficiary_wallet_event_name=-instance_method"></span>
1317
- <div class="method_details ">
1318
- <h3 class="signature " id="beneficiary_wallet_event_name-instance_method">
1319
-
1320
- #<strong>beneficiary_wallet_event_name</strong> &#x21d2; <tt>Object</tt>
1321
-
1322
-
1323
-
1324
-
1325
-
1326
- </h3><div class="docstring">
1327
- <div class="discussion">
1328
-
1329
- <p>Returns the value of attribute beneficiary_wallet_event_name</p>
1330
-
1331
-
1332
- </div>
1333
- </div>
1334
- <div class="tags">
1335
-
1336
-
1337
- </div><table class="source_code">
1338
- <tr>
1339
- <td>
1340
- <pre class="lines">
1341
-
1342
-
1343
- 41
1344
- 42
1345
- 43</pre>
1346
- </td>
1347
- <td>
1348
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 41</span>
1349
-
1350
- <span class='kw'>def</span> <span class='id identifier rubyid_beneficiary_wallet_event_name'>beneficiary_wallet_event_name</span>
1351
- <span class='ivar'>@beneficiary_wallet_event_name</span>
1352
- <span class='kw'>end</span></pre>
1353
- </td>
1354
- </tr>
1355
- </table>
1356
- </div>
1357
-
1358
-
1359
- <span id="beneficiary_wallet_id=-instance_method"></span>
1360
- <div class="method_details ">
1361
- <h3 class="signature " id="beneficiary_wallet_id-instance_method">
1362
-
1363
- #<strong>beneficiary_wallet_id</strong> &#x21d2; <tt>Object</tt>
1364
-
1365
-
1366
-
1367
-
1368
-
1369
- </h3><div class="docstring">
1370
- <div class="discussion">
1371
-
1372
- <p>Returns the value of attribute beneficiary_wallet_id</p>
1373
-
1374
-
1375
- </div>
1376
- </div>
1377
- <div class="tags">
1378
-
1379
-
1380
- </div><table class="source_code">
1381
- <tr>
1382
- <td>
1383
- <pre class="lines">
1384
-
1385
-
1386
- 29
1387
- 30
1388
- 31</pre>
1389
- </td>
1390
- <td>
1391
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 29</span>
1392
-
1393
- <span class='kw'>def</span> <span class='id identifier rubyid_beneficiary_wallet_id'>beneficiary_wallet_id</span>
1394
- <span class='ivar'>@beneficiary_wallet_id</span>
1395
- <span class='kw'>end</span></pre>
1396
- </td>
1397
- </tr>
1398
- </table>
1399
- </div>
1400
-
1401
-
1402
- <span id="beneficiary_wallet_type_id=-instance_method"></span>
1403
- <div class="method_details ">
1404
- <h3 class="signature " id="beneficiary_wallet_type_id-instance_method">
1405
-
1406
- #<strong>beneficiary_wallet_type_id</strong> &#x21d2; <tt>Object</tt>
1407
-
1408
-
1409
-
1410
-
1411
-
1412
- </h3><div class="docstring">
1413
- <div class="discussion">
1414
-
1415
- <p>| Id | Description | |—-|—-| | 9 | Electronic Money Wallet | | 10 | Payment
1416
- Account Wallet | | 13 | Mirror Wallet | | 14 | Electronic Money Card
1417
- (Internal only) |</p>
1418
-
1419
-
1420
- </div>
1421
- </div>
1422
- <div class="tags">
1423
-
1424
-
1425
- </div><table class="source_code">
1426
- <tr>
1427
- <td>
1428
- <pre class="lines">
1429
-
1430
-
1431
- 32
1432
- 33
1433
- 34</pre>
1434
- </td>
1435
- <td>
1436
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 32</span>
1437
-
1438
- <span class='kw'>def</span> <span class='id identifier rubyid_beneficiary_wallet_type_id'>beneficiary_wallet_type_id</span>
1439
- <span class='ivar'>@beneficiary_wallet_type_id</span>
1440
- <span class='kw'>end</span></pre>
1441
- </td>
1442
- </tr>
1443
- </table>
1444
- </div>
1445
-
1446
-
1447
- <span id="created_date=-instance_method"></span>
1448
- <div class="method_details ">
1449
- <h3 class="signature " id="created_date-instance_method">
1450
-
1451
- #<strong>created_date</strong> &#x21d2; <tt>Object</tt>
1452
-
1453
-
1454
-
1455
-
1456
-
1457
- </h3><div class="docstring">
1458
- <div class="discussion">
1459
-
1460
- <p>Date YYYY-MM-DD HH:MM:SS</p>
1461
-
1462
-
1463
- </div>
1464
- </div>
1465
- <div class="tags">
1466
-
1467
-
1468
- </div><table class="source_code">
1469
- <tr>
1470
- <td>
1471
- <pre class="lines">
1472
-
1473
-
1474
- 55
1475
- 56
1476
- 57</pre>
1477
- </td>
1478
- <td>
1479
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 55</span>
1480
-
1481
- <span class='kw'>def</span> <span class='id identifier rubyid_created_date'>created_date</span>
1482
- <span class='ivar'>@created_date</span>
1483
- <span class='kw'>end</span></pre>
1484
- </td>
1485
- </tr>
1486
- </table>
1487
- </div>
1488
-
1489
-
1490
- <span id="currency=-instance_method"></span>
1491
- <div class="method_details ">
1492
- <h3 class="signature " id="currency-instance_method">
1493
-
1494
- #<strong>currency</strong> &#x21d2; <tt>Object</tt>
1495
-
1496
-
1497
-
1498
-
1499
-
1500
- </h3><div class="docstring">
1501
- <div class="discussion">
1502
-
1503
- <p>Returns the value of attribute currency</p>
1504
-
1505
-
1506
- </div>
1507
- </div>
1508
- <div class="tags">
1509
-
1510
-
1511
- </div><table class="source_code">
1512
- <tr>
1513
- <td>
1514
- <pre class="lines">
1515
-
1516
-
1517
- 47
1518
- 48
1519
- 49</pre>
1520
- </td>
1521
- <td>
1522
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 47</span>
1523
-
1524
- <span class='kw'>def</span> <span class='id identifier rubyid_currency'>currency</span>
1525
- <span class='ivar'>@currency</span>
1526
- <span class='kw'>end</span></pre>
1527
- </td>
1528
- </tr>
1529
- </table>
1530
- </div>
1531
-
1532
-
1533
- <span id="label=-instance_method"></span>
1534
- <div class="method_details ">
1535
- <h3 class="signature " id="label-instance_method">
1536
-
1537
- #<strong>label</strong> &#x21d2; <tt>Object</tt>
1538
-
1539
-
1540
-
1541
-
1542
-
1543
- </h3><div class="docstring">
1544
- <div class="discussion">
1545
-
1546
- <p>Returns the value of attribute label</p>
1547
-
1548
-
1549
- </div>
1550
- </div>
1551
- <div class="tags">
1552
-
1553
-
1554
- </div><table class="source_code">
1555
- <tr>
1556
- <td>
1557
- <pre class="lines">
1558
-
1559
-
1560
- 49
1561
- 50
1562
- 51</pre>
1563
- </td>
1564
- <td>
1565
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 49</span>
1566
-
1567
- <span class='kw'>def</span> <span class='id identifier rubyid_label'>label</span>
1568
- <span class='ivar'>@label</span>
1569
- <span class='kw'>end</span></pre>
1570
- </td>
1571
- </tr>
1572
- </table>
1573
- </div>
1574
-
1575
-
1576
- <span id="modified_date=-instance_method"></span>
1577
- <div class="method_details ">
1578
- <h3 class="signature " id="modified_date-instance_method">
1579
-
1580
- #<strong>modified_date</strong> &#x21d2; <tt>Object</tt>
1581
-
1582
-
1583
-
1584
-
1585
-
1586
- </h3><div class="docstring">
1587
- <div class="discussion">
1588
-
1589
- <p>Date YYYY-MM-DD HH:MM:SS</p>
1590
-
1591
-
1592
- </div>
1593
- </div>
1594
- <div class="tags">
1595
-
1596
-
1597
- </div><table class="source_code">
1598
- <tr>
1599
- <td>
1600
- <pre class="lines">
1601
-
1602
-
1603
- 58
1604
- 59
1605
- 60</pre>
1606
- </td>
1607
- <td>
1608
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 58</span>
1609
-
1610
- <span class='kw'>def</span> <span class='id identifier rubyid_modified_date'>modified_date</span>
1611
- <span class='ivar'>@modified_date</span>
1612
- <span class='kw'>end</span></pre>
1613
- </td>
1614
- </tr>
1615
- </table>
1616
- </div>
1617
-
1618
-
1619
- <span id="total_rows=-instance_method"></span>
1620
- <div class="method_details ">
1621
- <h3 class="signature " id="total_rows-instance_method">
1622
-
1623
- #<strong>total_rows</strong> &#x21d2; <tt>Object</tt>
1624
-
1625
-
1626
-
1627
-
1628
-
1629
- </h3><div class="docstring">
1630
- <div class="discussion">
1631
-
1632
- <p>Returns the value of attribute total_rows</p>
1633
-
1634
-
1635
- </div>
1636
- </div>
1637
- <div class="tags">
1638
-
1639
-
1640
- </div><table class="source_code">
1641
- <tr>
1642
- <td>
1643
- <pre class="lines">
1644
-
1645
-
1646
- 60
1647
- 61
1648
- 62</pre>
1649
- </td>
1650
- <td>
1651
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 60</span>
1652
-
1653
- <span class='kw'>def</span> <span class='id identifier rubyid_total_rows'>total_rows</span>
1654
- <span class='ivar'>@total_rows</span>
1655
- <span class='kw'>end</span></pre>
1656
- </td>
1657
- </tr>
1658
- </table>
1659
- </div>
1660
-
1661
-
1662
- <span id="transfer_date=-instance_method"></span>
1663
- <div class="method_details ">
1664
- <h3 class="signature " id="transfer_date-instance_method">
1665
-
1666
- #<strong>transfer_date</strong> &#x21d2; <tt>Object</tt>
1667
-
1668
-
1669
-
1670
-
1671
-
1672
- </h3><div class="docstring">
1673
- <div class="discussion">
1674
-
1675
- <p>Date YYYY-MM-DD</p>
1676
-
1677
-
1678
- </div>
1679
- </div>
1680
- <div class="tags">
1681
-
1682
-
1683
- </div><table class="source_code">
1684
- <tr>
1685
- <td>
1686
- <pre class="lines">
1687
-
1688
-
1689
- 35
1690
- 36
1691
- 37</pre>
1692
- </td>
1693
- <td>
1694
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 35</span>
1695
-
1696
- <span class='kw'>def</span> <span class='id identifier rubyid_transfer_date'>transfer_date</span>
1697
- <span class='ivar'>@transfer_date</span>
1698
- <span class='kw'>end</span></pre>
1699
- </td>
1700
- </tr>
1701
- </table>
1702
- </div>
1703
-
1704
-
1705
- <span id="transfer_id=-instance_method"></span>
1706
- <div class="method_details ">
1707
- <h3 class="signature " id="transfer_id-instance_method">
1708
-
1709
- #<strong>transfer_id</strong> &#x21d2; <tt>Object</tt>
1710
-
1711
-
1712
-
1713
-
1714
-
1715
- </h3><div class="docstring">
1716
- <div class="discussion">
1717
-
1718
- <p>Returns the value of attribute transfer_id</p>
1719
-
1720
-
1721
- </div>
1722
- </div>
1723
- <div class="tags">
1724
-
1725
-
1726
- </div><table class="source_code">
1727
- <tr>
1728
- <td>
1729
- <pre class="lines">
1730
-
1731
-
1732
- 18
1733
- 19
1734
- 20</pre>
1735
- </td>
1736
- <td>
1737
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 18</span>
1738
-
1739
- <span class='kw'>def</span> <span class='id identifier rubyid_transfer_id'>transfer_id</span>
1740
- <span class='ivar'>@transfer_id</span>
1741
- <span class='kw'>end</span></pre>
1742
- </td>
1743
- </tr>
1744
- </table>
1745
- </div>
1746
-
1747
-
1748
- <span id="transfer_status=-instance_method"></span>
1749
- <div class="method_details ">
1750
- <h3 class="signature " id="transfer_status-instance_method">
1751
-
1752
- #<strong>transfer_status</strong> &#x21d2; <tt>Object</tt>
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- </h3><div class="docstring">
1759
- <div class="discussion">
1760
-
1761
- <p>Returns the value of attribute transfer_status</p>
1762
-
1763
-
1764
- </div>
1765
- </div>
1766
- <div class="tags">
1767
-
1768
-
1769
- </div><table class="source_code">
1770
- <tr>
1771
- <td>
1772
- <pre class="lines">
1773
-
1774
-
1775
- 20
1776
- 21
1777
- 22</pre>
1778
- </td>
1779
- <td>
1780
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 20</span>
1781
-
1782
- <span class='kw'>def</span> <span class='id identifier rubyid_transfer_status'>transfer_status</span>
1783
- <span class='ivar'>@transfer_status</span>
1784
- <span class='kw'>end</span></pre>
1785
- </td>
1786
- </tr>
1787
- </table>
1788
- </div>
1789
-
1790
-
1791
- <span id="transfer_tag=-instance_method"></span>
1792
- <div class="method_details ">
1793
- <h3 class="signature " id="transfer_tag-instance_method">
1794
-
1795
- #<strong>transfer_tag</strong> &#x21d2; <tt>Object</tt>
1796
-
1797
-
1798
-
1799
-
1800
-
1801
- </h3><div class="docstring">
1802
- <div class="discussion">
1803
-
1804
- <p>Returns the value of attribute transfer_tag</p>
1805
-
1806
-
1807
- </div>
1808
- </div>
1809
- <div class="tags">
1810
-
1811
-
1812
- </div><table class="source_code">
1813
- <tr>
1814
- <td>
1815
- <pre class="lines">
1816
-
1817
-
1818
- 22
1819
- 23
1820
- 24</pre>
1821
- </td>
1822
- <td>
1823
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 22</span>
1824
-
1825
- <span class='kw'>def</span> <span class='id identifier rubyid_transfer_tag'>transfer_tag</span>
1826
- <span class='ivar'>@transfer_tag</span>
1827
- <span class='kw'>end</span></pre>
1828
- </td>
1829
- </tr>
1830
- </table>
1831
- </div>
1832
-
1833
-
1834
- <span id="transfer_type_id=-instance_method"></span>
1835
- <div class="method_details ">
1836
- <h3 class="signature " id="transfer_type_id-instance_method">
1837
-
1838
- #<strong>transfer_type_id</strong> &#x21d2; <tt>Object</tt>
1839
-
1840
-
1841
-
1842
-
1843
-
1844
- </h3><div class="docstring">
1845
- <div class="discussion">
1846
-
1847
- <p>Transfer type | Status | Description | | —— | ——- | | 1 | Wallet to
1848
- wallet | | 2 | Card transaction | | 3 | Client fees | | 4 | Credit note |</p>
1849
-
1850
-
1851
- </div>
1852
- </div>
1853
- <div class="tags">
1854
-
1855
-
1856
- </div><table class="source_code">
1857
- <tr>
1858
- <td>
1859
- <pre class="lines">
1860
-
1861
-
1862
- 52
1863
- 53
1864
- 54</pre>
1865
- </td>
1866
- <td>
1867
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 52</span>
1868
-
1869
- <span class='kw'>def</span> <span class='id identifier rubyid_transfer_type_id'>transfer_type_id</span>
1870
- <span class='ivar'>@transfer_type_id</span>
1871
- <span class='kw'>end</span></pre>
1872
- </td>
1873
- </tr>
1874
- </table>
1875
- </div>
1876
-
1877
-
1878
- <span id="wallet_alias=-instance_method"></span>
1879
- <div class="method_details ">
1880
- <h3 class="signature " id="wallet_alias-instance_method">
1881
-
1882
- #<strong>wallet_alias</strong> &#x21d2; <tt>Object</tt>
1883
-
1884
-
1885
-
1886
-
1887
-
1888
- </h3><div class="docstring">
1889
- <div class="discussion">
1890
-
1891
- <p>Returns the value of attribute wallet_alias</p>
1892
-
1893
-
1894
- </div>
1895
- </div>
1896
- <div class="tags">
1897
-
1898
-
1899
- </div><table class="source_code">
1900
- <tr>
1901
- <td>
1902
- <pre class="lines">
1903
-
1904
-
1905
- 39
1906
- 40
1907
- 41</pre>
1908
- </td>
1909
- <td>
1910
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 39</span>
1911
-
1912
- <span class='kw'>def</span> <span class='id identifier rubyid_wallet_alias'>wallet_alias</span>
1913
- <span class='ivar'>@wallet_alias</span>
1914
- <span class='kw'>end</span></pre>
1915
- </td>
1916
- </tr>
1917
- </table>
1918
- </div>
1919
-
1920
-
1921
- <span id="wallet_event_name=-instance_method"></span>
1922
- <div class="method_details ">
1923
- <h3 class="signature " id="wallet_event_name-instance_method">
1924
-
1925
- #<strong>wallet_event_name</strong> &#x21d2; <tt>Object</tt>
1926
-
1927
-
1928
-
1929
-
1930
-
1931
- </h3><div class="docstring">
1932
- <div class="discussion">
1933
-
1934
- <p>Returns the value of attribute wallet_event_name</p>
1935
-
1936
-
1937
- </div>
1938
- </div>
1939
- <div class="tags">
1940
-
1941
-
1942
- </div><table class="source_code">
1943
- <tr>
1944
- <td>
1945
- <pre class="lines">
1946
-
1947
-
1948
- 37
1949
- 38
1950
- 39</pre>
1951
- </td>
1952
- <td>
1953
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 37</span>
1954
-
1955
- <span class='kw'>def</span> <span class='id identifier rubyid_wallet_event_name'>wallet_event_name</span>
1956
- <span class='ivar'>@wallet_event_name</span>
1957
- <span class='kw'>end</span></pre>
1958
- </td>
1959
- </tr>
1960
- </table>
1961
- </div>
1962
-
1963
-
1964
- <span id="wallet_id=-instance_method"></span>
1965
- <div class="method_details ">
1966
- <h3 class="signature " id="wallet_id-instance_method">
1967
-
1968
- #<strong>wallet_id</strong> &#x21d2; <tt>Object</tt>
1969
-
1970
-
1971
-
1972
-
1973
-
1974
- </h3><div class="docstring">
1975
- <div class="discussion">
1976
-
1977
- <p>Returns the value of attribute wallet_id</p>
1978
-
1979
-
1980
- </div>
1981
- </div>
1982
- <div class="tags">
1983
-
1984
-
1985
- </div><table class="source_code">
1986
- <tr>
1987
- <td>
1988
- <pre class="lines">
1989
-
1990
-
1991
- 24
1992
- 25
1993
- 26</pre>
1994
- </td>
1995
- <td>
1996
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 24</span>
1997
-
1998
- <span class='kw'>def</span> <span class='id identifier rubyid_wallet_id'>wallet_id</span>
1999
- <span class='ivar'>@wallet_id</span>
2000
- <span class='kw'>end</span></pre>
2001
- </td>
2002
- </tr>
2003
- </table>
2004
- </div>
2005
-
2006
-
2007
- <span id="wallet_type_id=-instance_method"></span>
2008
- <div class="method_details ">
2009
- <h3 class="signature " id="wallet_type_id-instance_method">
2010
-
2011
- #<strong>wallet_type_id</strong> &#x21d2; <tt>Object</tt>
2012
-
2013
-
2014
-
2015
-
2016
-
2017
- </h3><div class="docstring">
2018
- <div class="discussion">
2019
-
2020
- <p>| Id | Description | |—-|—-| | 9 | Electronic Money Wallet | | 10 | Payment
2021
- Account Wallet | | 13 | Mirror Wallet | | 14 | Electronic Money Card
2022
- (Internal only) |</p>
2023
-
2024
-
2025
- </div>
2026
- </div>
2027
- <div class="tags">
2028
-
2029
-
2030
- </div><table class="source_code">
2031
- <tr>
2032
- <td>
2033
- <pre class="lines">
2034
-
2035
-
2036
- 27
2037
- 28
2038
- 29</pre>
2039
- </td>
2040
- <td>
2041
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 27</span>
2042
-
2043
- <span class='kw'>def</span> <span class='id identifier rubyid_wallet_type_id'>wallet_type_id</span>
2044
- <span class='ivar'>@wallet_type_id</span>
2045
- <span class='kw'>end</span></pre>
2046
- </td>
2047
- </tr>
2048
- </table>
2049
- </div>
2050
-
2051
- </div>
2052
-
2053
-
2054
- <div id="class_method_details" class="method_details_list">
2055
- <h2>Class Method Details</h2>
2056
-
2057
-
2058
- <div class="method_details first">
2059
- <h3 class="signature first" id="attribute_map-class_method">
2060
-
2061
- .<strong>attribute_map</strong> &#x21d2; <tt>Object</tt>
2062
-
2063
-
2064
-
2065
-
2066
-
2067
- </h3><div class="docstring">
2068
- <div class="discussion">
2069
-
2070
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
2071
-
2072
-
2073
- </div>
2074
- </div>
2075
- <div class="tags">
2076
-
2077
-
2078
- </div><table class="source_code">
2079
- <tr>
2080
- <td>
2081
- <pre class="lines">
2082
-
2083
-
2084
- 85
2085
- 86
2086
- 87
2087
- 88
2088
- 89
2089
- 90
2090
- 91
2091
- 92
2092
- 93
2093
- 94
2094
- 95
2095
- 96
2096
- 97
2097
- 98
2098
- 99
2099
- 100
2100
- 101
2101
- 102
2102
- 103
2103
- 104
2104
- 105
2105
- 106
2106
- 107</pre>
2107
- </td>
2108
- <td>
2109
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 85</span>
2110
-
2111
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span>
2112
- <span class='lbrace'>{</span>
2113
- <span class='symbol'>:&#39;transfer_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;transferId&#39;</span><span class='comma'>,</span>
2114
- <span class='symbol'>:&#39;transfer_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;transferStatus&#39;</span><span class='comma'>,</span>
2115
- <span class='symbol'>:&#39;transfer_tag&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;transferTag&#39;</span><span class='comma'>,</span>
2116
- <span class='symbol'>:&#39;wallet_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;walletId&#39;</span><span class='comma'>,</span>
2117
- <span class='symbol'>:&#39;wallet_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;walletTypeId&#39;</span><span class='comma'>,</span>
2118
- <span class='symbol'>:&#39;beneficiary_wallet_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;beneficiaryWalletId&#39;</span><span class='comma'>,</span>
2119
- <span class='symbol'>:&#39;beneficiary_wallet_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;beneficiaryWalletTypeId&#39;</span><span class='comma'>,</span>
2120
- <span class='symbol'>:&#39;transfer_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;transferDate&#39;</span><span class='comma'>,</span>
2121
- <span class='symbol'>:&#39;wallet_event_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;walletEventName&#39;</span><span class='comma'>,</span>
2122
- <span class='symbol'>:&#39;wallet_alias&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;walletAlias&#39;</span><span class='comma'>,</span>
2123
- <span class='symbol'>:&#39;beneficiary_wallet_event_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;beneficiaryWalletEventName&#39;</span><span class='comma'>,</span>
2124
- <span class='symbol'>:&#39;beneficiary_wallet_alias&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;beneficiaryWalletAlias&#39;</span><span class='comma'>,</span>
2125
- <span class='symbol'>:&#39;amount&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;amount&#39;</span><span class='comma'>,</span>
2126
- <span class='symbol'>:&#39;currency&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;currency&#39;</span><span class='comma'>,</span>
2127
- <span class='symbol'>:&#39;label&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;label&#39;</span><span class='comma'>,</span>
2128
- <span class='symbol'>:&#39;transfer_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;transferTypeId&#39;</span><span class='comma'>,</span>
2129
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;createdDate&#39;</span><span class='comma'>,</span>
2130
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;modifiedDate&#39;</span><span class='comma'>,</span>
2131
- <span class='symbol'>:&#39;total_rows&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;totalRows&#39;</span>
2132
- <span class='rbrace'>}</span>
2133
- <span class='kw'>end</span></pre>
2134
- </td>
2135
- </tr>
2136
- </table>
2137
- </div>
2138
-
2139
- <div class="method_details ">
2140
- <h3 class="signature " id="swagger_types-class_method">
2141
-
2142
- .<strong>swagger_types</strong> &#x21d2; <tt>Object</tt>
2143
-
2144
-
2145
-
2146
-
2147
-
2148
- </h3><div class="docstring">
2149
- <div class="discussion">
2150
-
2151
- <p>Attribute type mapping.</p>
2152
-
2153
-
2154
- </div>
2155
- </div>
2156
- <div class="tags">
2157
-
2158
-
2159
- </div><table class="source_code">
2160
- <tr>
2161
- <td>
2162
- <pre class="lines">
2163
-
2164
-
2165
- 110
2166
- 111
2167
- 112
2168
- 113
2169
- 114
2170
- 115
2171
- 116
2172
- 117
2173
- 118
2174
- 119
2175
- 120
2176
- 121
2177
- 122
2178
- 123
2179
- 124
2180
- 125
2181
- 126
2182
- 127
2183
- 128
2184
- 129
2185
- 130
2186
- 131
2187
- 132</pre>
2188
- </td>
2189
- <td>
2190
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 110</span>
2191
-
2192
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_swagger_types'>swagger_types</span>
2193
- <span class='lbrace'>{</span>
2194
- <span class='symbol'>:&#39;transfer_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2195
- <span class='symbol'>:&#39;transfer_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2196
- <span class='symbol'>:&#39;transfer_tag&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2197
- <span class='symbol'>:&#39;wallet_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2198
- <span class='symbol'>:&#39;wallet_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2199
- <span class='symbol'>:&#39;beneficiary_wallet_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2200
- <span class='symbol'>:&#39;beneficiary_wallet_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2201
- <span class='symbol'>:&#39;transfer_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2202
- <span class='symbol'>:&#39;wallet_event_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2203
- <span class='symbol'>:&#39;wallet_alias&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2204
- <span class='symbol'>:&#39;beneficiary_wallet_event_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2205
- <span class='symbol'>:&#39;beneficiary_wallet_alias&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2206
- <span class='symbol'>:&#39;amount&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2207
- <span class='symbol'>:&#39;currency&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2208
- <span class='symbol'>:&#39;label&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2209
- <span class='symbol'>:&#39;transfer_type_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
2210
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2211
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
2212
- <span class='symbol'>:&#39;total_rows&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span>
2213
- <span class='rbrace'>}</span>
2214
- <span class='kw'>end</span></pre>
2215
- </td>
2216
- </tr>
2217
- </table>
2218
- </div>
2219
-
2220
- </div>
2221
-
2222
- <div id="instance_method_details" class="method_details_list">
2223
- <h2>Instance Method Details</h2>
2224
-
2225
-
2226
- <div class="method_details first">
2227
- <h3 class="signature first" id="==-instance_method">
2228
-
2229
- #<strong>==</strong>(o) &#x21d2; <tt>Object</tt>
2230
-
2231
-
2232
-
2233
-
2234
-
2235
- </h3><div class="docstring">
2236
- <div class="discussion">
2237
-
2238
- <p>Checks equality by comparing each attribute.</p>
2239
-
2240
-
2241
- </div>
2242
- </div>
2243
- <div class="tags">
2244
- <p class="tag_title">Parameters:</p>
2245
- <ul class="param">
2246
-
2247
- <li>
2248
-
2249
- <span class='name'>Object</span>
2250
-
2251
-
2252
- <span class='type'>(<tt>Object</tt>)</span>
2253
-
2254
-
2255
-
2256
- &mdash;
2257
- <div class='inline'>
2258
- <p>to be compared</p>
2259
- </div>
2260
-
2261
- </li>
2262
-
2263
- </ul>
2264
-
2265
-
2266
- </div><table class="source_code">
2267
- <tr>
2268
- <td>
2269
- <pre class="lines">
2270
-
2271
-
2272
- 247
2273
- 248
2274
- 249
2275
- 250
2276
- 251
2277
- 252
2278
- 253
2279
- 254
2280
- 255
2281
- 256
2282
- 257
2283
- 258
2284
- 259
2285
- 260
2286
- 261
2287
- 262
2288
- 263
2289
- 264
2290
- 265
2291
- 266
2292
- 267
2293
- 268
2294
- 269</pre>
2295
- </td>
2296
- <td>
2297
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 247</span>
2298
-
2299
- <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>
2300
- <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>
2301
- <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>
2302
- <span class='id identifier rubyid_transfer_id'>transfer_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_transfer_id'>transfer_id</span> <span class='op'>&amp;&amp;</span>
2303
- <span class='id identifier rubyid_transfer_status'>transfer_status</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_transfer_status'>transfer_status</span> <span class='op'>&amp;&amp;</span>
2304
- <span class='id identifier rubyid_transfer_tag'>transfer_tag</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_transfer_tag'>transfer_tag</span> <span class='op'>&amp;&amp;</span>
2305
- <span class='id identifier rubyid_wallet_id'>wallet_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_wallet_id'>wallet_id</span> <span class='op'>&amp;&amp;</span>
2306
- <span class='id identifier rubyid_wallet_type_id'>wallet_type_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_wallet_type_id'>wallet_type_id</span> <span class='op'>&amp;&amp;</span>
2307
- <span class='id identifier rubyid_beneficiary_wallet_id'>beneficiary_wallet_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_id'>beneficiary_wallet_id</span> <span class='op'>&amp;&amp;</span>
2308
- <span class='id identifier rubyid_beneficiary_wallet_type_id'>beneficiary_wallet_type_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_type_id'>beneficiary_wallet_type_id</span> <span class='op'>&amp;&amp;</span>
2309
- <span class='id identifier rubyid_transfer_date'>transfer_date</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_transfer_date'>transfer_date</span> <span class='op'>&amp;&amp;</span>
2310
- <span class='id identifier rubyid_wallet_event_name'>wallet_event_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_wallet_event_name'>wallet_event_name</span> <span class='op'>&amp;&amp;</span>
2311
- <span class='id identifier rubyid_wallet_alias'>wallet_alias</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_wallet_alias'>wallet_alias</span> <span class='op'>&amp;&amp;</span>
2312
- <span class='id identifier rubyid_beneficiary_wallet_event_name'>beneficiary_wallet_event_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_event_name'>beneficiary_wallet_event_name</span> <span class='op'>&amp;&amp;</span>
2313
- <span class='id identifier rubyid_beneficiary_wallet_alias'>beneficiary_wallet_alias</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_beneficiary_wallet_alias'>beneficiary_wallet_alias</span> <span class='op'>&amp;&amp;</span>
2314
- <span class='id identifier rubyid_amount'>amount</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_amount'>amount</span> <span class='op'>&amp;&amp;</span>
2315
- <span class='id identifier rubyid_currency'>currency</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_currency'>currency</span> <span class='op'>&amp;&amp;</span>
2316
- <span class='id identifier rubyid_label'>label</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_label'>label</span> <span class='op'>&amp;&amp;</span>
2317
- <span class='id identifier rubyid_transfer_type_id'>transfer_type_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_transfer_type_id'>transfer_type_id</span> <span class='op'>&amp;&amp;</span>
2318
- <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>
2319
- <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>
2320
- <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>
2321
- <span class='kw'>end</span></pre>
2322
- </td>
2323
- </tr>
2324
- </table>
2325
- </div>
2326
-
2327
- <div class="method_details ">
2328
- <h3 class="signature " id="_deserialize-instance_method">
2329
-
2330
- #<strong>_deserialize</strong>(type, value) &#x21d2; <tt>Object</tt>
2331
-
2332
-
2333
-
2334
-
2335
-
2336
- </h3><div class="docstring">
2337
- <div class="discussion">
2338
-
2339
- <p>Deserializes the data based on type</p>
2340
-
2341
-
2342
- </div>
2343
- </div>
2344
- <div class="tags">
2345
- <p class="tag_title">Parameters:</p>
2346
- <ul class="param">
2347
-
2348
- <li>
2349
-
2350
- <span class='name'>string</span>
2351
-
2352
-
2353
- <span class='type'></span>
2354
-
2355
-
2356
-
2357
- &mdash;
2358
- <div class='inline'>
2359
- <p>type Data type</p>
2360
- </div>
2361
-
2362
- </li>
2363
-
2364
- <li>
2365
-
2366
- <span class='name'>string</span>
2367
-
2368
-
2369
- <span class='type'></span>
2370
-
2371
-
2372
-
2373
- &mdash;
2374
- <div class='inline'>
2375
- <p>value Value to be deserialized</p>
2376
- </div>
2377
-
2378
- </li>
2379
-
2380
- </ul>
2381
-
2382
- <p class="tag_title">Returns:</p>
2383
- <ul class="return">
2384
-
2385
- <li>
2386
-
2387
-
2388
- <span class='type'>(<tt>Object</tt>)</span>
2389
-
2390
-
2391
-
2392
- &mdash;
2393
- <div class='inline'>
2394
- <p>Deserialized data</p>
2395
- </div>
2396
-
2397
- </li>
2398
-
2399
- </ul>
2400
-
2401
- </div><table class="source_code">
2402
- <tr>
2403
- <td>
2404
- <pre class="lines">
2405
-
2406
-
2407
- 307
2408
- 308
2409
- 309
2410
- 310
2411
- 311
2412
- 312
2413
- 313
2414
- 314
2415
- 315
2416
- 316
2417
- 317
2418
- 318
2419
- 319
2420
- 320
2421
- 321
2422
- 322
2423
- 323
2424
- 324
2425
- 325
2426
- 326
2427
- 327
2428
- 328
2429
- 329
2430
- 330
2431
- 331
2432
- 332
2433
- 333
2434
- 334
2435
- 335
2436
- 336
2437
- 337
2438
- 338
2439
- 339
2440
- 340
2441
- 341
2442
- 342
2443
- 343</pre>
2444
- </td>
2445
- <td>
2446
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 307</span>
2447
-
2448
- <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>
2449
- <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>
2450
- <span class='kw'>when</span> <span class='symbol'>:DateTime</span>
2451
- <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>
2452
- <span class='kw'>when</span> <span class='symbol'>:Date</span>
2453
- <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>
2454
- <span class='kw'>when</span> <span class='symbol'>:String</span>
2455
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
2456
- <span class='kw'>when</span> <span class='symbol'>:Integer</span>
2457
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span>
2458
- <span class='kw'>when</span> <span class='symbol'>:Float</span>
2459
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_f'>to_f</span>
2460
- <span class='kw'>when</span> <span class='symbol'>:BOOLEAN</span>
2461
- <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>
2462
- <span class='kw'>true</span>
2463
- <span class='kw'>else</span>
2464
- <span class='kw'>false</span>
2465
- <span class='kw'>end</span>
2466
- <span class='kw'>when</span> <span class='symbol'>:Object</span>
2467
- <span class='comment'># generic object (usually a Hash), return directly
2468
- </span> <span class='id identifier rubyid_value'>value</span>
2469
- <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>
2470
- <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>
2471
- <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>
2472
- <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>
2473
- <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>
2474
- <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>
2475
- <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>
2476
- <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>
2477
- <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>
2478
- <span class='kw'>end</span>
2479
- <span class='kw'>end</span>
2480
- <span class='kw'>else</span> <span class='comment'># model
2481
- </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>
2482
- <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>
2483
- <span class='kw'>end</span>
2484
- <span class='kw'>end</span></pre>
2485
- </td>
2486
- </tr>
2487
- </table>
2488
- </div>
2489
-
2490
- <div class="method_details ">
2491
- <h3 class="signature " id="_to_hash-instance_method">
2492
-
2493
- #<strong>_to_hash</strong>(value) &#x21d2; <tt>Hash</tt>
2494
-
2495
-
2496
-
2497
-
2498
-
2499
- </h3><div class="docstring">
2500
- <div class="discussion">
2501
-
2502
- <p>Outputs non-array value in the form of hash For object, use to_hash.
2503
- Otherwise, just return the value</p>
2504
-
2505
-
2506
- </div>
2507
- </div>
2508
- <div class="tags">
2509
- <p class="tag_title">Parameters:</p>
2510
- <ul class="param">
2511
-
2512
- <li>
2513
-
2514
- <span class='name'>value</span>
2515
-
2516
-
2517
- <span class='type'>(<tt>Object</tt>)</span>
2518
-
2519
-
2520
-
2521
- &mdash;
2522
- <div class='inline'>
2523
- <p>Any valid value</p>
2524
- </div>
2525
-
2526
- </li>
2527
-
2528
- </ul>
2529
-
2530
- <p class="tag_title">Returns:</p>
2531
- <ul class="return">
2532
-
2533
- <li>
2534
-
2535
-
2536
- <span class='type'>(<tt>Hash</tt>)</span>
2537
-
2538
-
2539
-
2540
- &mdash;
2541
- <div class='inline'>
2542
- <p>Returns the value in the form of hash</p>
2543
- </div>
2544
-
2545
- </li>
2546
-
2547
- </ul>
2548
-
2549
- </div><table class="source_code">
2550
- <tr>
2551
- <td>
2552
- <pre class="lines">
2553
-
2554
-
2555
- 373
2556
- 374
2557
- 375
2558
- 376
2559
- 377
2560
- 378
2561
- 379
2562
- 380
2563
- 381
2564
- 382
2565
- 383
2566
- 384
2567
- 385</pre>
2568
- </td>
2569
- <td>
2570
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 373</span>
2571
-
2572
- <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>
2573
- <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>
2574
- <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>
2575
- <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>
2576
- <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>
2577
- <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>
2578
- <span class='kw'>end</span>
2579
- <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>
2580
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_hash'>to_hash</span>
2581
- <span class='kw'>else</span>
2582
- <span class='id identifier rubyid_value'>value</span>
2583
- <span class='kw'>end</span>
2584
- <span class='kw'>end</span></pre>
2585
- </td>
2586
- </tr>
2587
- </table>
2588
- </div>
2589
-
2590
- <div class="method_details ">
2591
- <h3 class="signature " id="build_from_hash-instance_method">
2592
-
2593
- #<strong>build_from_hash</strong>(attributes) &#x21d2; <tt>Object</tt>
2594
-
2595
-
2596
-
2597
-
2598
-
2599
- </h3><div class="docstring">
2600
- <div class="discussion">
2601
-
2602
- <p>Builds the object from hash</p>
2603
-
2604
-
2605
- </div>
2606
- </div>
2607
- <div class="tags">
2608
- <p class="tag_title">Parameters:</p>
2609
- <ul class="param">
2610
-
2611
- <li>
2612
-
2613
- <span class='name'>attributes</span>
2614
-
2615
-
2616
- <span class='type'>(<tt>Hash</tt>)</span>
2617
-
2618
-
2619
-
2620
- &mdash;
2621
- <div class='inline'>
2622
- <p>Model attributes in the form of hash</p>
2623
- </div>
2624
-
2625
- </li>
2626
-
2627
- </ul>
2628
-
2629
- <p class="tag_title">Returns:</p>
2630
- <ul class="return">
2631
-
2632
- <li>
2633
-
2634
-
2635
- <span class='type'>(<tt>Object</tt>)</span>
2636
-
2637
-
2638
-
2639
- &mdash;
2640
- <div class='inline'>
2641
- <p>Returns the model itself</p>
2642
- </div>
2643
-
2644
- </li>
2645
-
2646
- </ul>
2647
-
2648
- </div><table class="source_code">
2649
- <tr>
2650
- <td>
2651
- <pre class="lines">
2652
-
2653
-
2654
- 286
2655
- 287
2656
- 288
2657
- 289
2658
- 290
2659
- 291
2660
- 292
2661
- 293
2662
- 294
2663
- 295
2664
- 296
2665
- 297
2666
- 298
2667
- 299
2668
- 300
2669
- 301</pre>
2670
- </td>
2671
- <td>
2672
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 286</span>
2673
-
2674
- <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>
2675
- <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>
2676
- <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>
2677
- <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>
2678
- <span class='comment'># check to ensure the input is an array given that the the attribute
2679
- </span> <span class='comment'># is documented as an array but the input is not
2680
- </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>
2681
- <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>
2682
- <span class='kw'>end</span>
2683
- <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>
2684
- <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>
2685
- <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
2686
- </span> <span class='kw'>end</span>
2687
-
2688
- <span class='kw'>self</span>
2689
- <span class='kw'>end</span></pre>
2690
- </td>
2691
- </tr>
2692
- </table>
2693
- </div>
2694
-
2695
- <div class="method_details ">
2696
- <h3 class="signature " id="eql?-instance_method">
2697
-
2698
- #<strong>eql?</strong>(o) &#x21d2; <tt>Boolean</tt>
2699
-
2700
-
2701
-
2702
-
2703
-
2704
- </h3><div class="docstring">
2705
- <div class="discussion">
2706
-
2707
-
2708
- </div>
2709
- </div>
2710
- <div class="tags">
2711
- <p class="tag_title">Parameters:</p>
2712
- <ul class="param">
2713
-
2714
- <li>
2715
-
2716
- <span class='name'>Object</span>
2717
-
2718
-
2719
- <span class='type'>(<tt>Object</tt>)</span>
2720
-
2721
-
2722
-
2723
- &mdash;
2724
- <div class='inline'>
2725
- <p>to be compared</p>
2726
- </div>
2727
-
2728
- </li>
2729
-
2730
- </ul>
2731
-
2732
- <p class="tag_title">Returns:</p>
2733
- <ul class="return">
2734
-
2735
- <li>
2736
-
2737
-
2738
- <span class='type'>(<tt>Boolean</tt>)</span>
2739
-
2740
-
2741
-
2742
- </li>
2743
-
2744
- </ul>
2745
-
2746
- <p class="tag_title">See Also:</p>
2747
- <ul class="see">
2748
-
2749
- <li>`==` method</li>
2750
-
2751
- </ul>
2752
-
2753
- </div><table class="source_code">
2754
- <tr>
2755
- <td>
2756
- <pre class="lines">
2757
-
2758
-
2759
- 273
2760
- 274
2761
- 275</pre>
2762
- </td>
2763
- <td>
2764
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 273</span>
2765
-
2766
- <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>
2767
- <span class='kw'>self</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span>
2768
- <span class='kw'>end</span></pre>
2769
- </td>
2770
- </tr>
2771
- </table>
2772
- </div>
2773
-
2774
- <div class="method_details ">
2775
- <h3 class="signature " id="hash-instance_method">
2776
-
2777
- #<strong>hash</strong> &#x21d2; <tt>Fixnum</tt>
2778
-
2779
-
2780
-
2781
-
2782
-
2783
- </h3><div class="docstring">
2784
- <div class="discussion">
2785
-
2786
- <p>Calculates hash code according to all attributes.</p>
2787
-
2788
-
2789
- </div>
2790
- </div>
2791
- <div class="tags">
2792
-
2793
- <p class="tag_title">Returns:</p>
2794
- <ul class="return">
2795
-
2796
- <li>
2797
-
2798
-
2799
- <span class='type'>(<tt>Fixnum</tt>)</span>
2800
-
2801
-
2802
-
2803
- &mdash;
2804
- <div class='inline'>
2805
- <p>Hash code</p>
2806
- </div>
2807
-
2808
- </li>
2809
-
2810
- </ul>
2811
-
2812
- </div><table class="source_code">
2813
- <tr>
2814
- <td>
2815
- <pre class="lines">
2816
-
2817
-
2818
- 279
2819
- 280
2820
- 281</pre>
2821
- </td>
2822
- <td>
2823
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 279</span>
2824
-
2825
- <span class='kw'>def</span> <span class='id identifier rubyid_hash'>hash</span>
2826
- <span class='lbracket'>[</span><span class='id identifier rubyid_transfer_id'>transfer_id</span><span class='comma'>,</span> <span class='id identifier rubyid_transfer_status'>transfer_status</span><span class='comma'>,</span> <span class='id identifier rubyid_transfer_tag'>transfer_tag</span><span class='comma'>,</span> <span class='id identifier rubyid_wallet_id'>wallet_id</span><span class='comma'>,</span> <span class='id identifier rubyid_wallet_type_id'>wallet_type_id</span><span class='comma'>,</span> <span class='id identifier rubyid_beneficiary_wallet_id'>beneficiary_wallet_id</span><span class='comma'>,</span> <span class='id identifier rubyid_beneficiary_wallet_type_id'>beneficiary_wallet_type_id</span><span class='comma'>,</span> <span class='id identifier rubyid_transfer_date'>transfer_date</span><span class='comma'>,</span> <span class='id identifier rubyid_wallet_event_name'>wallet_event_name</span><span class='comma'>,</span> <span class='id identifier rubyid_wallet_alias'>wallet_alias</span><span class='comma'>,</span> <span class='id identifier rubyid_beneficiary_wallet_event_name'>beneficiary_wallet_event_name</span><span class='comma'>,</span> <span class='id identifier rubyid_beneficiary_wallet_alias'>beneficiary_wallet_alias</span><span class='comma'>,</span> <span class='id identifier rubyid_amount'>amount</span><span class='comma'>,</span> <span class='id identifier rubyid_currency'>currency</span><span class='comma'>,</span> <span class='id identifier rubyid_label'>label</span><span class='comma'>,</span> <span class='id identifier rubyid_transfer_type_id'>transfer_type_id</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>
2827
- <span class='kw'>end</span></pre>
2828
- </td>
2829
- </tr>
2830
- </table>
2831
- </div>
2832
-
2833
- <div class="method_details ">
2834
- <h3 class="signature " id="list_invalid_properties-instance_method">
2835
-
2836
- #<strong>list_invalid_properties</strong> &#x21d2; <tt>Object</tt>
2837
-
2838
-
2839
-
2840
-
2841
-
2842
- </h3><div class="docstring">
2843
- <div class="discussion">
2844
-
2845
- <p>Show invalid properties with the reasons. Usually used together with valid?</p>
2846
-
2847
-
2848
- </div>
2849
- </div>
2850
- <div class="tags">
2851
-
2852
- <p class="tag_title">Returns:</p>
2853
- <ul class="return">
2854
-
2855
- <li>
2856
-
2857
-
2858
- <span class='type'></span>
2859
-
2860
-
2861
-
2862
-
2863
- <div class='inline'>
2864
- <p>Array for valid properties with the reasons</p>
2865
- </div>
2866
-
2867
- </li>
2868
-
2869
- </ul>
2870
-
2871
- </div><table class="source_code">
2872
- <tr>
2873
- <td>
2874
- <pre class="lines">
2875
-
2876
-
2877
- 222
2878
- 223
2879
- 224
2880
- 225</pre>
2881
- </td>
2882
- <td>
2883
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 222</span>
2884
-
2885
- <span class='kw'>def</span> <span class='id identifier rubyid_list_invalid_properties'>list_invalid_properties</span>
2886
- <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>
2887
- <span class='kw'>return</span> <span class='id identifier rubyid_invalid_properties'>invalid_properties</span>
2888
- <span class='kw'>end</span></pre>
2889
- </td>
2890
- </tr>
2891
- </table>
2892
- </div>
2893
-
2894
- <div class="method_details ">
2895
- <h3 class="signature " id="to_body-instance_method">
2896
-
2897
- #<strong>to_body</strong> &#x21d2; <tt>Hash</tt>
2898
-
2899
-
2900
-
2901
-
2902
-
2903
- </h3><div class="docstring">
2904
- <div class="discussion">
2905
-
2906
- <p>to_body is an alias to to_hash (backward compatibility)</p>
2907
-
2908
-
2909
- </div>
2910
- </div>
2911
- <div class="tags">
2912
-
2913
- <p class="tag_title">Returns:</p>
2914
- <ul class="return">
2915
-
2916
- <li>
2917
-
2918
-
2919
- <span class='type'>(<tt>Hash</tt>)</span>
2920
-
2921
-
2922
-
2923
- &mdash;
2924
- <div class='inline'>
2925
- <p>Returns the object in the form of hash</p>
2926
- </div>
2927
-
2928
- </li>
2929
-
2930
- </ul>
2931
-
2932
- </div><table class="source_code">
2933
- <tr>
2934
- <td>
2935
- <pre class="lines">
2936
-
2937
-
2938
- 353
2939
- 354
2940
- 355</pre>
2941
- </td>
2942
- <td>
2943
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 353</span>
2944
-
2945
- <span class='kw'>def</span> <span class='id identifier rubyid_to_body'>to_body</span>
2946
- <span class='id identifier rubyid_to_hash'>to_hash</span>
2947
- <span class='kw'>end</span></pre>
2948
- </td>
2949
- </tr>
2950
- </table>
2951
- </div>
2952
-
2953
- <div class="method_details ">
2954
- <h3 class="signature " id="to_hash-instance_method">
2955
-
2956
- #<strong>to_hash</strong> &#x21d2; <tt>Hash</tt>
2957
-
2958
-
2959
-
2960
-
2961
-
2962
- </h3><div class="docstring">
2963
- <div class="discussion">
2964
-
2965
- <p>Returns the object in the form of hash</p>
2966
-
2967
-
2968
- </div>
2969
- </div>
2970
- <div class="tags">
2971
-
2972
- <p class="tag_title">Returns:</p>
2973
- <ul class="return">
2974
-
2975
- <li>
2976
-
2977
-
2978
- <span class='type'>(<tt>Hash</tt>)</span>
2979
-
2980
-
2981
-
2982
- &mdash;
2983
- <div class='inline'>
2984
- <p>Returns the object in the form of hash</p>
2985
- </div>
2986
-
2987
- </li>
2988
-
2989
- </ul>
2990
-
2991
- </div><table class="source_code">
2992
- <tr>
2993
- <td>
2994
- <pre class="lines">
2995
-
2996
-
2997
- 359
2998
- 360
2999
- 361
3000
- 362
3001
- 363
3002
- 364
3003
- 365
3004
- 366
3005
- 367</pre>
3006
- </td>
3007
- <td>
3008
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 359</span>
3009
-
3010
- <span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
3011
- <span class='id identifier rubyid_hash'>hash</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
3012
- <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>
3013
- <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>
3014
- <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>
3015
- <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>
3016
- <span class='kw'>end</span>
3017
- <span class='id identifier rubyid_hash'>hash</span>
3018
- <span class='kw'>end</span></pre>
3019
- </td>
3020
- </tr>
3021
- </table>
3022
- </div>
3023
-
3024
- <div class="method_details ">
3025
- <h3 class="signature " id="to_s-instance_method">
3026
-
3027
- #<strong>to_s</strong> &#x21d2; <tt>String</tt>
3028
-
3029
-
3030
-
3031
-
3032
-
3033
- </h3><div class="docstring">
3034
- <div class="discussion">
3035
-
3036
- <p>Returns the string representation of the object</p>
3037
-
3038
-
3039
- </div>
3040
- </div>
3041
- <div class="tags">
3042
-
3043
- <p class="tag_title">Returns:</p>
3044
- <ul class="return">
3045
-
3046
- <li>
3047
-
3048
-
3049
- <span class='type'>(<tt>String</tt>)</span>
3050
-
3051
-
3052
-
3053
- &mdash;
3054
- <div class='inline'>
3055
- <p>String presentation of the object</p>
3056
- </div>
3057
-
3058
- </li>
3059
-
3060
- </ul>
3061
-
3062
- </div><table class="source_code">
3063
- <tr>
3064
- <td>
3065
- <pre class="lines">
3066
-
3067
-
3068
- 347
3069
- 348
3070
- 349</pre>
3071
- </td>
3072
- <td>
3073
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 347</span>
3074
-
3075
- <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
3076
- <span class='id identifier rubyid_to_hash'>to_hash</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
3077
- <span class='kw'>end</span></pre>
3078
- </td>
3079
- </tr>
3080
- </table>
3081
- </div>
3082
-
3083
- <div class="method_details ">
3084
- <h3 class="signature " id="valid?-instance_method">
3085
-
3086
- #<strong>valid?</strong> &#x21d2; <tt>Boolean</tt>
3087
-
3088
-
3089
-
3090
-
3091
-
3092
- </h3><div class="docstring">
3093
- <div class="discussion">
3094
-
3095
- <p>Check to see if the all the properties in the model are valid</p>
3096
-
3097
-
3098
- </div>
3099
- </div>
3100
- <div class="tags">
3101
-
3102
- <p class="tag_title">Returns:</p>
3103
- <ul class="return">
3104
-
3105
- <li>
3106
-
3107
-
3108
- <span class='type'>(<tt>Boolean</tt>)</span>
3109
-
3110
-
3111
-
3112
- &mdash;
3113
- <div class='inline'>
3114
- <p>true if the model is valid</p>
3115
- </div>
3116
-
3117
- </li>
3118
-
3119
- </ul>
3120
-
3121
- </div><table class="source_code">
3122
- <tr>
3123
- <td>
3124
- <pre class="lines">
3125
-
3126
-
3127
- 229
3128
- 230
3129
- 231
3130
- 232
3131
- 233</pre>
3132
- </td>
3133
- <td>
3134
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/transfer.rb', line 229</span>
3135
-
3136
- <span class='kw'>def</span> <span class='id identifier rubyid_valid?'>valid?</span>
3137
- <span class='id identifier rubyid_transfer_status_validator'>transfer_status_validator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Transfer/EnumAttributeValidator.html" title="TreezorClient::Transfer::EnumAttributeValidator (class)">EnumAttributeValidator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Transfer/EnumAttributeValidator.html#initialize-instance_method" title="TreezorClient::Transfer::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>
3138
- <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_transfer_status_validator'>transfer_status_validator</span><span class='period'>.</span><span class='id identifier rubyid_valid?'>valid?</span><span class='lparen'>(</span><span class='ivar'>@transfer_status</span><span class='rparen'>)</span>
3139
- <span class='kw'>return</span> <span class='kw'>true</span>
3140
- <span class='kw'>end</span></pre>
3141
- </td>
3142
- </tr>
3143
- </table>
3144
- </div>
3145
-
3146
- </div>
3147
-
3148
- </div>
3149
-
3150
- <div id="footer">
3151
- Generated on Wed Aug 8 17:39:09 2018 by
3152
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3153
- 0.9.15 (ruby-2.5.1).
3154
- </div>
3155
-
3156
- </div>
3157
- </body>
3158
- </html>