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,4584 +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::Mandate
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::Mandate";
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 (M)</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">Mandate</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::Mandate
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::Mandate</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/mandate.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="Mandate/EnumAttributeValidator.html" title="TreezorClient::Mandate::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="#contract_description-instance_method" title="#contract_description (instance method)">#<strong>contract_description</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 contract_description.</p>
141
- </div></span>
142
-
143
- </li>
144
-
145
-
146
- <li class="public ">
147
- <span class="summary_signature">
148
-
149
- <a href="#contract_identification_number-instance_method" title="#contract_identification_number (instance method)">#<strong>contract_identification_number</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 contract_identification_number.</p>
168
- </div></span>
169
-
170
- </li>
171
-
172
-
173
- <li class="public ">
174
- <span class="summary_signature">
175
-
176
- <a href="#created_date-instance_method" title="#created_date (instance method)">#<strong>created_date</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>Date YYYY-MM-DD HH:MM:SS.</p>
195
- </div></span>
196
-
197
- </li>
198
-
199
-
200
- <li class="public ">
201
- <span class="summary_signature">
202
-
203
- <a href="#created_ip-instance_method" title="#created_ip (instance method)">#<strong>created_ip</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 created_ip.</p>
222
- </div></span>
223
-
224
- </li>
225
-
226
-
227
- <li class="public ">
228
- <span class="summary_signature">
229
-
230
- <a href="#creditor_address-instance_method" title="#creditor_address (instance method)">#<strong>creditor_address</strong> &#x21d2; Object </a>
231
-
232
-
233
-
234
- </span>
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
- <span class="summary_desc"><div class='inline'>
248
- <p>Returns the value of attribute creditor_address.</p>
249
- </div></span>
250
-
251
- </li>
252
-
253
-
254
- <li class="public ">
255
- <span class="summary_signature">
256
-
257
- <a href="#creditor_city-instance_method" title="#creditor_city (instance method)">#<strong>creditor_city</strong> &#x21d2; Object </a>
258
-
259
-
260
-
261
- </span>
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
- <span class="summary_desc"><div class='inline'>
275
- <p>Returns the value of attribute creditor_city.</p>
276
- </div></span>
277
-
278
- </li>
279
-
280
-
281
- <li class="public ">
282
- <span class="summary_signature">
283
-
284
- <a href="#creditor_country-instance_method" title="#creditor_country (instance method)">#<strong>creditor_country</strong> &#x21d2; Object </a>
285
-
286
-
287
-
288
- </span>
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
- <span class="summary_desc"><div class='inline'>
302
- <p>Returns the value of attribute creditor_country.</p>
303
- </div></span>
304
-
305
- </li>
306
-
307
-
308
- <li class="public ">
309
- <span class="summary_signature">
310
-
311
- <a href="#creditor_name-instance_method" title="#creditor_name (instance method)">#<strong>creditor_name</strong> &#x21d2; Object </a>
312
-
313
-
314
-
315
- </span>
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
- <span class="summary_desc"><div class='inline'>
329
- <p>Returns the value of attribute creditor_name.</p>
330
- </div></span>
331
-
332
- </li>
333
-
334
-
335
- <li class="public ">
336
- <span class="summary_signature">
337
-
338
- <a href="#creditor_reference_identification_code-instance_method" title="#creditor_reference_identification_code (instance method)">#<strong>creditor_reference_identification_code</strong> &#x21d2; Object </a>
339
-
340
-
341
-
342
- </span>
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
- <span class="summary_desc"><div class='inline'>
356
- <p>Returns the value of attribute creditor_reference_identification_code.</p>
357
- </div></span>
358
-
359
- </li>
360
-
361
-
362
- <li class="public ">
363
- <span class="summary_signature">
364
-
365
- <a href="#creditor_reference_party_name-instance_method" title="#creditor_reference_party_name (instance method)">#<strong>creditor_reference_party_name</strong> &#x21d2; Object </a>
366
-
367
-
368
-
369
- </span>
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
- <span class="summary_desc"><div class='inline'>
383
- <p>Returns the value of attribute creditor_reference_party_name.</p>
384
- </div></span>
385
-
386
- </li>
387
-
388
-
389
- <li class="public ">
390
- <span class="summary_signature">
391
-
392
- <a href="#creditor_zip_code-instance_method" title="#creditor_zip_code (instance method)">#<strong>creditor_zip_code</strong> &#x21d2; Object </a>
393
-
394
-
395
-
396
- </span>
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
- <span class="summary_desc"><div class='inline'>
410
- <p>Returns the value of attribute creditor_zip_code.</p>
411
- </div></span>
412
-
413
- </li>
414
-
415
-
416
- <li class="public ">
417
- <span class="summary_signature">
418
-
419
- <a href="#debtor_address-instance_method" title="#debtor_address (instance method)">#<strong>debtor_address</strong> &#x21d2; Object </a>
420
-
421
-
422
-
423
- </span>
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
- <span class="summary_desc"><div class='inline'>
437
- <p>Returns the value of attribute debtor_address.</p>
438
- </div></span>
439
-
440
- </li>
441
-
442
-
443
- <li class="public ">
444
- <span class="summary_signature">
445
-
446
- <a href="#debtor_bic-instance_method" title="#debtor_bic (instance method)">#<strong>debtor_bic</strong> &#x21d2; Object </a>
447
-
448
-
449
-
450
- </span>
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
- <span class="summary_desc"><div class='inline'>
464
- <p>Returns the value of attribute debtor_bic.</p>
465
- </div></span>
466
-
467
- </li>
468
-
469
-
470
- <li class="public ">
471
- <span class="summary_signature">
472
-
473
- <a href="#debtor_city-instance_method" title="#debtor_city (instance method)">#<strong>debtor_city</strong> &#x21d2; Object </a>
474
-
475
-
476
-
477
- </span>
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
-
486
-
487
-
488
-
489
-
490
- <span class="summary_desc"><div class='inline'>
491
- <p>Returns the value of attribute debtor_city.</p>
492
- </div></span>
493
-
494
- </li>
495
-
496
-
497
- <li class="public ">
498
- <span class="summary_signature">
499
-
500
- <a href="#debtor_country-instance_method" title="#debtor_country (instance method)">#<strong>debtor_country</strong> &#x21d2; Object </a>
501
-
502
-
503
-
504
- </span>
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
- <span class="summary_desc"><div class='inline'>
518
- <p>Returns the value of attribute debtor_country.</p>
519
- </div></span>
520
-
521
- </li>
522
-
523
-
524
- <li class="public ">
525
- <span class="summary_signature">
526
-
527
- <a href="#debtor_iban-instance_method" title="#debtor_iban (instance method)">#<strong>debtor_iban</strong> &#x21d2; Object </a>
528
-
529
-
530
-
531
- </span>
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
- <span class="summary_desc"><div class='inline'>
545
- <p>Returns the value of attribute debtor_iban.</p>
546
- </div></span>
547
-
548
- </li>
549
-
550
-
551
- <li class="public ">
552
- <span class="summary_signature">
553
-
554
- <a href="#debtor_identification_code-instance_method" title="#debtor_identification_code (instance method)">#<strong>debtor_identification_code</strong> &#x21d2; Object </a>
555
-
556
-
557
-
558
- </span>
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
- <span class="summary_desc"><div class='inline'>
572
- <p>Returns the value of attribute debtor_identification_code.</p>
573
- </div></span>
574
-
575
- </li>
576
-
577
-
578
- <li class="public ">
579
- <span class="summary_signature">
580
-
581
- <a href="#debtor_name-instance_method" title="#debtor_name (instance method)">#<strong>debtor_name</strong> &#x21d2; Object </a>
582
-
583
-
584
-
585
- </span>
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
- <span class="summary_desc"><div class='inline'>
599
- <p>Returns the value of attribute debtor_name.</p>
600
- </div></span>
601
-
602
- </li>
603
-
604
-
605
- <li class="public ">
606
- <span class="summary_signature">
607
-
608
- <a href="#debtor_reference_identification_code-instance_method" title="#debtor_reference_identification_code (instance method)">#<strong>debtor_reference_identification_code</strong> &#x21d2; Object </a>
609
-
610
-
611
-
612
- </span>
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
- <span class="summary_desc"><div class='inline'>
626
- <p>Returns the value of attribute debtor_reference_identification_code.</p>
627
- </div></span>
628
-
629
- </li>
630
-
631
-
632
- <li class="public ">
633
- <span class="summary_signature">
634
-
635
- <a href="#debtor_reference_party_name-instance_method" title="#debtor_reference_party_name (instance method)">#<strong>debtor_reference_party_name</strong> &#x21d2; Object </a>
636
-
637
-
638
-
639
- </span>
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
- <span class="summary_desc"><div class='inline'>
653
- <p>Returns the value of attribute debtor_reference_party_name.</p>
654
- </div></span>
655
-
656
- </li>
657
-
658
-
659
- <li class="public ">
660
- <span class="summary_signature">
661
-
662
- <a href="#debtor_signature_ip-instance_method" title="#debtor_signature_ip (instance method)">#<strong>debtor_signature_ip</strong> &#x21d2; Object </a>
663
-
664
-
665
-
666
- </span>
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
- <span class="summary_desc"><div class='inline'>
680
- <p>Returns the value of attribute debtor_signature_ip.</p>
681
- </div></span>
682
-
683
- </li>
684
-
685
-
686
- <li class="public ">
687
- <span class="summary_signature">
688
-
689
- <a href="#debtor_zip_code-instance_method" title="#debtor_zip_code (instance method)">#<strong>debtor_zip_code</strong> &#x21d2; Object </a>
690
-
691
-
692
-
693
- </span>
694
-
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
-
705
-
706
- <span class="summary_desc"><div class='inline'>
707
- <p>Returns the value of attribute debtor_zip_code.</p>
708
- </div></span>
709
-
710
- </li>
711
-
712
-
713
- <li class="public ">
714
- <span class="summary_signature">
715
-
716
- <a href="#is_paper-instance_method" title="#is_paper (instance method)">#<strong>is_paper</strong> &#x21d2; Object </a>
717
-
718
-
719
-
720
- </span>
721
-
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
- <span class="summary_desc"><div class='inline'>
734
- <p>Returns the value of attribute is_paper.</p>
735
- </div></span>
736
-
737
- </li>
738
-
739
-
740
- <li class="public ">
741
- <span class="summary_signature">
742
-
743
- <a href="#legal_informations-instance_method" title="#legal_informations (instance method)">#<strong>legal_informations</strong> &#x21d2; Object </a>
744
-
745
-
746
-
747
- </span>
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
-
756
-
757
-
758
-
759
-
760
- <span class="summary_desc"><div class='inline'>
761
- <p>Returns the value of attribute legal_informations.</p>
762
- </div></span>
763
-
764
- </li>
765
-
766
-
767
- <li class="public ">
768
- <span class="summary_signature">
769
-
770
- <a href="#mandate_id-instance_method" title="#mandate_id (instance method)">#<strong>mandate_id</strong> &#x21d2; Object </a>
771
-
772
-
773
-
774
- </span>
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
- <span class="summary_desc"><div class='inline'>
788
- <p>Returns the value of attribute mandate_id.</p>
789
- </div></span>
790
-
791
- </li>
792
-
793
-
794
- <li class="public ">
795
- <span class="summary_signature">
796
-
797
- <a href="#mandate_status-instance_method" title="#mandate_status (instance method)">#<strong>mandate_status</strong> &#x21d2; Object </a>
798
-
799
-
800
-
801
- </span>
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
-
813
-
814
- <span class="summary_desc"><div class='inline'>
815
- <p>Returns the value of attribute mandate_status.</p>
816
- </div></span>
817
-
818
- </li>
819
-
820
-
821
- <li class="public ">
822
- <span class="summary_signature">
823
-
824
- <a href="#modified_date-instance_method" title="#modified_date (instance method)">#<strong>modified_date</strong> &#x21d2; Object </a>
825
-
826
-
827
-
828
- </span>
829
-
830
-
831
-
832
-
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
- <span class="summary_desc"><div class='inline'>
842
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
843
- </div></span>
844
-
845
- </li>
846
-
847
-
848
- <li class="public ">
849
- <span class="summary_signature">
850
-
851
- <a href="#revocation_signature_date-instance_method" title="#revocation_signature_date (instance method)">#<strong>revocation_signature_date</strong> &#x21d2; Object </a>
852
-
853
-
854
-
855
- </span>
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- <span class="summary_desc"><div class='inline'>
869
- <p>Date YYYY-MM-DD HH:MM:SS.</p>
870
- </div></span>
871
-
872
- </li>
873
-
874
-
875
- <li class="public ">
876
- <span class="summary_signature">
877
-
878
- <a href="#sdd_type-instance_method" title="#sdd_type (instance method)">#<strong>sdd_type</strong> &#x21d2; Object </a>
879
-
880
-
881
-
882
- </span>
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
- <span class="summary_desc"><div class='inline'>
896
- <p>Returns the value of attribute sdd_type.</p>
897
- </div></span>
898
-
899
- </li>
900
-
901
-
902
- <li class="public ">
903
- <span class="summary_signature">
904
-
905
- <a href="#sepa_creditor_identifier-instance_method" title="#sepa_creditor_identifier (instance method)">#<strong>sepa_creditor_identifier</strong> &#x21d2; Object </a>
906
-
907
-
908
-
909
- </span>
910
-
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
- <span class="summary_desc"><div class='inline'>
923
- <p>Returns the value of attribute sepa_creditor_identifier.</p>
924
- </div></span>
925
-
926
- </li>
927
-
928
-
929
- <li class="public ">
930
- <span class="summary_signature">
931
-
932
- <a href="#sequence_type-instance_method" title="#sequence_type (instance method)">#<strong>sequence_type</strong> &#x21d2; Object </a>
933
-
934
-
935
-
936
- </span>
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
- <span class="summary_desc"><div class='inline'>
950
- <p>Returns the value of attribute sequence_type.</p>
951
- </div></span>
952
-
953
- </li>
954
-
955
-
956
- <li class="public ">
957
- <span class="summary_signature">
958
-
959
- <a href="#signature_date-instance_method" title="#signature_date (instance method)">#<strong>signature_date</strong> &#x21d2; Object </a>
960
-
961
-
962
-
963
- </span>
964
-
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
- <span class="summary_desc"><div class='inline'>
977
- <p>Date YYYY-MM-DD.</p>
978
- </div></span>
979
-
980
- </li>
981
-
982
-
983
- <li class="public ">
984
- <span class="summary_signature">
985
-
986
- <a href="#signed-instance_method" title="#signed (instance method)">#<strong>signed</strong> &#x21d2; Object </a>
987
-
988
-
989
-
990
- </span>
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
-
1002
-
1003
- <span class="summary_desc"><div class='inline'>
1004
- <p>Returns the value of attribute signed.</p>
1005
- </div></span>
1006
-
1007
- </li>
1008
-
1009
-
1010
- <li class="public ">
1011
- <span class="summary_signature">
1012
-
1013
- <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; Object </a>
1014
-
1015
-
1016
-
1017
- </span>
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- <span class="summary_desc"><div class='inline'>
1031
- <p>Returns the value of attribute title.</p>
1032
- </div></span>
1033
-
1034
- </li>
1035
-
1036
-
1037
- <li class="public ">
1038
- <span class="summary_signature">
1039
-
1040
- <a href="#unique_mandate_reference-instance_method" title="#unique_mandate_reference (instance method)">#<strong>unique_mandate_reference</strong> &#x21d2; Object </a>
1041
-
1042
-
1043
-
1044
- </span>
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
- <span class="summary_desc"><div class='inline'>
1058
- <p>Returns the value of attribute unique_mandate_reference.</p>
1059
- </div></span>
1060
-
1061
- </li>
1062
-
1063
-
1064
- <li class="public ">
1065
- <span class="summary_signature">
1066
-
1067
- <a href="#user_id-instance_method" title="#user_id (instance method)">#<strong>user_id</strong> &#x21d2; Object </a>
1068
-
1069
-
1070
-
1071
- </span>
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- <span class="summary_desc"><div class='inline'>
1085
- <p>Returns the value of attribute user_id.</p>
1086
- </div></span>
1087
-
1088
- </li>
1089
-
1090
-
1091
- </ul>
1092
-
1093
-
1094
-
1095
-
1096
-
1097
- <h2>
1098
- Class Method Summary
1099
- <small><a href="#" class="summary_toggle">collapse</a></small>
1100
- </h2>
1101
-
1102
- <ul class="summary">
1103
-
1104
- <li class="public ">
1105
- <span class="summary_signature">
1106
-
1107
- <a href="#attribute_map-class_method" title="attribute_map (class method)">.<strong>attribute_map</strong> &#x21d2; Object </a>
1108
-
1109
-
1110
-
1111
- </span>
1112
-
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
- <span class="summary_desc"><div class='inline'>
1122
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
1123
- </div></span>
1124
-
1125
- </li>
1126
-
1127
-
1128
- <li class="public ">
1129
- <span class="summary_signature">
1130
-
1131
- <a href="#swagger_types-class_method" title="swagger_types (class method)">.<strong>swagger_types</strong> &#x21d2; Object </a>
1132
-
1133
-
1134
-
1135
- </span>
1136
-
1137
-
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
-
1145
- <span class="summary_desc"><div class='inline'>
1146
- <p>Attribute type mapping.</p>
1147
- </div></span>
1148
-
1149
- </li>
1150
-
1151
-
1152
- </ul>
1153
-
1154
- <h2>
1155
- Instance Method Summary
1156
- <small><a href="#" class="summary_toggle">collapse</a></small>
1157
- </h2>
1158
-
1159
- <ul class="summary">
1160
-
1161
- <li class="public ">
1162
- <span class="summary_signature">
1163
-
1164
- <a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(o) &#x21d2; Object </a>
1165
-
1166
-
1167
-
1168
- </span>
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
-
1178
- <span class="summary_desc"><div class='inline'>
1179
- <p>Checks equality by comparing each attribute.</p>
1180
- </div></span>
1181
-
1182
- </li>
1183
-
1184
-
1185
- <li class="public ">
1186
- <span class="summary_signature">
1187
-
1188
- <a href="#_deserialize-instance_method" title="#_deserialize (instance method)">#<strong>_deserialize</strong>(type, value) &#x21d2; Object </a>
1189
-
1190
-
1191
-
1192
- </span>
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
- <span class="summary_desc"><div class='inline'>
1203
- <p>Deserializes the data based on type.</p>
1204
- </div></span>
1205
-
1206
- </li>
1207
-
1208
-
1209
- <li class="public ">
1210
- <span class="summary_signature">
1211
-
1212
- <a href="#_to_hash-instance_method" title="#_to_hash (instance method)">#<strong>_to_hash</strong>(value) &#x21d2; Hash </a>
1213
-
1214
-
1215
-
1216
- </span>
1217
-
1218
-
1219
-
1220
-
1221
-
1222
-
1223
-
1224
-
1225
-
1226
- <span class="summary_desc"><div class='inline'>
1227
- <p>Outputs non-array value in the form of hash For object, use to_hash.</p>
1228
- </div></span>
1229
-
1230
- </li>
1231
-
1232
-
1233
- <li class="public ">
1234
- <span class="summary_signature">
1235
-
1236
- <a href="#build_from_hash-instance_method" title="#build_from_hash (instance method)">#<strong>build_from_hash</strong>(attributes) &#x21d2; Object </a>
1237
-
1238
-
1239
-
1240
- </span>
1241
-
1242
-
1243
-
1244
-
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- <span class="summary_desc"><div class='inline'>
1251
- <p>Builds the object from hash.</p>
1252
- </div></span>
1253
-
1254
- </li>
1255
-
1256
-
1257
- <li class="public ">
1258
- <span class="summary_signature">
1259
-
1260
- <a href="#eql%3F-instance_method" title="#eql? (instance method)">#<strong>eql?</strong>(o) &#x21d2; Boolean </a>
1261
-
1262
-
1263
-
1264
- </span>
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
- <span class="summary_desc"><div class='inline'></div></span>
1275
-
1276
- </li>
1277
-
1278
-
1279
- <li class="public ">
1280
- <span class="summary_signature">
1281
-
1282
- <a href="#hash-instance_method" title="#hash (instance method)">#<strong>hash</strong> &#x21d2; Fixnum </a>
1283
-
1284
-
1285
-
1286
- </span>
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
- <span class="summary_desc"><div class='inline'>
1297
- <p>Calculates hash code according to all attributes.</p>
1298
- </div></span>
1299
-
1300
- </li>
1301
-
1302
-
1303
- <li class="public ">
1304
- <span class="summary_signature">
1305
-
1306
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(attributes = {}) &#x21d2; Mandate </a>
1307
-
1308
-
1309
-
1310
- </span>
1311
-
1312
-
1313
- <span class="note title constructor">constructor</span>
1314
-
1315
-
1316
-
1317
-
1318
-
1319
-
1320
-
1321
-
1322
- <span class="summary_desc"><div class='inline'>
1323
- <p>Initializes the object.</p>
1324
- </div></span>
1325
-
1326
- </li>
1327
-
1328
-
1329
- <li class="public ">
1330
- <span class="summary_signature">
1331
-
1332
- <a href="#list_invalid_properties-instance_method" title="#list_invalid_properties (instance method)">#<strong>list_invalid_properties</strong> &#x21d2; Object </a>
1333
-
1334
-
1335
-
1336
- </span>
1337
-
1338
-
1339
-
1340
-
1341
-
1342
-
1343
-
1344
-
1345
-
1346
- <span class="summary_desc"><div class='inline'>
1347
- <p>Show invalid properties with the reasons.</p>
1348
- </div></span>
1349
-
1350
- </li>
1351
-
1352
-
1353
- <li class="public ">
1354
- <span class="summary_signature">
1355
-
1356
- <a href="#to_body-instance_method" title="#to_body (instance method)">#<strong>to_body</strong> &#x21d2; Hash </a>
1357
-
1358
-
1359
-
1360
- </span>
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
- <span class="summary_desc"><div class='inline'>
1371
- <p>to_body is an alias to to_hash (backward compatibility).</p>
1372
- </div></span>
1373
-
1374
- </li>
1375
-
1376
-
1377
- <li class="public ">
1378
- <span class="summary_signature">
1379
-
1380
- <a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> &#x21d2; Hash </a>
1381
-
1382
-
1383
-
1384
- </span>
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
- <span class="summary_desc"><div class='inline'>
1395
- <p>Returns the object in the form of hash.</p>
1396
- </div></span>
1397
-
1398
- </li>
1399
-
1400
-
1401
- <li class="public ">
1402
- <span class="summary_signature">
1403
-
1404
- <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; String </a>
1405
-
1406
-
1407
-
1408
- </span>
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- <span class="summary_desc"><div class='inline'>
1419
- <p>Returns the string representation of the object.</p>
1420
- </div></span>
1421
-
1422
- </li>
1423
-
1424
-
1425
- <li class="public ">
1426
- <span class="summary_signature">
1427
-
1428
- <a href="#valid%3F-instance_method" title="#valid? (instance method)">#<strong>valid?</strong> &#x21d2; Boolean </a>
1429
-
1430
-
1431
-
1432
- </span>
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- <span class="summary_desc"><div class='inline'>
1443
- <p>Check to see if the all the properties in the model are valid.</p>
1444
- </div></span>
1445
-
1446
- </li>
1447
-
1448
-
1449
- </ul>
1450
-
1451
-
1452
- <div id="constructor_details" class="method_details_list">
1453
- <h2>Constructor Details</h2>
1454
-
1455
- <div class="method_details first">
1456
- <h3 class="signature first" id="initialize-instance_method">
1457
-
1458
- #<strong>initialize</strong>(attributes = {}) &#x21d2; <tt><span class='object_link'><a href="" title="TreezorClient::Mandate (class)">Mandate</a></span></tt>
1459
-
1460
-
1461
-
1462
-
1463
-
1464
- </h3><div class="docstring">
1465
- <div class="discussion">
1466
-
1467
- <p>Initializes the object</p>
1468
-
1469
-
1470
- </div>
1471
- </div>
1472
- <div class="tags">
1473
- <p class="tag_title">Parameters:</p>
1474
- <ul class="param">
1475
-
1476
- <li>
1477
-
1478
- <span class='name'>attributes</span>
1479
-
1480
-
1481
- <span class='type'>(<tt>Hash</tt>)</span>
1482
-
1483
-
1484
- <em class="default">(defaults to: <tt>{}</tt>)</em>
1485
-
1486
-
1487
- &mdash;
1488
- <div class='inline'>
1489
- <p>Model attributes in the form of hash</p>
1490
- </div>
1491
-
1492
- </li>
1493
-
1494
- </ul>
1495
-
1496
-
1497
- </div><table class="source_code">
1498
- <tr>
1499
- <td>
1500
- <pre class="lines">
1501
-
1502
-
1503
- 202
1504
- 203
1505
- 204
1506
- 205
1507
- 206
1508
- 207
1509
- 208
1510
- 209
1511
- 210
1512
- 211
1513
- 212
1514
- 213
1515
- 214
1516
- 215
1517
- 216
1518
- 217
1519
- 218
1520
- 219
1521
- 220
1522
- 221
1523
- 222
1524
- 223
1525
- 224
1526
- 225
1527
- 226
1528
- 227
1529
- 228
1530
- 229
1531
- 230
1532
- 231
1533
- 232
1534
- 233
1535
- 234
1536
- 235
1537
- 236
1538
- 237
1539
- 238
1540
- 239
1541
- 240
1542
- 241
1543
- 242
1544
- 243
1545
- 244
1546
- 245
1547
- 246
1548
- 247
1549
- 248
1550
- 249
1551
- 250
1552
- 251
1553
- 252
1554
- 253
1555
- 254
1556
- 255
1557
- 256
1558
- 257
1559
- 258
1560
- 259
1561
- 260
1562
- 261
1563
- 262
1564
- 263
1565
- 264
1566
- 265
1567
- 266
1568
- 267
1569
- 268
1570
- 269
1571
- 270
1572
- 271
1573
- 272
1574
- 273
1575
- 274
1576
- 275
1577
- 276
1578
- 277
1579
- 278
1580
- 279
1581
- 280
1582
- 281
1583
- 282
1584
- 283
1585
- 284
1586
- 285
1587
- 286
1588
- 287
1589
- 288
1590
- 289
1591
- 290
1592
- 291
1593
- 292
1594
- 293
1595
- 294
1596
- 295
1597
- 296
1598
- 297
1599
- 298
1600
- 299
1601
- 300
1602
- 301
1603
- 302
1604
- 303
1605
- 304
1606
- 305
1607
- 306
1608
- 307
1609
- 308
1610
- 309
1611
- 310
1612
- 311
1613
- 312
1614
- 313
1615
- 314
1616
- 315
1617
- 316
1618
- 317
1619
- 318
1620
- 319
1621
- 320
1622
- 321
1623
- 322
1624
- 323
1625
- 324
1626
- 325
1627
- 326
1628
- 327
1629
- 328
1630
- 329
1631
- 330
1632
- 331
1633
- 332
1634
- 333
1635
- 334
1636
- 335
1637
- 336
1638
- 337
1639
- 338
1640
- 339
1641
- 340
1642
- 341
1643
- 342
1644
- 343
1645
- 344
1646
- 345
1647
- 346
1648
- 347
1649
- 348
1650
- 349
1651
- 350
1652
- 351
1653
- 352</pre>
1654
- </td>
1655
- <td>
1656
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 202</span>
1657
-
1658
- <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>
1659
- <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>
1660
-
1661
- <span class='comment'># convert string to symbol for hash key
1662
- </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>
1663
-
1664
- <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;mandateId&#39;</span><span class='rparen'>)</span>
1665
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_mandate_id'>mandate_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;mandateId&#39;</span><span class='rbracket'>]</span>
1666
- <span class='kw'>end</span>
1667
-
1668
- <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;title&#39;</span><span class='rparen'>)</span>
1669
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;title&#39;</span><span class='rbracket'>]</span>
1670
- <span class='kw'>end</span>
1671
-
1672
- <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;legalInformations&#39;</span><span class='rparen'>)</span>
1673
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_legal_informations'>legal_informations</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;legalInformations&#39;</span><span class='rbracket'>]</span>
1674
- <span class='kw'>end</span>
1675
-
1676
- <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;uniqueMandateReference&#39;</span><span class='rparen'>)</span>
1677
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_unique_mandate_reference'>unique_mandate_reference</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;uniqueMandateReference&#39;</span><span class='rbracket'>]</span>
1678
- <span class='kw'>end</span>
1679
-
1680
- <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;mandateStatus&#39;</span><span class='rparen'>)</span>
1681
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_mandate_status'>mandate_status</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;mandateStatus&#39;</span><span class='rbracket'>]</span>
1682
- <span class='kw'>end</span>
1683
-
1684
- <span class='kw'>if</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='symbol'>:&#39;userId&#39;</span><span class='rparen'>)</span>
1685
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;userId&#39;</span><span class='rbracket'>]</span>
1686
- <span class='kw'>end</span>
1687
-
1688
- <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;debtorName&#39;</span><span class='rparen'>)</span>
1689
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_name'>debtor_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorName&#39;</span><span class='rbracket'>]</span>
1690
- <span class='kw'>end</span>
1691
-
1692
- <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;debtorAddress&#39;</span><span class='rparen'>)</span>
1693
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_address'>debtor_address</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorAddress&#39;</span><span class='rbracket'>]</span>
1694
- <span class='kw'>end</span>
1695
-
1696
- <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;debtorCity&#39;</span><span class='rparen'>)</span>
1697
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_city'>debtor_city</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorCity&#39;</span><span class='rbracket'>]</span>
1698
- <span class='kw'>end</span>
1699
-
1700
- <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;debtorZipCode&#39;</span><span class='rparen'>)</span>
1701
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_zip_code'>debtor_zip_code</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorZipCode&#39;</span><span class='rbracket'>]</span>
1702
- <span class='kw'>end</span>
1703
-
1704
- <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;debtorCountry&#39;</span><span class='rparen'>)</span>
1705
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_country'>debtor_country</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorCountry&#39;</span><span class='rbracket'>]</span>
1706
- <span class='kw'>end</span>
1707
-
1708
- <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;debtorIban&#39;</span><span class='rparen'>)</span>
1709
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_iban'>debtor_iban</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorIban&#39;</span><span class='rbracket'>]</span>
1710
- <span class='kw'>end</span>
1711
-
1712
- <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;debtorBic&#39;</span><span class='rparen'>)</span>
1713
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_bic'>debtor_bic</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorBic&#39;</span><span class='rbracket'>]</span>
1714
- <span class='kw'>end</span>
1715
-
1716
- <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;sequenceType&#39;</span><span class='rparen'>)</span>
1717
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sequence_type'>sequence_type</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;sequenceType&#39;</span><span class='rbracket'>]</span>
1718
- <span class='kw'>end</span>
1719
-
1720
- <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;creditorName&#39;</span><span class='rparen'>)</span>
1721
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_name'>creditor_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorName&#39;</span><span class='rbracket'>]</span>
1722
- <span class='kw'>end</span>
1723
-
1724
- <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;sepaCreditorIdentifier&#39;</span><span class='rparen'>)</span>
1725
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sepa_creditor_identifier'>sepa_creditor_identifier</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;sepaCreditorIdentifier&#39;</span><span class='rbracket'>]</span>
1726
- <span class='kw'>end</span>
1727
-
1728
- <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;creditorAddress&#39;</span><span class='rparen'>)</span>
1729
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_address'>creditor_address</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorAddress&#39;</span><span class='rbracket'>]</span>
1730
- <span class='kw'>end</span>
1731
-
1732
- <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;creditorCity&#39;</span><span class='rparen'>)</span>
1733
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_city'>creditor_city</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorCity&#39;</span><span class='rbracket'>]</span>
1734
- <span class='kw'>end</span>
1735
-
1736
- <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;creditorZipCode&#39;</span><span class='rparen'>)</span>
1737
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_zip_code'>creditor_zip_code</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorZipCode&#39;</span><span class='rbracket'>]</span>
1738
- <span class='kw'>end</span>
1739
-
1740
- <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;creditorCountry&#39;</span><span class='rparen'>)</span>
1741
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_country'>creditor_country</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorCountry&#39;</span><span class='rbracket'>]</span>
1742
- <span class='kw'>end</span>
1743
-
1744
- <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;signatureDate&#39;</span><span class='rparen'>)</span>
1745
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_signature_date'>signature_date</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;signatureDate&#39;</span><span class='rbracket'>]</span>
1746
- <span class='kw'>end</span>
1747
-
1748
- <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;debtorSignatureIp&#39;</span><span class='rparen'>)</span>
1749
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_signature_ip'>debtor_signature_ip</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorSignatureIp&#39;</span><span class='rbracket'>]</span>
1750
- <span class='kw'>end</span>
1751
-
1752
- <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;signed&#39;</span><span class='rparen'>)</span>
1753
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_signed'>signed</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;signed&#39;</span><span class='rbracket'>]</span>
1754
- <span class='kw'>end</span>
1755
-
1756
- <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;debtorIdentificationCode&#39;</span><span class='rparen'>)</span>
1757
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_identification_code'>debtor_identification_code</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorIdentificationCode&#39;</span><span class='rbracket'>]</span>
1758
- <span class='kw'>end</span>
1759
-
1760
- <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;debtorReferencePartyName&#39;</span><span class='rparen'>)</span>
1761
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_reference_party_name'>debtor_reference_party_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorReferencePartyName&#39;</span><span class='rbracket'>]</span>
1762
- <span class='kw'>end</span>
1763
-
1764
- <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;debtorReferenceIdentificationCode&#39;</span><span class='rparen'>)</span>
1765
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_debtor_reference_identification_code'>debtor_reference_identification_code</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;debtorReferenceIdentificationCode&#39;</span><span class='rbracket'>]</span>
1766
- <span class='kw'>end</span>
1767
-
1768
- <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;creditorReferencePartyName&#39;</span><span class='rparen'>)</span>
1769
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_reference_party_name'>creditor_reference_party_name</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorReferencePartyName&#39;</span><span class='rbracket'>]</span>
1770
- <span class='kw'>end</span>
1771
-
1772
- <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;creditorReferenceIdentificationCode&#39;</span><span class='rparen'>)</span>
1773
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_creditor_reference_identification_code'>creditor_reference_identification_code</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;creditorReferenceIdentificationCode&#39;</span><span class='rbracket'>]</span>
1774
- <span class='kw'>end</span>
1775
-
1776
- <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;contractIdentificationNumber&#39;</span><span class='rparen'>)</span>
1777
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_contract_identification_number'>contract_identification_number</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;contractIdentificationNumber&#39;</span><span class='rbracket'>]</span>
1778
- <span class='kw'>end</span>
1779
-
1780
- <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;contractDescription&#39;</span><span class='rparen'>)</span>
1781
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_contract_description'>contract_description</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;contractDescription&#39;</span><span class='rbracket'>]</span>
1782
- <span class='kw'>end</span>
1783
-
1784
- <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;isPaper&#39;</span><span class='rparen'>)</span>
1785
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_is_paper'>is_paper</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;isPaper&#39;</span><span class='rbracket'>]</span>
1786
- <span class='kw'>end</span>
1787
-
1788
- <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;sddType&#39;</span><span class='rparen'>)</span>
1789
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sdd_type'>sdd_type</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;sddType&#39;</span><span class='rbracket'>]</span>
1790
- <span class='kw'>end</span>
1791
-
1792
- <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;revocationSignatureDate&#39;</span><span class='rparen'>)</span>
1793
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_revocation_signature_date'>revocation_signature_date</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;revocationSignatureDate&#39;</span><span class='rbracket'>]</span>
1794
- <span class='kw'>end</span>
1795
-
1796
- <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;createdIp&#39;</span><span class='rparen'>)</span>
1797
- <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_created_ip'>created_ip</span> <span class='op'>=</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='symbol'>:&#39;createdIp&#39;</span><span class='rbracket'>]</span>
1798
- <span class='kw'>end</span>
1799
-
1800
- <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>
1801
- <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>
1802
- <span class='kw'>end</span>
1803
-
1804
- <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>
1805
- <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>
1806
- <span class='kw'>end</span>
1807
-
1808
- <span class='kw'>end</span></pre>
1809
- </td>
1810
- </tr>
1811
- </table>
1812
- </div>
1813
-
1814
- </div>
1815
-
1816
- <div id="instance_attr_details" class="attr_details">
1817
- <h2>Instance Attribute Details</h2>
1818
-
1819
-
1820
- <span id="contract_description=-instance_method"></span>
1821
- <div class="method_details first">
1822
- <h3 class="signature first" id="contract_description-instance_method">
1823
-
1824
- #<strong>contract_description</strong> &#x21d2; <tt>Object</tt>
1825
-
1826
-
1827
-
1828
-
1829
-
1830
- </h3><div class="docstring">
1831
- <div class="discussion">
1832
-
1833
- <p>Returns the value of attribute contract_description</p>
1834
-
1835
-
1836
- </div>
1837
- </div>
1838
- <div class="tags">
1839
-
1840
-
1841
- </div><table class="source_code">
1842
- <tr>
1843
- <td>
1844
- <pre class="lines">
1845
-
1846
-
1847
- 77
1848
- 78
1849
- 79</pre>
1850
- </td>
1851
- <td>
1852
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 77</span>
1853
-
1854
- <span class='kw'>def</span> <span class='id identifier rubyid_contract_description'>contract_description</span>
1855
- <span class='ivar'>@contract_description</span>
1856
- <span class='kw'>end</span></pre>
1857
- </td>
1858
- </tr>
1859
- </table>
1860
- </div>
1861
-
1862
-
1863
- <span id="contract_identification_number=-instance_method"></span>
1864
- <div class="method_details ">
1865
- <h3 class="signature " id="contract_identification_number-instance_method">
1866
-
1867
- #<strong>contract_identification_number</strong> &#x21d2; <tt>Object</tt>
1868
-
1869
-
1870
-
1871
-
1872
-
1873
- </h3><div class="docstring">
1874
- <div class="discussion">
1875
-
1876
- <p>Returns the value of attribute contract_identification_number</p>
1877
-
1878
-
1879
- </div>
1880
- </div>
1881
- <div class="tags">
1882
-
1883
-
1884
- </div><table class="source_code">
1885
- <tr>
1886
- <td>
1887
- <pre class="lines">
1888
-
1889
-
1890
- 75
1891
- 76
1892
- 77</pre>
1893
- </td>
1894
- <td>
1895
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 75</span>
1896
-
1897
- <span class='kw'>def</span> <span class='id identifier rubyid_contract_identification_number'>contract_identification_number</span>
1898
- <span class='ivar'>@contract_identification_number</span>
1899
- <span class='kw'>end</span></pre>
1900
- </td>
1901
- </tr>
1902
- </table>
1903
- </div>
1904
-
1905
-
1906
- <span id="created_date=-instance_method"></span>
1907
- <div class="method_details ">
1908
- <h3 class="signature " id="created_date-instance_method">
1909
-
1910
- #<strong>created_date</strong> &#x21d2; <tt>Object</tt>
1911
-
1912
-
1913
-
1914
-
1915
-
1916
- </h3><div class="docstring">
1917
- <div class="discussion">
1918
-
1919
- <p>Date YYYY-MM-DD HH:MM:SS</p>
1920
-
1921
-
1922
- </div>
1923
- </div>
1924
- <div class="tags">
1925
-
1926
-
1927
- </div><table class="source_code">
1928
- <tr>
1929
- <td>
1930
- <pre class="lines">
1931
-
1932
-
1933
- 89
1934
- 90
1935
- 91</pre>
1936
- </td>
1937
- <td>
1938
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 89</span>
1939
-
1940
- <span class='kw'>def</span> <span class='id identifier rubyid_created_date'>created_date</span>
1941
- <span class='ivar'>@created_date</span>
1942
- <span class='kw'>end</span></pre>
1943
- </td>
1944
- </tr>
1945
- </table>
1946
- </div>
1947
-
1948
-
1949
- <span id="created_ip=-instance_method"></span>
1950
- <div class="method_details ">
1951
- <h3 class="signature " id="created_ip-instance_method">
1952
-
1953
- #<strong>created_ip</strong> &#x21d2; <tt>Object</tt>
1954
-
1955
-
1956
-
1957
-
1958
-
1959
- </h3><div class="docstring">
1960
- <div class="discussion">
1961
-
1962
- <p>Returns the value of attribute created_ip</p>
1963
-
1964
-
1965
- </div>
1966
- </div>
1967
- <div class="tags">
1968
-
1969
-
1970
- </div><table class="source_code">
1971
- <tr>
1972
- <td>
1973
- <pre class="lines">
1974
-
1975
-
1976
- 86
1977
- 87
1978
- 88</pre>
1979
- </td>
1980
- <td>
1981
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 86</span>
1982
-
1983
- <span class='kw'>def</span> <span class='id identifier rubyid_created_ip'>created_ip</span>
1984
- <span class='ivar'>@created_ip</span>
1985
- <span class='kw'>end</span></pre>
1986
- </td>
1987
- </tr>
1988
- </table>
1989
- </div>
1990
-
1991
-
1992
- <span id="creditor_address=-instance_method"></span>
1993
- <div class="method_details ">
1994
- <h3 class="signature " id="creditor_address-instance_method">
1995
-
1996
- #<strong>creditor_address</strong> &#x21d2; <tt>Object</tt>
1997
-
1998
-
1999
-
2000
-
2001
-
2002
- </h3><div class="docstring">
2003
- <div class="discussion">
2004
-
2005
- <p>Returns the value of attribute creditor_address</p>
2006
-
2007
-
2008
- </div>
2009
- </div>
2010
- <div class="tags">
2011
-
2012
-
2013
- </div><table class="source_code">
2014
- <tr>
2015
- <td>
2016
- <pre class="lines">
2017
-
2018
-
2019
- 50
2020
- 51
2021
- 52</pre>
2022
- </td>
2023
- <td>
2024
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 50</span>
2025
-
2026
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_address'>creditor_address</span>
2027
- <span class='ivar'>@creditor_address</span>
2028
- <span class='kw'>end</span></pre>
2029
- </td>
2030
- </tr>
2031
- </table>
2032
- </div>
2033
-
2034
-
2035
- <span id="creditor_city=-instance_method"></span>
2036
- <div class="method_details ">
2037
- <h3 class="signature " id="creditor_city-instance_method">
2038
-
2039
- #<strong>creditor_city</strong> &#x21d2; <tt>Object</tt>
2040
-
2041
-
2042
-
2043
-
2044
-
2045
- </h3><div class="docstring">
2046
- <div class="discussion">
2047
-
2048
- <p>Returns the value of attribute creditor_city</p>
2049
-
2050
-
2051
- </div>
2052
- </div>
2053
- <div class="tags">
2054
-
2055
-
2056
- </div><table class="source_code">
2057
- <tr>
2058
- <td>
2059
- <pre class="lines">
2060
-
2061
-
2062
- 52
2063
- 53
2064
- 54</pre>
2065
- </td>
2066
- <td>
2067
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 52</span>
2068
-
2069
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_city'>creditor_city</span>
2070
- <span class='ivar'>@creditor_city</span>
2071
- <span class='kw'>end</span></pre>
2072
- </td>
2073
- </tr>
2074
- </table>
2075
- </div>
2076
-
2077
-
2078
- <span id="creditor_country=-instance_method"></span>
2079
- <div class="method_details ">
2080
- <h3 class="signature " id="creditor_country-instance_method">
2081
-
2082
- #<strong>creditor_country</strong> &#x21d2; <tt>Object</tt>
2083
-
2084
-
2085
-
2086
-
2087
-
2088
- </h3><div class="docstring">
2089
- <div class="discussion">
2090
-
2091
- <p>Returns the value of attribute creditor_country</p>
2092
-
2093
-
2094
- </div>
2095
- </div>
2096
- <div class="tags">
2097
-
2098
-
2099
- </div><table class="source_code">
2100
- <tr>
2101
- <td>
2102
- <pre class="lines">
2103
-
2104
-
2105
- 56
2106
- 57
2107
- 58</pre>
2108
- </td>
2109
- <td>
2110
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 56</span>
2111
-
2112
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_country'>creditor_country</span>
2113
- <span class='ivar'>@creditor_country</span>
2114
- <span class='kw'>end</span></pre>
2115
- </td>
2116
- </tr>
2117
- </table>
2118
- </div>
2119
-
2120
-
2121
- <span id="creditor_name=-instance_method"></span>
2122
- <div class="method_details ">
2123
- <h3 class="signature " id="creditor_name-instance_method">
2124
-
2125
- #<strong>creditor_name</strong> &#x21d2; <tt>Object</tt>
2126
-
2127
-
2128
-
2129
-
2130
-
2131
- </h3><div class="docstring">
2132
- <div class="discussion">
2133
-
2134
- <p>Returns the value of attribute creditor_name</p>
2135
-
2136
-
2137
- </div>
2138
- </div>
2139
- <div class="tags">
2140
-
2141
-
2142
- </div><table class="source_code">
2143
- <tr>
2144
- <td>
2145
- <pre class="lines">
2146
-
2147
-
2148
- 46
2149
- 47
2150
- 48</pre>
2151
- </td>
2152
- <td>
2153
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 46</span>
2154
-
2155
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_name'>creditor_name</span>
2156
- <span class='ivar'>@creditor_name</span>
2157
- <span class='kw'>end</span></pre>
2158
- </td>
2159
- </tr>
2160
- </table>
2161
- </div>
2162
-
2163
-
2164
- <span id="creditor_reference_identification_code=-instance_method"></span>
2165
- <div class="method_details ">
2166
- <h3 class="signature " id="creditor_reference_identification_code-instance_method">
2167
-
2168
- #<strong>creditor_reference_identification_code</strong> &#x21d2; <tt>Object</tt>
2169
-
2170
-
2171
-
2172
-
2173
-
2174
- </h3><div class="docstring">
2175
- <div class="discussion">
2176
-
2177
- <p>Returns the value of attribute creditor_reference_identification_code</p>
2178
-
2179
-
2180
- </div>
2181
- </div>
2182
- <div class="tags">
2183
-
2184
-
2185
- </div><table class="source_code">
2186
- <tr>
2187
- <td>
2188
- <pre class="lines">
2189
-
2190
-
2191
- 73
2192
- 74
2193
- 75</pre>
2194
- </td>
2195
- <td>
2196
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 73</span>
2197
-
2198
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_reference_identification_code'>creditor_reference_identification_code</span>
2199
- <span class='ivar'>@creditor_reference_identification_code</span>
2200
- <span class='kw'>end</span></pre>
2201
- </td>
2202
- </tr>
2203
- </table>
2204
- </div>
2205
-
2206
-
2207
- <span id="creditor_reference_party_name=-instance_method"></span>
2208
- <div class="method_details ">
2209
- <h3 class="signature " id="creditor_reference_party_name-instance_method">
2210
-
2211
- #<strong>creditor_reference_party_name</strong> &#x21d2; <tt>Object</tt>
2212
-
2213
-
2214
-
2215
-
2216
-
2217
- </h3><div class="docstring">
2218
- <div class="discussion">
2219
-
2220
- <p>Returns the value of attribute creditor_reference_party_name</p>
2221
-
2222
-
2223
- </div>
2224
- </div>
2225
- <div class="tags">
2226
-
2227
-
2228
- </div><table class="source_code">
2229
- <tr>
2230
- <td>
2231
- <pre class="lines">
2232
-
2233
-
2234
- 71
2235
- 72
2236
- 73</pre>
2237
- </td>
2238
- <td>
2239
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 71</span>
2240
-
2241
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_reference_party_name'>creditor_reference_party_name</span>
2242
- <span class='ivar'>@creditor_reference_party_name</span>
2243
- <span class='kw'>end</span></pre>
2244
- </td>
2245
- </tr>
2246
- </table>
2247
- </div>
2248
-
2249
-
2250
- <span id="creditor_zip_code=-instance_method"></span>
2251
- <div class="method_details ">
2252
- <h3 class="signature " id="creditor_zip_code-instance_method">
2253
-
2254
- #<strong>creditor_zip_code</strong> &#x21d2; <tt>Object</tt>
2255
-
2256
-
2257
-
2258
-
2259
-
2260
- </h3><div class="docstring">
2261
- <div class="discussion">
2262
-
2263
- <p>Returns the value of attribute creditor_zip_code</p>
2264
-
2265
-
2266
- </div>
2267
- </div>
2268
- <div class="tags">
2269
-
2270
-
2271
- </div><table class="source_code">
2272
- <tr>
2273
- <td>
2274
- <pre class="lines">
2275
-
2276
-
2277
- 54
2278
- 55
2279
- 56</pre>
2280
- </td>
2281
- <td>
2282
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 54</span>
2283
-
2284
- <span class='kw'>def</span> <span class='id identifier rubyid_creditor_zip_code'>creditor_zip_code</span>
2285
- <span class='ivar'>@creditor_zip_code</span>
2286
- <span class='kw'>end</span></pre>
2287
- </td>
2288
- </tr>
2289
- </table>
2290
- </div>
2291
-
2292
-
2293
- <span id="debtor_address=-instance_method"></span>
2294
- <div class="method_details ">
2295
- <h3 class="signature " id="debtor_address-instance_method">
2296
-
2297
- #<strong>debtor_address</strong> &#x21d2; <tt>Object</tt>
2298
-
2299
-
2300
-
2301
-
2302
-
2303
- </h3><div class="docstring">
2304
- <div class="discussion">
2305
-
2306
- <p>Returns the value of attribute debtor_address</p>
2307
-
2308
-
2309
- </div>
2310
- </div>
2311
- <div class="tags">
2312
-
2313
-
2314
- </div><table class="source_code">
2315
- <tr>
2316
- <td>
2317
- <pre class="lines">
2318
-
2319
-
2320
- 32
2321
- 33
2322
- 34</pre>
2323
- </td>
2324
- <td>
2325
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 32</span>
2326
-
2327
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_address'>debtor_address</span>
2328
- <span class='ivar'>@debtor_address</span>
2329
- <span class='kw'>end</span></pre>
2330
- </td>
2331
- </tr>
2332
- </table>
2333
- </div>
2334
-
2335
-
2336
- <span id="debtor_bic=-instance_method"></span>
2337
- <div class="method_details ">
2338
- <h3 class="signature " id="debtor_bic-instance_method">
2339
-
2340
- #<strong>debtor_bic</strong> &#x21d2; <tt>Object</tt>
2341
-
2342
-
2343
-
2344
-
2345
-
2346
- </h3><div class="docstring">
2347
- <div class="discussion">
2348
-
2349
- <p>Returns the value of attribute debtor_bic</p>
2350
-
2351
-
2352
- </div>
2353
- </div>
2354
- <div class="tags">
2355
-
2356
-
2357
- </div><table class="source_code">
2358
- <tr>
2359
- <td>
2360
- <pre class="lines">
2361
-
2362
-
2363
- 42
2364
- 43
2365
- 44</pre>
2366
- </td>
2367
- <td>
2368
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 42</span>
2369
-
2370
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_bic'>debtor_bic</span>
2371
- <span class='ivar'>@debtor_bic</span>
2372
- <span class='kw'>end</span></pre>
2373
- </td>
2374
- </tr>
2375
- </table>
2376
- </div>
2377
-
2378
-
2379
- <span id="debtor_city=-instance_method"></span>
2380
- <div class="method_details ">
2381
- <h3 class="signature " id="debtor_city-instance_method">
2382
-
2383
- #<strong>debtor_city</strong> &#x21d2; <tt>Object</tt>
2384
-
2385
-
2386
-
2387
-
2388
-
2389
- </h3><div class="docstring">
2390
- <div class="discussion">
2391
-
2392
- <p>Returns the value of attribute debtor_city</p>
2393
-
2394
-
2395
- </div>
2396
- </div>
2397
- <div class="tags">
2398
-
2399
-
2400
- </div><table class="source_code">
2401
- <tr>
2402
- <td>
2403
- <pre class="lines">
2404
-
2405
-
2406
- 34
2407
- 35
2408
- 36</pre>
2409
- </td>
2410
- <td>
2411
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 34</span>
2412
-
2413
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_city'>debtor_city</span>
2414
- <span class='ivar'>@debtor_city</span>
2415
- <span class='kw'>end</span></pre>
2416
- </td>
2417
- </tr>
2418
- </table>
2419
- </div>
2420
-
2421
-
2422
- <span id="debtor_country=-instance_method"></span>
2423
- <div class="method_details ">
2424
- <h3 class="signature " id="debtor_country-instance_method">
2425
-
2426
- #<strong>debtor_country</strong> &#x21d2; <tt>Object</tt>
2427
-
2428
-
2429
-
2430
-
2431
-
2432
- </h3><div class="docstring">
2433
- <div class="discussion">
2434
-
2435
- <p>Returns the value of attribute debtor_country</p>
2436
-
2437
-
2438
- </div>
2439
- </div>
2440
- <div class="tags">
2441
-
2442
-
2443
- </div><table class="source_code">
2444
- <tr>
2445
- <td>
2446
- <pre class="lines">
2447
-
2448
-
2449
- 38
2450
- 39
2451
- 40</pre>
2452
- </td>
2453
- <td>
2454
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 38</span>
2455
-
2456
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_country'>debtor_country</span>
2457
- <span class='ivar'>@debtor_country</span>
2458
- <span class='kw'>end</span></pre>
2459
- </td>
2460
- </tr>
2461
- </table>
2462
- </div>
2463
-
2464
-
2465
- <span id="debtor_iban=-instance_method"></span>
2466
- <div class="method_details ">
2467
- <h3 class="signature " id="debtor_iban-instance_method">
2468
-
2469
- #<strong>debtor_iban</strong> &#x21d2; <tt>Object</tt>
2470
-
2471
-
2472
-
2473
-
2474
-
2475
- </h3><div class="docstring">
2476
- <div class="discussion">
2477
-
2478
- <p>Returns the value of attribute debtor_iban</p>
2479
-
2480
-
2481
- </div>
2482
- </div>
2483
- <div class="tags">
2484
-
2485
-
2486
- </div><table class="source_code">
2487
- <tr>
2488
- <td>
2489
- <pre class="lines">
2490
-
2491
-
2492
- 40
2493
- 41
2494
- 42</pre>
2495
- </td>
2496
- <td>
2497
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 40</span>
2498
-
2499
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_iban'>debtor_iban</span>
2500
- <span class='ivar'>@debtor_iban</span>
2501
- <span class='kw'>end</span></pre>
2502
- </td>
2503
- </tr>
2504
- </table>
2505
- </div>
2506
-
2507
-
2508
- <span id="debtor_identification_code=-instance_method"></span>
2509
- <div class="method_details ">
2510
- <h3 class="signature " id="debtor_identification_code-instance_method">
2511
-
2512
- #<strong>debtor_identification_code</strong> &#x21d2; <tt>Object</tt>
2513
-
2514
-
2515
-
2516
-
2517
-
2518
- </h3><div class="docstring">
2519
- <div class="discussion">
2520
-
2521
- <p>Returns the value of attribute debtor_identification_code</p>
2522
-
2523
-
2524
- </div>
2525
- </div>
2526
- <div class="tags">
2527
-
2528
-
2529
- </div><table class="source_code">
2530
- <tr>
2531
- <td>
2532
- <pre class="lines">
2533
-
2534
-
2535
- 65
2536
- 66
2537
- 67</pre>
2538
- </td>
2539
- <td>
2540
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 65</span>
2541
-
2542
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_identification_code'>debtor_identification_code</span>
2543
- <span class='ivar'>@debtor_identification_code</span>
2544
- <span class='kw'>end</span></pre>
2545
- </td>
2546
- </tr>
2547
- </table>
2548
- </div>
2549
-
2550
-
2551
- <span id="debtor_name=-instance_method"></span>
2552
- <div class="method_details ">
2553
- <h3 class="signature " id="debtor_name-instance_method">
2554
-
2555
- #<strong>debtor_name</strong> &#x21d2; <tt>Object</tt>
2556
-
2557
-
2558
-
2559
-
2560
-
2561
- </h3><div class="docstring">
2562
- <div class="discussion">
2563
-
2564
- <p>Returns the value of attribute debtor_name</p>
2565
-
2566
-
2567
- </div>
2568
- </div>
2569
- <div class="tags">
2570
-
2571
-
2572
- </div><table class="source_code">
2573
- <tr>
2574
- <td>
2575
- <pre class="lines">
2576
-
2577
-
2578
- 30
2579
- 31
2580
- 32</pre>
2581
- </td>
2582
- <td>
2583
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 30</span>
2584
-
2585
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_name'>debtor_name</span>
2586
- <span class='ivar'>@debtor_name</span>
2587
- <span class='kw'>end</span></pre>
2588
- </td>
2589
- </tr>
2590
- </table>
2591
- </div>
2592
-
2593
-
2594
- <span id="debtor_reference_identification_code=-instance_method"></span>
2595
- <div class="method_details ">
2596
- <h3 class="signature " id="debtor_reference_identification_code-instance_method">
2597
-
2598
- #<strong>debtor_reference_identification_code</strong> &#x21d2; <tt>Object</tt>
2599
-
2600
-
2601
-
2602
-
2603
-
2604
- </h3><div class="docstring">
2605
- <div class="discussion">
2606
-
2607
- <p>Returns the value of attribute debtor_reference_identification_code</p>
2608
-
2609
-
2610
- </div>
2611
- </div>
2612
- <div class="tags">
2613
-
2614
-
2615
- </div><table class="source_code">
2616
- <tr>
2617
- <td>
2618
- <pre class="lines">
2619
-
2620
-
2621
- 69
2622
- 70
2623
- 71</pre>
2624
- </td>
2625
- <td>
2626
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 69</span>
2627
-
2628
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_reference_identification_code'>debtor_reference_identification_code</span>
2629
- <span class='ivar'>@debtor_reference_identification_code</span>
2630
- <span class='kw'>end</span></pre>
2631
- </td>
2632
- </tr>
2633
- </table>
2634
- </div>
2635
-
2636
-
2637
- <span id="debtor_reference_party_name=-instance_method"></span>
2638
- <div class="method_details ">
2639
- <h3 class="signature " id="debtor_reference_party_name-instance_method">
2640
-
2641
- #<strong>debtor_reference_party_name</strong> &#x21d2; <tt>Object</tt>
2642
-
2643
-
2644
-
2645
-
2646
-
2647
- </h3><div class="docstring">
2648
- <div class="discussion">
2649
-
2650
- <p>Returns the value of attribute debtor_reference_party_name</p>
2651
-
2652
-
2653
- </div>
2654
- </div>
2655
- <div class="tags">
2656
-
2657
-
2658
- </div><table class="source_code">
2659
- <tr>
2660
- <td>
2661
- <pre class="lines">
2662
-
2663
-
2664
- 67
2665
- 68
2666
- 69</pre>
2667
- </td>
2668
- <td>
2669
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 67</span>
2670
-
2671
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_reference_party_name'>debtor_reference_party_name</span>
2672
- <span class='ivar'>@debtor_reference_party_name</span>
2673
- <span class='kw'>end</span></pre>
2674
- </td>
2675
- </tr>
2676
- </table>
2677
- </div>
2678
-
2679
-
2680
- <span id="debtor_signature_ip=-instance_method"></span>
2681
- <div class="method_details ">
2682
- <h3 class="signature " id="debtor_signature_ip-instance_method">
2683
-
2684
- #<strong>debtor_signature_ip</strong> &#x21d2; <tt>Object</tt>
2685
-
2686
-
2687
-
2688
-
2689
-
2690
- </h3><div class="docstring">
2691
- <div class="discussion">
2692
-
2693
- <p>Returns the value of attribute debtor_signature_ip</p>
2694
-
2695
-
2696
- </div>
2697
- </div>
2698
- <div class="tags">
2699
-
2700
-
2701
- </div><table class="source_code">
2702
- <tr>
2703
- <td>
2704
- <pre class="lines">
2705
-
2706
-
2707
- 61
2708
- 62
2709
- 63</pre>
2710
- </td>
2711
- <td>
2712
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 61</span>
2713
-
2714
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_signature_ip'>debtor_signature_ip</span>
2715
- <span class='ivar'>@debtor_signature_ip</span>
2716
- <span class='kw'>end</span></pre>
2717
- </td>
2718
- </tr>
2719
- </table>
2720
- </div>
2721
-
2722
-
2723
- <span id="debtor_zip_code=-instance_method"></span>
2724
- <div class="method_details ">
2725
- <h3 class="signature " id="debtor_zip_code-instance_method">
2726
-
2727
- #<strong>debtor_zip_code</strong> &#x21d2; <tt>Object</tt>
2728
-
2729
-
2730
-
2731
-
2732
-
2733
- </h3><div class="docstring">
2734
- <div class="discussion">
2735
-
2736
- <p>Returns the value of attribute debtor_zip_code</p>
2737
-
2738
-
2739
- </div>
2740
- </div>
2741
- <div class="tags">
2742
-
2743
-
2744
- </div><table class="source_code">
2745
- <tr>
2746
- <td>
2747
- <pre class="lines">
2748
-
2749
-
2750
- 36
2751
- 37
2752
- 38</pre>
2753
- </td>
2754
- <td>
2755
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 36</span>
2756
-
2757
- <span class='kw'>def</span> <span class='id identifier rubyid_debtor_zip_code'>debtor_zip_code</span>
2758
- <span class='ivar'>@debtor_zip_code</span>
2759
- <span class='kw'>end</span></pre>
2760
- </td>
2761
- </tr>
2762
- </table>
2763
- </div>
2764
-
2765
-
2766
- <span id="is_paper=-instance_method"></span>
2767
- <div class="method_details ">
2768
- <h3 class="signature " id="is_paper-instance_method">
2769
-
2770
- #<strong>is_paper</strong> &#x21d2; <tt>Object</tt>
2771
-
2772
-
2773
-
2774
-
2775
-
2776
- </h3><div class="docstring">
2777
- <div class="discussion">
2778
-
2779
- <p>Returns the value of attribute is_paper</p>
2780
-
2781
-
2782
- </div>
2783
- </div>
2784
- <div class="tags">
2785
-
2786
-
2787
- </div><table class="source_code">
2788
- <tr>
2789
- <td>
2790
- <pre class="lines">
2791
-
2792
-
2793
- 79
2794
- 80
2795
- 81</pre>
2796
- </td>
2797
- <td>
2798
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 79</span>
2799
-
2800
- <span class='kw'>def</span> <span class='id identifier rubyid_is_paper'>is_paper</span>
2801
- <span class='ivar'>@is_paper</span>
2802
- <span class='kw'>end</span></pre>
2803
- </td>
2804
- </tr>
2805
- </table>
2806
- </div>
2807
-
2808
-
2809
- <span id="legal_informations=-instance_method"></span>
2810
- <div class="method_details ">
2811
- <h3 class="signature " id="legal_informations-instance_method">
2812
-
2813
- #<strong>legal_informations</strong> &#x21d2; <tt>Object</tt>
2814
-
2815
-
2816
-
2817
-
2818
-
2819
- </h3><div class="docstring">
2820
- <div class="discussion">
2821
-
2822
- <p>Returns the value of attribute legal_informations</p>
2823
-
2824
-
2825
- </div>
2826
- </div>
2827
- <div class="tags">
2828
-
2829
-
2830
- </div><table class="source_code">
2831
- <tr>
2832
- <td>
2833
- <pre class="lines">
2834
-
2835
-
2836
- 22
2837
- 23
2838
- 24</pre>
2839
- </td>
2840
- <td>
2841
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 22</span>
2842
-
2843
- <span class='kw'>def</span> <span class='id identifier rubyid_legal_informations'>legal_informations</span>
2844
- <span class='ivar'>@legal_informations</span>
2845
- <span class='kw'>end</span></pre>
2846
- </td>
2847
- </tr>
2848
- </table>
2849
- </div>
2850
-
2851
-
2852
- <span id="mandate_id=-instance_method"></span>
2853
- <div class="method_details ">
2854
- <h3 class="signature " id="mandate_id-instance_method">
2855
-
2856
- #<strong>mandate_id</strong> &#x21d2; <tt>Object</tt>
2857
-
2858
-
2859
-
2860
-
2861
-
2862
- </h3><div class="docstring">
2863
- <div class="discussion">
2864
-
2865
- <p>Returns the value of attribute mandate_id</p>
2866
-
2867
-
2868
- </div>
2869
- </div>
2870
- <div class="tags">
2871
-
2872
-
2873
- </div><table class="source_code">
2874
- <tr>
2875
- <td>
2876
- <pre class="lines">
2877
-
2878
-
2879
- 18
2880
- 19
2881
- 20</pre>
2882
- </td>
2883
- <td>
2884
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 18</span>
2885
-
2886
- <span class='kw'>def</span> <span class='id identifier rubyid_mandate_id'>mandate_id</span>
2887
- <span class='ivar'>@mandate_id</span>
2888
- <span class='kw'>end</span></pre>
2889
- </td>
2890
- </tr>
2891
- </table>
2892
- </div>
2893
-
2894
-
2895
- <span id="mandate_status=-instance_method"></span>
2896
- <div class="method_details ">
2897
- <h3 class="signature " id="mandate_status-instance_method">
2898
-
2899
- #<strong>mandate_status</strong> &#x21d2; <tt>Object</tt>
2900
-
2901
-
2902
-
2903
-
2904
-
2905
- </h3><div class="docstring">
2906
- <div class="discussion">
2907
-
2908
- <p>Returns the value of attribute mandate_status</p>
2909
-
2910
-
2911
- </div>
2912
- </div>
2913
- <div class="tags">
2914
-
2915
-
2916
- </div><table class="source_code">
2917
- <tr>
2918
- <td>
2919
- <pre class="lines">
2920
-
2921
-
2922
- 26
2923
- 27
2924
- 28</pre>
2925
- </td>
2926
- <td>
2927
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 26</span>
2928
-
2929
- <span class='kw'>def</span> <span class='id identifier rubyid_mandate_status'>mandate_status</span>
2930
- <span class='ivar'>@mandate_status</span>
2931
- <span class='kw'>end</span></pre>
2932
- </td>
2933
- </tr>
2934
- </table>
2935
- </div>
2936
-
2937
-
2938
- <span id="modified_date=-instance_method"></span>
2939
- <div class="method_details ">
2940
- <h3 class="signature " id="modified_date-instance_method">
2941
-
2942
- #<strong>modified_date</strong> &#x21d2; <tt>Object</tt>
2943
-
2944
-
2945
-
2946
-
2947
-
2948
- </h3><div class="docstring">
2949
- <div class="discussion">
2950
-
2951
- <p>Date YYYY-MM-DD HH:MM:SS</p>
2952
-
2953
-
2954
- </div>
2955
- </div>
2956
- <div class="tags">
2957
-
2958
-
2959
- </div><table class="source_code">
2960
- <tr>
2961
- <td>
2962
- <pre class="lines">
2963
-
2964
-
2965
- 92
2966
- 93
2967
- 94</pre>
2968
- </td>
2969
- <td>
2970
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 92</span>
2971
-
2972
- <span class='kw'>def</span> <span class='id identifier rubyid_modified_date'>modified_date</span>
2973
- <span class='ivar'>@modified_date</span>
2974
- <span class='kw'>end</span></pre>
2975
- </td>
2976
- </tr>
2977
- </table>
2978
- </div>
2979
-
2980
-
2981
- <span id="revocation_signature_date=-instance_method"></span>
2982
- <div class="method_details ">
2983
- <h3 class="signature " id="revocation_signature_date-instance_method">
2984
-
2985
- #<strong>revocation_signature_date</strong> &#x21d2; <tt>Object</tt>
2986
-
2987
-
2988
-
2989
-
2990
-
2991
- </h3><div class="docstring">
2992
- <div class="discussion">
2993
-
2994
- <p>Date YYYY-MM-DD HH:MM:SS</p>
2995
-
2996
-
2997
- </div>
2998
- </div>
2999
- <div class="tags">
3000
-
3001
-
3002
- </div><table class="source_code">
3003
- <tr>
3004
- <td>
3005
- <pre class="lines">
3006
-
3007
-
3008
- 84
3009
- 85
3010
- 86</pre>
3011
- </td>
3012
- <td>
3013
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 84</span>
3014
-
3015
- <span class='kw'>def</span> <span class='id identifier rubyid_revocation_signature_date'>revocation_signature_date</span>
3016
- <span class='ivar'>@revocation_signature_date</span>
3017
- <span class='kw'>end</span></pre>
3018
- </td>
3019
- </tr>
3020
- </table>
3021
- </div>
3022
-
3023
-
3024
- <span id="sdd_type=-instance_method"></span>
3025
- <div class="method_details ">
3026
- <h3 class="signature " id="sdd_type-instance_method">
3027
-
3028
- #<strong>sdd_type</strong> &#x21d2; <tt>Object</tt>
3029
-
3030
-
3031
-
3032
-
3033
-
3034
- </h3><div class="docstring">
3035
- <div class="discussion">
3036
-
3037
- <p>Returns the value of attribute sdd_type</p>
3038
-
3039
-
3040
- </div>
3041
- </div>
3042
- <div class="tags">
3043
-
3044
-
3045
- </div><table class="source_code">
3046
- <tr>
3047
- <td>
3048
- <pre class="lines">
3049
-
3050
-
3051
- 81
3052
- 82
3053
- 83</pre>
3054
- </td>
3055
- <td>
3056
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 81</span>
3057
-
3058
- <span class='kw'>def</span> <span class='id identifier rubyid_sdd_type'>sdd_type</span>
3059
- <span class='ivar'>@sdd_type</span>
3060
- <span class='kw'>end</span></pre>
3061
- </td>
3062
- </tr>
3063
- </table>
3064
- </div>
3065
-
3066
-
3067
- <span id="sepa_creditor_identifier=-instance_method"></span>
3068
- <div class="method_details ">
3069
- <h3 class="signature " id="sepa_creditor_identifier-instance_method">
3070
-
3071
- #<strong>sepa_creditor_identifier</strong> &#x21d2; <tt>Object</tt>
3072
-
3073
-
3074
-
3075
-
3076
-
3077
- </h3><div class="docstring">
3078
- <div class="discussion">
3079
-
3080
- <p>Returns the value of attribute sepa_creditor_identifier</p>
3081
-
3082
-
3083
- </div>
3084
- </div>
3085
- <div class="tags">
3086
-
3087
-
3088
- </div><table class="source_code">
3089
- <tr>
3090
- <td>
3091
- <pre class="lines">
3092
-
3093
-
3094
- 48
3095
- 49
3096
- 50</pre>
3097
- </td>
3098
- <td>
3099
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 48</span>
3100
-
3101
- <span class='kw'>def</span> <span class='id identifier rubyid_sepa_creditor_identifier'>sepa_creditor_identifier</span>
3102
- <span class='ivar'>@sepa_creditor_identifier</span>
3103
- <span class='kw'>end</span></pre>
3104
- </td>
3105
- </tr>
3106
- </table>
3107
- </div>
3108
-
3109
-
3110
- <span id="sequence_type=-instance_method"></span>
3111
- <div class="method_details ">
3112
- <h3 class="signature " id="sequence_type-instance_method">
3113
-
3114
- #<strong>sequence_type</strong> &#x21d2; <tt>Object</tt>
3115
-
3116
-
3117
-
3118
-
3119
-
3120
- </h3><div class="docstring">
3121
- <div class="discussion">
3122
-
3123
- <p>Returns the value of attribute sequence_type</p>
3124
-
3125
-
3126
- </div>
3127
- </div>
3128
- <div class="tags">
3129
-
3130
-
3131
- </div><table class="source_code">
3132
- <tr>
3133
- <td>
3134
- <pre class="lines">
3135
-
3136
-
3137
- 44
3138
- 45
3139
- 46</pre>
3140
- </td>
3141
- <td>
3142
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 44</span>
3143
-
3144
- <span class='kw'>def</span> <span class='id identifier rubyid_sequence_type'>sequence_type</span>
3145
- <span class='ivar'>@sequence_type</span>
3146
- <span class='kw'>end</span></pre>
3147
- </td>
3148
- </tr>
3149
- </table>
3150
- </div>
3151
-
3152
-
3153
- <span id="signature_date=-instance_method"></span>
3154
- <div class="method_details ">
3155
- <h3 class="signature " id="signature_date-instance_method">
3156
-
3157
- #<strong>signature_date</strong> &#x21d2; <tt>Object</tt>
3158
-
3159
-
3160
-
3161
-
3162
-
3163
- </h3><div class="docstring">
3164
- <div class="discussion">
3165
-
3166
- <p>Date YYYY-MM-DD</p>
3167
-
3168
-
3169
- </div>
3170
- </div>
3171
- <div class="tags">
3172
-
3173
-
3174
- </div><table class="source_code">
3175
- <tr>
3176
- <td>
3177
- <pre class="lines">
3178
-
3179
-
3180
- 59
3181
- 60
3182
- 61</pre>
3183
- </td>
3184
- <td>
3185
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 59</span>
3186
-
3187
- <span class='kw'>def</span> <span class='id identifier rubyid_signature_date'>signature_date</span>
3188
- <span class='ivar'>@signature_date</span>
3189
- <span class='kw'>end</span></pre>
3190
- </td>
3191
- </tr>
3192
- </table>
3193
- </div>
3194
-
3195
-
3196
- <span id="signed=-instance_method"></span>
3197
- <div class="method_details ">
3198
- <h3 class="signature " id="signed-instance_method">
3199
-
3200
- #<strong>signed</strong> &#x21d2; <tt>Object</tt>
3201
-
3202
-
3203
-
3204
-
3205
-
3206
- </h3><div class="docstring">
3207
- <div class="discussion">
3208
-
3209
- <p>Returns the value of attribute signed</p>
3210
-
3211
-
3212
- </div>
3213
- </div>
3214
- <div class="tags">
3215
-
3216
-
3217
- </div><table class="source_code">
3218
- <tr>
3219
- <td>
3220
- <pre class="lines">
3221
-
3222
-
3223
- 63
3224
- 64
3225
- 65</pre>
3226
- </td>
3227
- <td>
3228
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 63</span>
3229
-
3230
- <span class='kw'>def</span> <span class='id identifier rubyid_signed'>signed</span>
3231
- <span class='ivar'>@signed</span>
3232
- <span class='kw'>end</span></pre>
3233
- </td>
3234
- </tr>
3235
- </table>
3236
- </div>
3237
-
3238
-
3239
- <span id="title=-instance_method"></span>
3240
- <div class="method_details ">
3241
- <h3 class="signature " id="title-instance_method">
3242
-
3243
- #<strong>title</strong> &#x21d2; <tt>Object</tt>
3244
-
3245
-
3246
-
3247
-
3248
-
3249
- </h3><div class="docstring">
3250
- <div class="discussion">
3251
-
3252
- <p>Returns the value of attribute title</p>
3253
-
3254
-
3255
- </div>
3256
- </div>
3257
- <div class="tags">
3258
-
3259
-
3260
- </div><table class="source_code">
3261
- <tr>
3262
- <td>
3263
- <pre class="lines">
3264
-
3265
-
3266
- 20
3267
- 21
3268
- 22</pre>
3269
- </td>
3270
- <td>
3271
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 20</span>
3272
-
3273
- <span class='kw'>def</span> <span class='id identifier rubyid_title'>title</span>
3274
- <span class='ivar'>@title</span>
3275
- <span class='kw'>end</span></pre>
3276
- </td>
3277
- </tr>
3278
- </table>
3279
- </div>
3280
-
3281
-
3282
- <span id="unique_mandate_reference=-instance_method"></span>
3283
- <div class="method_details ">
3284
- <h3 class="signature " id="unique_mandate_reference-instance_method">
3285
-
3286
- #<strong>unique_mandate_reference</strong> &#x21d2; <tt>Object</tt>
3287
-
3288
-
3289
-
3290
-
3291
-
3292
- </h3><div class="docstring">
3293
- <div class="discussion">
3294
-
3295
- <p>Returns the value of attribute unique_mandate_reference</p>
3296
-
3297
-
3298
- </div>
3299
- </div>
3300
- <div class="tags">
3301
-
3302
-
3303
- </div><table class="source_code">
3304
- <tr>
3305
- <td>
3306
- <pre class="lines">
3307
-
3308
-
3309
- 24
3310
- 25
3311
- 26</pre>
3312
- </td>
3313
- <td>
3314
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 24</span>
3315
-
3316
- <span class='kw'>def</span> <span class='id identifier rubyid_unique_mandate_reference'>unique_mandate_reference</span>
3317
- <span class='ivar'>@unique_mandate_reference</span>
3318
- <span class='kw'>end</span></pre>
3319
- </td>
3320
- </tr>
3321
- </table>
3322
- </div>
3323
-
3324
-
3325
- <span id="user_id=-instance_method"></span>
3326
- <div class="method_details ">
3327
- <h3 class="signature " id="user_id-instance_method">
3328
-
3329
- #<strong>user_id</strong> &#x21d2; <tt>Object</tt>
3330
-
3331
-
3332
-
3333
-
3334
-
3335
- </h3><div class="docstring">
3336
- <div class="discussion">
3337
-
3338
- <p>Returns the value of attribute user_id</p>
3339
-
3340
-
3341
- </div>
3342
- </div>
3343
- <div class="tags">
3344
-
3345
-
3346
- </div><table class="source_code">
3347
- <tr>
3348
- <td>
3349
- <pre class="lines">
3350
-
3351
-
3352
- 28
3353
- 29
3354
- 30</pre>
3355
- </td>
3356
- <td>
3357
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 28</span>
3358
-
3359
- <span class='kw'>def</span> <span class='id identifier rubyid_user_id'>user_id</span>
3360
- <span class='ivar'>@user_id</span>
3361
- <span class='kw'>end</span></pre>
3362
- </td>
3363
- </tr>
3364
- </table>
3365
- </div>
3366
-
3367
- </div>
3368
-
3369
-
3370
- <div id="class_method_details" class="method_details_list">
3371
- <h2>Class Method Details</h2>
3372
-
3373
-
3374
- <div class="method_details first">
3375
- <h3 class="signature first" id="attribute_map-class_method">
3376
-
3377
- .<strong>attribute_map</strong> &#x21d2; <tt>Object</tt>
3378
-
3379
-
3380
-
3381
-
3382
-
3383
- </h3><div class="docstring">
3384
- <div class="discussion">
3385
-
3386
- <p>Attribute mapping from ruby-style variable name to JSON key.</p>
3387
-
3388
-
3389
- </div>
3390
- </div>
3391
- <div class="tags">
3392
-
3393
-
3394
- </div><table class="source_code">
3395
- <tr>
3396
- <td>
3397
- <pre class="lines">
3398
-
3399
-
3400
- 117
3401
- 118
3402
- 119
3403
- 120
3404
- 121
3405
- 122
3406
- 123
3407
- 124
3408
- 125
3409
- 126
3410
- 127
3411
- 128
3412
- 129
3413
- 130
3414
- 131
3415
- 132
3416
- 133
3417
- 134
3418
- 135
3419
- 136
3420
- 137
3421
- 138
3422
- 139
3423
- 140
3424
- 141
3425
- 142
3426
- 143
3427
- 144
3428
- 145
3429
- 146
3430
- 147
3431
- 148
3432
- 149
3433
- 150
3434
- 151
3435
- 152
3436
- 153
3437
- 154
3438
- 155
3439
- 156</pre>
3440
- </td>
3441
- <td>
3442
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 117</span>
3443
-
3444
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_attribute_map'>attribute_map</span>
3445
- <span class='lbrace'>{</span>
3446
- <span class='symbol'>:&#39;mandate_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;mandateId&#39;</span><span class='comma'>,</span>
3447
- <span class='symbol'>:&#39;title&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;title&#39;</span><span class='comma'>,</span>
3448
- <span class='symbol'>:&#39;legal_informations&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;legalInformations&#39;</span><span class='comma'>,</span>
3449
- <span class='symbol'>:&#39;unique_mandate_reference&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;uniqueMandateReference&#39;</span><span class='comma'>,</span>
3450
- <span class='symbol'>:&#39;mandate_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;mandateStatus&#39;</span><span class='comma'>,</span>
3451
- <span class='symbol'>:&#39;user_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;userId&#39;</span><span class='comma'>,</span>
3452
- <span class='symbol'>:&#39;debtor_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorName&#39;</span><span class='comma'>,</span>
3453
- <span class='symbol'>:&#39;debtor_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorAddress&#39;</span><span class='comma'>,</span>
3454
- <span class='symbol'>:&#39;debtor_city&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorCity&#39;</span><span class='comma'>,</span>
3455
- <span class='symbol'>:&#39;debtor_zip_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorZipCode&#39;</span><span class='comma'>,</span>
3456
- <span class='symbol'>:&#39;debtor_country&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorCountry&#39;</span><span class='comma'>,</span>
3457
- <span class='symbol'>:&#39;debtor_iban&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorIban&#39;</span><span class='comma'>,</span>
3458
- <span class='symbol'>:&#39;debtor_bic&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorBic&#39;</span><span class='comma'>,</span>
3459
- <span class='symbol'>:&#39;sequence_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;sequenceType&#39;</span><span class='comma'>,</span>
3460
- <span class='symbol'>:&#39;creditor_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorName&#39;</span><span class='comma'>,</span>
3461
- <span class='symbol'>:&#39;sepa_creditor_identifier&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;sepaCreditorIdentifier&#39;</span><span class='comma'>,</span>
3462
- <span class='symbol'>:&#39;creditor_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorAddress&#39;</span><span class='comma'>,</span>
3463
- <span class='symbol'>:&#39;creditor_city&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorCity&#39;</span><span class='comma'>,</span>
3464
- <span class='symbol'>:&#39;creditor_zip_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorZipCode&#39;</span><span class='comma'>,</span>
3465
- <span class='symbol'>:&#39;creditor_country&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorCountry&#39;</span><span class='comma'>,</span>
3466
- <span class='symbol'>:&#39;signature_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;signatureDate&#39;</span><span class='comma'>,</span>
3467
- <span class='symbol'>:&#39;debtor_signature_ip&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorSignatureIp&#39;</span><span class='comma'>,</span>
3468
- <span class='symbol'>:&#39;signed&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;signed&#39;</span><span class='comma'>,</span>
3469
- <span class='symbol'>:&#39;debtor_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorIdentificationCode&#39;</span><span class='comma'>,</span>
3470
- <span class='symbol'>:&#39;debtor_reference_party_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorReferencePartyName&#39;</span><span class='comma'>,</span>
3471
- <span class='symbol'>:&#39;debtor_reference_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;debtorReferenceIdentificationCode&#39;</span><span class='comma'>,</span>
3472
- <span class='symbol'>:&#39;creditor_reference_party_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorReferencePartyName&#39;</span><span class='comma'>,</span>
3473
- <span class='symbol'>:&#39;creditor_reference_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;creditorReferenceIdentificationCode&#39;</span><span class='comma'>,</span>
3474
- <span class='symbol'>:&#39;contract_identification_number&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;contractIdentificationNumber&#39;</span><span class='comma'>,</span>
3475
- <span class='symbol'>:&#39;contract_description&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;contractDescription&#39;</span><span class='comma'>,</span>
3476
- <span class='symbol'>:&#39;is_paper&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;isPaper&#39;</span><span class='comma'>,</span>
3477
- <span class='symbol'>:&#39;sdd_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;sddType&#39;</span><span class='comma'>,</span>
3478
- <span class='symbol'>:&#39;revocation_signature_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;revocationSignatureDate&#39;</span><span class='comma'>,</span>
3479
- <span class='symbol'>:&#39;created_ip&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;createdIp&#39;</span><span class='comma'>,</span>
3480
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;createdDate&#39;</span><span class='comma'>,</span>
3481
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;modifiedDate&#39;</span>
3482
- <span class='rbrace'>}</span>
3483
- <span class='kw'>end</span></pre>
3484
- </td>
3485
- </tr>
3486
- </table>
3487
- </div>
3488
-
3489
- <div class="method_details ">
3490
- <h3 class="signature " id="swagger_types-class_method">
3491
-
3492
- .<strong>swagger_types</strong> &#x21d2; <tt>Object</tt>
3493
-
3494
-
3495
-
3496
-
3497
-
3498
- </h3><div class="docstring">
3499
- <div class="discussion">
3500
-
3501
- <p>Attribute type mapping.</p>
3502
-
3503
-
3504
- </div>
3505
- </div>
3506
- <div class="tags">
3507
-
3508
-
3509
- </div><table class="source_code">
3510
- <tr>
3511
- <td>
3512
- <pre class="lines">
3513
-
3514
-
3515
- 159
3516
- 160
3517
- 161
3518
- 162
3519
- 163
3520
- 164
3521
- 165
3522
- 166
3523
- 167
3524
- 168
3525
- 169
3526
- 170
3527
- 171
3528
- 172
3529
- 173
3530
- 174
3531
- 175
3532
- 176
3533
- 177
3534
- 178
3535
- 179
3536
- 180
3537
- 181
3538
- 182
3539
- 183
3540
- 184
3541
- 185
3542
- 186
3543
- 187
3544
- 188
3545
- 189
3546
- 190
3547
- 191
3548
- 192
3549
- 193
3550
- 194
3551
- 195
3552
- 196
3553
- 197
3554
- 198</pre>
3555
- </td>
3556
- <td>
3557
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 159</span>
3558
-
3559
- <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_swagger_types'>swagger_types</span>
3560
- <span class='lbrace'>{</span>
3561
- <span class='symbol'>:&#39;mandate_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
3562
- <span class='symbol'>:&#39;title&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3563
- <span class='symbol'>:&#39;legal_informations&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3564
- <span class='symbol'>:&#39;unique_mandate_reference&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3565
- <span class='symbol'>:&#39;mandate_status&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3566
- <span class='symbol'>:&#39;user_id&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
3567
- <span class='symbol'>:&#39;debtor_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3568
- <span class='symbol'>:&#39;debtor_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3569
- <span class='symbol'>:&#39;debtor_city&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3570
- <span class='symbol'>:&#39;debtor_zip_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3571
- <span class='symbol'>:&#39;debtor_country&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3572
- <span class='symbol'>:&#39;debtor_iban&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3573
- <span class='symbol'>:&#39;debtor_bic&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3574
- <span class='symbol'>:&#39;sequence_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3575
- <span class='symbol'>:&#39;creditor_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3576
- <span class='symbol'>:&#39;sepa_creditor_identifier&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3577
- <span class='symbol'>:&#39;creditor_address&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3578
- <span class='symbol'>:&#39;creditor_city&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3579
- <span class='symbol'>:&#39;creditor_zip_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3580
- <span class='symbol'>:&#39;creditor_country&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3581
- <span class='symbol'>:&#39;signature_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3582
- <span class='symbol'>:&#39;debtor_signature_ip&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3583
- <span class='symbol'>:&#39;signed&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;Integer&#39;</span><span class='comma'>,</span>
3584
- <span class='symbol'>:&#39;debtor_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3585
- <span class='symbol'>:&#39;debtor_reference_party_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3586
- <span class='symbol'>:&#39;debtor_reference_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3587
- <span class='symbol'>:&#39;creditor_reference_party_name&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3588
- <span class='symbol'>:&#39;creditor_reference_identification_code&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3589
- <span class='symbol'>:&#39;contract_identification_number&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3590
- <span class='symbol'>:&#39;contract_description&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3591
- <span class='symbol'>:&#39;is_paper&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;BOOLEAN&#39;</span><span class='comma'>,</span>
3592
- <span class='symbol'>:&#39;sdd_type&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3593
- <span class='symbol'>:&#39;revocation_signature_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3594
- <span class='symbol'>:&#39;created_ip&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3595
- <span class='symbol'>:&#39;created_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span><span class='comma'>,</span>
3596
- <span class='symbol'>:&#39;modified_date&#39;</span> <span class='op'>=&gt;</span> <span class='symbol'>:&#39;String&#39;</span>
3597
- <span class='rbrace'>}</span>
3598
- <span class='kw'>end</span></pre>
3599
- </td>
3600
- </tr>
3601
- </table>
3602
- </div>
3603
-
3604
- </div>
3605
-
3606
- <div id="instance_method_details" class="method_details_list">
3607
- <h2>Instance Method Details</h2>
3608
-
3609
-
3610
- <div class="method_details first">
3611
- <h3 class="signature first" id="==-instance_method">
3612
-
3613
- #<strong>==</strong>(o) &#x21d2; <tt>Object</tt>
3614
-
3615
-
3616
-
3617
-
3618
-
3619
- </h3><div class="docstring">
3620
- <div class="discussion">
3621
-
3622
- <p>Checks equality by comparing each attribute.</p>
3623
-
3624
-
3625
- </div>
3626
- </div>
3627
- <div class="tags">
3628
- <p class="tag_title">Parameters:</p>
3629
- <ul class="param">
3630
-
3631
- <li>
3632
-
3633
- <span class='name'>Object</span>
3634
-
3635
-
3636
- <span class='type'>(<tt>Object</tt>)</span>
3637
-
3638
-
3639
-
3640
- &mdash;
3641
- <div class='inline'>
3642
- <p>to be compared</p>
3643
- </div>
3644
-
3645
- </li>
3646
-
3647
- </ul>
3648
-
3649
-
3650
- </div><table class="source_code">
3651
- <tr>
3652
- <td>
3653
- <pre class="lines">
3654
-
3655
-
3656
- 405
3657
- 406
3658
- 407
3659
- 408
3660
- 409
3661
- 410
3662
- 411
3663
- 412
3664
- 413
3665
- 414
3666
- 415
3667
- 416
3668
- 417
3669
- 418
3670
- 419
3671
- 420
3672
- 421
3673
- 422
3674
- 423
3675
- 424
3676
- 425
3677
- 426
3678
- 427
3679
- 428
3680
- 429
3681
- 430
3682
- 431
3683
- 432
3684
- 433
3685
- 434
3686
- 435
3687
- 436
3688
- 437
3689
- 438
3690
- 439
3691
- 440
3692
- 441
3693
- 442
3694
- 443
3695
- 444</pre>
3696
- </td>
3697
- <td>
3698
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 405</span>
3699
-
3700
- <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>
3701
- <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>
3702
- <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>
3703
- <span class='id identifier rubyid_mandate_id'>mandate_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_mandate_id'>mandate_id</span> <span class='op'>&amp;&amp;</span>
3704
- <span class='id identifier rubyid_title'>title</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>&amp;&amp;</span>
3705
- <span class='id identifier rubyid_legal_informations'>legal_informations</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_legal_informations'>legal_informations</span> <span class='op'>&amp;&amp;</span>
3706
- <span class='id identifier rubyid_unique_mandate_reference'>unique_mandate_reference</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_unique_mandate_reference'>unique_mandate_reference</span> <span class='op'>&amp;&amp;</span>
3707
- <span class='id identifier rubyid_mandate_status'>mandate_status</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_mandate_status'>mandate_status</span> <span class='op'>&amp;&amp;</span>
3708
- <span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_user_id'>user_id</span> <span class='op'>&amp;&amp;</span>
3709
- <span class='id identifier rubyid_debtor_name'>debtor_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_name'>debtor_name</span> <span class='op'>&amp;&amp;</span>
3710
- <span class='id identifier rubyid_debtor_address'>debtor_address</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_address'>debtor_address</span> <span class='op'>&amp;&amp;</span>
3711
- <span class='id identifier rubyid_debtor_city'>debtor_city</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_city'>debtor_city</span> <span class='op'>&amp;&amp;</span>
3712
- <span class='id identifier rubyid_debtor_zip_code'>debtor_zip_code</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_zip_code'>debtor_zip_code</span> <span class='op'>&amp;&amp;</span>
3713
- <span class='id identifier rubyid_debtor_country'>debtor_country</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_country'>debtor_country</span> <span class='op'>&amp;&amp;</span>
3714
- <span class='id identifier rubyid_debtor_iban'>debtor_iban</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_iban'>debtor_iban</span> <span class='op'>&amp;&amp;</span>
3715
- <span class='id identifier rubyid_debtor_bic'>debtor_bic</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_bic'>debtor_bic</span> <span class='op'>&amp;&amp;</span>
3716
- <span class='id identifier rubyid_sequence_type'>sequence_type</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_sequence_type'>sequence_type</span> <span class='op'>&amp;&amp;</span>
3717
- <span class='id identifier rubyid_creditor_name'>creditor_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_name'>creditor_name</span> <span class='op'>&amp;&amp;</span>
3718
- <span class='id identifier rubyid_sepa_creditor_identifier'>sepa_creditor_identifier</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_sepa_creditor_identifier'>sepa_creditor_identifier</span> <span class='op'>&amp;&amp;</span>
3719
- <span class='id identifier rubyid_creditor_address'>creditor_address</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_address'>creditor_address</span> <span class='op'>&amp;&amp;</span>
3720
- <span class='id identifier rubyid_creditor_city'>creditor_city</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_city'>creditor_city</span> <span class='op'>&amp;&amp;</span>
3721
- <span class='id identifier rubyid_creditor_zip_code'>creditor_zip_code</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_zip_code'>creditor_zip_code</span> <span class='op'>&amp;&amp;</span>
3722
- <span class='id identifier rubyid_creditor_country'>creditor_country</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_country'>creditor_country</span> <span class='op'>&amp;&amp;</span>
3723
- <span class='id identifier rubyid_signature_date'>signature_date</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_signature_date'>signature_date</span> <span class='op'>&amp;&amp;</span>
3724
- <span class='id identifier rubyid_debtor_signature_ip'>debtor_signature_ip</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_signature_ip'>debtor_signature_ip</span> <span class='op'>&amp;&amp;</span>
3725
- <span class='id identifier rubyid_signed'>signed</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_signed'>signed</span> <span class='op'>&amp;&amp;</span>
3726
- <span class='id identifier rubyid_debtor_identification_code'>debtor_identification_code</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_identification_code'>debtor_identification_code</span> <span class='op'>&amp;&amp;</span>
3727
- <span class='id identifier rubyid_debtor_reference_party_name'>debtor_reference_party_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_reference_party_name'>debtor_reference_party_name</span> <span class='op'>&amp;&amp;</span>
3728
- <span class='id identifier rubyid_debtor_reference_identification_code'>debtor_reference_identification_code</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_debtor_reference_identification_code'>debtor_reference_identification_code</span> <span class='op'>&amp;&amp;</span>
3729
- <span class='id identifier rubyid_creditor_reference_party_name'>creditor_reference_party_name</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_reference_party_name'>creditor_reference_party_name</span> <span class='op'>&amp;&amp;</span>
3730
- <span class='id identifier rubyid_creditor_reference_identification_code'>creditor_reference_identification_code</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_creditor_reference_identification_code'>creditor_reference_identification_code</span> <span class='op'>&amp;&amp;</span>
3731
- <span class='id identifier rubyid_contract_identification_number'>contract_identification_number</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_contract_identification_number'>contract_identification_number</span> <span class='op'>&amp;&amp;</span>
3732
- <span class='id identifier rubyid_contract_description'>contract_description</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_contract_description'>contract_description</span> <span class='op'>&amp;&amp;</span>
3733
- <span class='id identifier rubyid_is_paper'>is_paper</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_is_paper'>is_paper</span> <span class='op'>&amp;&amp;</span>
3734
- <span class='id identifier rubyid_sdd_type'>sdd_type</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_sdd_type'>sdd_type</span> <span class='op'>&amp;&amp;</span>
3735
- <span class='id identifier rubyid_revocation_signature_date'>revocation_signature_date</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_revocation_signature_date'>revocation_signature_date</span> <span class='op'>&amp;&amp;</span>
3736
- <span class='id identifier rubyid_created_ip'>created_ip</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_created_ip'>created_ip</span> <span class='op'>&amp;&amp;</span>
3737
- <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>
3738
- <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>
3739
- <span class='kw'>end</span></pre>
3740
- </td>
3741
- </tr>
3742
- </table>
3743
- </div>
3744
-
3745
- <div class="method_details ">
3746
- <h3 class="signature " id="_deserialize-instance_method">
3747
-
3748
- #<strong>_deserialize</strong>(type, value) &#x21d2; <tt>Object</tt>
3749
-
3750
-
3751
-
3752
-
3753
-
3754
- </h3><div class="docstring">
3755
- <div class="discussion">
3756
-
3757
- <p>Deserializes the data based on type</p>
3758
-
3759
-
3760
- </div>
3761
- </div>
3762
- <div class="tags">
3763
- <p class="tag_title">Parameters:</p>
3764
- <ul class="param">
3765
-
3766
- <li>
3767
-
3768
- <span class='name'>string</span>
3769
-
3770
-
3771
- <span class='type'></span>
3772
-
3773
-
3774
-
3775
- &mdash;
3776
- <div class='inline'>
3777
- <p>type Data type</p>
3778
- </div>
3779
-
3780
- </li>
3781
-
3782
- <li>
3783
-
3784
- <span class='name'>string</span>
3785
-
3786
-
3787
- <span class='type'></span>
3788
-
3789
-
3790
-
3791
- &mdash;
3792
- <div class='inline'>
3793
- <p>value Value to be deserialized</p>
3794
- </div>
3795
-
3796
- </li>
3797
-
3798
- </ul>
3799
-
3800
- <p class="tag_title">Returns:</p>
3801
- <ul class="return">
3802
-
3803
- <li>
3804
-
3805
-
3806
- <span class='type'>(<tt>Object</tt>)</span>
3807
-
3808
-
3809
-
3810
- &mdash;
3811
- <div class='inline'>
3812
- <p>Deserialized data</p>
3813
- </div>
3814
-
3815
- </li>
3816
-
3817
- </ul>
3818
-
3819
- </div><table class="source_code">
3820
- <tr>
3821
- <td>
3822
- <pre class="lines">
3823
-
3824
-
3825
- 482
3826
- 483
3827
- 484
3828
- 485
3829
- 486
3830
- 487
3831
- 488
3832
- 489
3833
- 490
3834
- 491
3835
- 492
3836
- 493
3837
- 494
3838
- 495
3839
- 496
3840
- 497
3841
- 498
3842
- 499
3843
- 500
3844
- 501
3845
- 502
3846
- 503
3847
- 504
3848
- 505
3849
- 506
3850
- 507
3851
- 508
3852
- 509
3853
- 510
3854
- 511
3855
- 512
3856
- 513
3857
- 514
3858
- 515
3859
- 516
3860
- 517
3861
- 518</pre>
3862
- </td>
3863
- <td>
3864
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 482</span>
3865
-
3866
- <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>
3867
- <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>
3868
- <span class='kw'>when</span> <span class='symbol'>:DateTime</span>
3869
- <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>
3870
- <span class='kw'>when</span> <span class='symbol'>:Date</span>
3871
- <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>
3872
- <span class='kw'>when</span> <span class='symbol'>:String</span>
3873
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
3874
- <span class='kw'>when</span> <span class='symbol'>:Integer</span>
3875
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span>
3876
- <span class='kw'>when</span> <span class='symbol'>:Float</span>
3877
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_f'>to_f</span>
3878
- <span class='kw'>when</span> <span class='symbol'>:BOOLEAN</span>
3879
- <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>
3880
- <span class='kw'>true</span>
3881
- <span class='kw'>else</span>
3882
- <span class='kw'>false</span>
3883
- <span class='kw'>end</span>
3884
- <span class='kw'>when</span> <span class='symbol'>:Object</span>
3885
- <span class='comment'># generic object (usually a Hash), return directly
3886
- </span> <span class='id identifier rubyid_value'>value</span>
3887
- <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>
3888
- <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>
3889
- <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>
3890
- <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>
3891
- <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>
3892
- <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>
3893
- <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>
3894
- <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>
3895
- <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>
3896
- <span class='kw'>end</span>
3897
- <span class='kw'>end</span>
3898
- <span class='kw'>else</span> <span class='comment'># model
3899
- </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>
3900
- <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>
3901
- <span class='kw'>end</span>
3902
- <span class='kw'>end</span></pre>
3903
- </td>
3904
- </tr>
3905
- </table>
3906
- </div>
3907
-
3908
- <div class="method_details ">
3909
- <h3 class="signature " id="_to_hash-instance_method">
3910
-
3911
- #<strong>_to_hash</strong>(value) &#x21d2; <tt>Hash</tt>
3912
-
3913
-
3914
-
3915
-
3916
-
3917
- </h3><div class="docstring">
3918
- <div class="discussion">
3919
-
3920
- <p>Outputs non-array value in the form of hash For object, use to_hash.
3921
- Otherwise, just return the value</p>
3922
-
3923
-
3924
- </div>
3925
- </div>
3926
- <div class="tags">
3927
- <p class="tag_title">Parameters:</p>
3928
- <ul class="param">
3929
-
3930
- <li>
3931
-
3932
- <span class='name'>value</span>
3933
-
3934
-
3935
- <span class='type'>(<tt>Object</tt>)</span>
3936
-
3937
-
3938
-
3939
- &mdash;
3940
- <div class='inline'>
3941
- <p>Any valid value</p>
3942
- </div>
3943
-
3944
- </li>
3945
-
3946
- </ul>
3947
-
3948
- <p class="tag_title">Returns:</p>
3949
- <ul class="return">
3950
-
3951
- <li>
3952
-
3953
-
3954
- <span class='type'>(<tt>Hash</tt>)</span>
3955
-
3956
-
3957
-
3958
- &mdash;
3959
- <div class='inline'>
3960
- <p>Returns the value in the form of hash</p>
3961
- </div>
3962
-
3963
- </li>
3964
-
3965
- </ul>
3966
-
3967
- </div><table class="source_code">
3968
- <tr>
3969
- <td>
3970
- <pre class="lines">
3971
-
3972
-
3973
- 548
3974
- 549
3975
- 550
3976
- 551
3977
- 552
3978
- 553
3979
- 554
3980
- 555
3981
- 556
3982
- 557
3983
- 558
3984
- 559
3985
- 560</pre>
3986
- </td>
3987
- <td>
3988
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 548</span>
3989
-
3990
- <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>
3991
- <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>
3992
- <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>
3993
- <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>
3994
- <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>
3995
- <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>
3996
- <span class='kw'>end</span>
3997
- <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>
3998
- <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_hash'>to_hash</span>
3999
- <span class='kw'>else</span>
4000
- <span class='id identifier rubyid_value'>value</span>
4001
- <span class='kw'>end</span>
4002
- <span class='kw'>end</span></pre>
4003
- </td>
4004
- </tr>
4005
- </table>
4006
- </div>
4007
-
4008
- <div class="method_details ">
4009
- <h3 class="signature " id="build_from_hash-instance_method">
4010
-
4011
- #<strong>build_from_hash</strong>(attributes) &#x21d2; <tt>Object</tt>
4012
-
4013
-
4014
-
4015
-
4016
-
4017
- </h3><div class="docstring">
4018
- <div class="discussion">
4019
-
4020
- <p>Builds the object from hash</p>
4021
-
4022
-
4023
- </div>
4024
- </div>
4025
- <div class="tags">
4026
- <p class="tag_title">Parameters:</p>
4027
- <ul class="param">
4028
-
4029
- <li>
4030
-
4031
- <span class='name'>attributes</span>
4032
-
4033
-
4034
- <span class='type'>(<tt>Hash</tt>)</span>
4035
-
4036
-
4037
-
4038
- &mdash;
4039
- <div class='inline'>
4040
- <p>Model attributes in the form of hash</p>
4041
- </div>
4042
-
4043
- </li>
4044
-
4045
- </ul>
4046
-
4047
- <p class="tag_title">Returns:</p>
4048
- <ul class="return">
4049
-
4050
- <li>
4051
-
4052
-
4053
- <span class='type'>(<tt>Object</tt>)</span>
4054
-
4055
-
4056
-
4057
- &mdash;
4058
- <div class='inline'>
4059
- <p>Returns the model itself</p>
4060
- </div>
4061
-
4062
- </li>
4063
-
4064
- </ul>
4065
-
4066
- </div><table class="source_code">
4067
- <tr>
4068
- <td>
4069
- <pre class="lines">
4070
-
4071
-
4072
- 461
4073
- 462
4074
- 463
4075
- 464
4076
- 465
4077
- 466
4078
- 467
4079
- 468
4080
- 469
4081
- 470
4082
- 471
4083
- 472
4084
- 473
4085
- 474
4086
- 475
4087
- 476</pre>
4088
- </td>
4089
- <td>
4090
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 461</span>
4091
-
4092
- <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>
4093
- <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>
4094
- <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>
4095
- <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>
4096
- <span class='comment'># check to ensure the input is an array given that the the attribute
4097
- </span> <span class='comment'># is documented as an array but the input is not
4098
- </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>
4099
- <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>
4100
- <span class='kw'>end</span>
4101
- <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>
4102
- <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>
4103
- <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
4104
- </span> <span class='kw'>end</span>
4105
-
4106
- <span class='kw'>self</span>
4107
- <span class='kw'>end</span></pre>
4108
- </td>
4109
- </tr>
4110
- </table>
4111
- </div>
4112
-
4113
- <div class="method_details ">
4114
- <h3 class="signature " id="eql?-instance_method">
4115
-
4116
- #<strong>eql?</strong>(o) &#x21d2; <tt>Boolean</tt>
4117
-
4118
-
4119
-
4120
-
4121
-
4122
- </h3><div class="docstring">
4123
- <div class="discussion">
4124
-
4125
-
4126
- </div>
4127
- </div>
4128
- <div class="tags">
4129
- <p class="tag_title">Parameters:</p>
4130
- <ul class="param">
4131
-
4132
- <li>
4133
-
4134
- <span class='name'>Object</span>
4135
-
4136
-
4137
- <span class='type'>(<tt>Object</tt>)</span>
4138
-
4139
-
4140
-
4141
- &mdash;
4142
- <div class='inline'>
4143
- <p>to be compared</p>
4144
- </div>
4145
-
4146
- </li>
4147
-
4148
- </ul>
4149
-
4150
- <p class="tag_title">Returns:</p>
4151
- <ul class="return">
4152
-
4153
- <li>
4154
-
4155
-
4156
- <span class='type'>(<tt>Boolean</tt>)</span>
4157
-
4158
-
4159
-
4160
- </li>
4161
-
4162
- </ul>
4163
-
4164
- <p class="tag_title">See Also:</p>
4165
- <ul class="see">
4166
-
4167
- <li>`==` method</li>
4168
-
4169
- </ul>
4170
-
4171
- </div><table class="source_code">
4172
- <tr>
4173
- <td>
4174
- <pre class="lines">
4175
-
4176
-
4177
- 448
4178
- 449
4179
- 450</pre>
4180
- </td>
4181
- <td>
4182
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 448</span>
4183
-
4184
- <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>
4185
- <span class='kw'>self</span> <span class='op'>==</span> <span class='id identifier rubyid_o'>o</span>
4186
- <span class='kw'>end</span></pre>
4187
- </td>
4188
- </tr>
4189
- </table>
4190
- </div>
4191
-
4192
- <div class="method_details ">
4193
- <h3 class="signature " id="hash-instance_method">
4194
-
4195
- #<strong>hash</strong> &#x21d2; <tt>Fixnum</tt>
4196
-
4197
-
4198
-
4199
-
4200
-
4201
- </h3><div class="docstring">
4202
- <div class="discussion">
4203
-
4204
- <p>Calculates hash code according to all attributes.</p>
4205
-
4206
-
4207
- </div>
4208
- </div>
4209
- <div class="tags">
4210
-
4211
- <p class="tag_title">Returns:</p>
4212
- <ul class="return">
4213
-
4214
- <li>
4215
-
4216
-
4217
- <span class='type'>(<tt>Fixnum</tt>)</span>
4218
-
4219
-
4220
-
4221
- &mdash;
4222
- <div class='inline'>
4223
- <p>Hash code</p>
4224
- </div>
4225
-
4226
- </li>
4227
-
4228
- </ul>
4229
-
4230
- </div><table class="source_code">
4231
- <tr>
4232
- <td>
4233
- <pre class="lines">
4234
-
4235
-
4236
- 454
4237
- 455
4238
- 456</pre>
4239
- </td>
4240
- <td>
4241
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 454</span>
4242
-
4243
- <span class='kw'>def</span> <span class='id identifier rubyid_hash'>hash</span>
4244
- <span class='lbracket'>[</span><span class='id identifier rubyid_mandate_id'>mandate_id</span><span class='comma'>,</span> <span class='id identifier rubyid_title'>title</span><span class='comma'>,</span> <span class='id identifier rubyid_legal_informations'>legal_informations</span><span class='comma'>,</span> <span class='id identifier rubyid_unique_mandate_reference'>unique_mandate_reference</span><span class='comma'>,</span> <span class='id identifier rubyid_mandate_status'>mandate_status</span><span class='comma'>,</span> <span class='id identifier rubyid_user_id'>user_id</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_name'>debtor_name</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_address'>debtor_address</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_city'>debtor_city</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_zip_code'>debtor_zip_code</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_country'>debtor_country</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_iban'>debtor_iban</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_bic'>debtor_bic</span><span class='comma'>,</span> <span class='id identifier rubyid_sequence_type'>sequence_type</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_name'>creditor_name</span><span class='comma'>,</span> <span class='id identifier rubyid_sepa_creditor_identifier'>sepa_creditor_identifier</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_address'>creditor_address</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_city'>creditor_city</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_zip_code'>creditor_zip_code</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_country'>creditor_country</span><span class='comma'>,</span> <span class='id identifier rubyid_signature_date'>signature_date</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_signature_ip'>debtor_signature_ip</span><span class='comma'>,</span> <span class='id identifier rubyid_signed'>signed</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_identification_code'>debtor_identification_code</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_reference_party_name'>debtor_reference_party_name</span><span class='comma'>,</span> <span class='id identifier rubyid_debtor_reference_identification_code'>debtor_reference_identification_code</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_reference_party_name'>creditor_reference_party_name</span><span class='comma'>,</span> <span class='id identifier rubyid_creditor_reference_identification_code'>creditor_reference_identification_code</span><span class='comma'>,</span> <span class='id identifier rubyid_contract_identification_number'>contract_identification_number</span><span class='comma'>,</span> <span class='id identifier rubyid_contract_description'>contract_description</span><span class='comma'>,</span> <span class='id identifier rubyid_is_paper'>is_paper</span><span class='comma'>,</span> <span class='id identifier rubyid_sdd_type'>sdd_type</span><span class='comma'>,</span> <span class='id identifier rubyid_revocation_signature_date'>revocation_signature_date</span><span class='comma'>,</span> <span class='id identifier rubyid_created_ip'>created_ip</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='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_hash'>hash</span>
4245
- <span class='kw'>end</span></pre>
4246
- </td>
4247
- </tr>
4248
- </table>
4249
- </div>
4250
-
4251
- <div class="method_details ">
4252
- <h3 class="signature " id="list_invalid_properties-instance_method">
4253
-
4254
- #<strong>list_invalid_properties</strong> &#x21d2; <tt>Object</tt>
4255
-
4256
-
4257
-
4258
-
4259
-
4260
- </h3><div class="docstring">
4261
- <div class="discussion">
4262
-
4263
- <p>Show invalid properties with the reasons. Usually used together with valid?</p>
4264
-
4265
-
4266
- </div>
4267
- </div>
4268
- <div class="tags">
4269
-
4270
- <p class="tag_title">Returns:</p>
4271
- <ul class="return">
4272
-
4273
- <li>
4274
-
4275
-
4276
- <span class='type'></span>
4277
-
4278
-
4279
-
4280
-
4281
- <div class='inline'>
4282
- <p>Array for valid properties with the reasons</p>
4283
- </div>
4284
-
4285
- </li>
4286
-
4287
- </ul>
4288
-
4289
- </div><table class="source_code">
4290
- <tr>
4291
- <td>
4292
- <pre class="lines">
4293
-
4294
-
4295
- 356
4296
- 357
4297
- 358
4298
- 359</pre>
4299
- </td>
4300
- <td>
4301
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 356</span>
4302
-
4303
- <span class='kw'>def</span> <span class='id identifier rubyid_list_invalid_properties'>list_invalid_properties</span>
4304
- <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>
4305
- <span class='kw'>return</span> <span class='id identifier rubyid_invalid_properties'>invalid_properties</span>
4306
- <span class='kw'>end</span></pre>
4307
- </td>
4308
- </tr>
4309
- </table>
4310
- </div>
4311
-
4312
- <div class="method_details ">
4313
- <h3 class="signature " id="to_body-instance_method">
4314
-
4315
- #<strong>to_body</strong> &#x21d2; <tt>Hash</tt>
4316
-
4317
-
4318
-
4319
-
4320
-
4321
- </h3><div class="docstring">
4322
- <div class="discussion">
4323
-
4324
- <p>to_body is an alias to to_hash (backward compatibility)</p>
4325
-
4326
-
4327
- </div>
4328
- </div>
4329
- <div class="tags">
4330
-
4331
- <p class="tag_title">Returns:</p>
4332
- <ul class="return">
4333
-
4334
- <li>
4335
-
4336
-
4337
- <span class='type'>(<tt>Hash</tt>)</span>
4338
-
4339
-
4340
-
4341
- &mdash;
4342
- <div class='inline'>
4343
- <p>Returns the object in the form of hash</p>
4344
- </div>
4345
-
4346
- </li>
4347
-
4348
- </ul>
4349
-
4350
- </div><table class="source_code">
4351
- <tr>
4352
- <td>
4353
- <pre class="lines">
4354
-
4355
-
4356
- 528
4357
- 529
4358
- 530</pre>
4359
- </td>
4360
- <td>
4361
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 528</span>
4362
-
4363
- <span class='kw'>def</span> <span class='id identifier rubyid_to_body'>to_body</span>
4364
- <span class='id identifier rubyid_to_hash'>to_hash</span>
4365
- <span class='kw'>end</span></pre>
4366
- </td>
4367
- </tr>
4368
- </table>
4369
- </div>
4370
-
4371
- <div class="method_details ">
4372
- <h3 class="signature " id="to_hash-instance_method">
4373
-
4374
- #<strong>to_hash</strong> &#x21d2; <tt>Hash</tt>
4375
-
4376
-
4377
-
4378
-
4379
-
4380
- </h3><div class="docstring">
4381
- <div class="discussion">
4382
-
4383
- <p>Returns the object in the form of hash</p>
4384
-
4385
-
4386
- </div>
4387
- </div>
4388
- <div class="tags">
4389
-
4390
- <p class="tag_title">Returns:</p>
4391
- <ul class="return">
4392
-
4393
- <li>
4394
-
4395
-
4396
- <span class='type'>(<tt>Hash</tt>)</span>
4397
-
4398
-
4399
-
4400
- &mdash;
4401
- <div class='inline'>
4402
- <p>Returns the object in the form of hash</p>
4403
- </div>
4404
-
4405
- </li>
4406
-
4407
- </ul>
4408
-
4409
- </div><table class="source_code">
4410
- <tr>
4411
- <td>
4412
- <pre class="lines">
4413
-
4414
-
4415
- 534
4416
- 535
4417
- 536
4418
- 537
4419
- 538
4420
- 539
4421
- 540
4422
- 541
4423
- 542</pre>
4424
- </td>
4425
- <td>
4426
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 534</span>
4427
-
4428
- <span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
4429
- <span class='id identifier rubyid_hash'>hash</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
4430
- <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>
4431
- <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>
4432
- <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>
4433
- <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>
4434
- <span class='kw'>end</span>
4435
- <span class='id identifier rubyid_hash'>hash</span>
4436
- <span class='kw'>end</span></pre>
4437
- </td>
4438
- </tr>
4439
- </table>
4440
- </div>
4441
-
4442
- <div class="method_details ">
4443
- <h3 class="signature " id="to_s-instance_method">
4444
-
4445
- #<strong>to_s</strong> &#x21d2; <tt>String</tt>
4446
-
4447
-
4448
-
4449
-
4450
-
4451
- </h3><div class="docstring">
4452
- <div class="discussion">
4453
-
4454
- <p>Returns the string representation of the object</p>
4455
-
4456
-
4457
- </div>
4458
- </div>
4459
- <div class="tags">
4460
-
4461
- <p class="tag_title">Returns:</p>
4462
- <ul class="return">
4463
-
4464
- <li>
4465
-
4466
-
4467
- <span class='type'>(<tt>String</tt>)</span>
4468
-
4469
-
4470
-
4471
- &mdash;
4472
- <div class='inline'>
4473
- <p>String presentation of the object</p>
4474
- </div>
4475
-
4476
- </li>
4477
-
4478
- </ul>
4479
-
4480
- </div><table class="source_code">
4481
- <tr>
4482
- <td>
4483
- <pre class="lines">
4484
-
4485
-
4486
- 522
4487
- 523
4488
- 524</pre>
4489
- </td>
4490
- <td>
4491
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 522</span>
4492
-
4493
- <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
4494
- <span class='id identifier rubyid_to_hash'>to_hash</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
4495
- <span class='kw'>end</span></pre>
4496
- </td>
4497
- </tr>
4498
- </table>
4499
- </div>
4500
-
4501
- <div class="method_details ">
4502
- <h3 class="signature " id="valid?-instance_method">
4503
-
4504
- #<strong>valid?</strong> &#x21d2; <tt>Boolean</tt>
4505
-
4506
-
4507
-
4508
-
4509
-
4510
- </h3><div class="docstring">
4511
- <div class="discussion">
4512
-
4513
- <p>Check to see if the all the properties in the model are valid</p>
4514
-
4515
-
4516
- </div>
4517
- </div>
4518
- <div class="tags">
4519
-
4520
- <p class="tag_title">Returns:</p>
4521
- <ul class="return">
4522
-
4523
- <li>
4524
-
4525
-
4526
- <span class='type'>(<tt>Boolean</tt>)</span>
4527
-
4528
-
4529
-
4530
- &mdash;
4531
- <div class='inline'>
4532
- <p>true if the model is valid</p>
4533
- </div>
4534
-
4535
- </li>
4536
-
4537
- </ul>
4538
-
4539
- </div><table class="source_code">
4540
- <tr>
4541
- <td>
4542
- <pre class="lines">
4543
-
4544
-
4545
- 363
4546
- 364
4547
- 365
4548
- 366
4549
- 367
4550
- 368
4551
- 369
4552
- 370
4553
- 371</pre>
4554
- </td>
4555
- <td>
4556
- <pre class="code"><span class="info file"># File 'lib/treezor_client/models/mandate.rb', line 363</span>
4557
-
4558
- <span class='kw'>def</span> <span class='id identifier rubyid_valid?'>valid?</span>
4559
- <span class='id identifier rubyid_mandate_status_validator'>mandate_status_validator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html" title="TreezorClient::Mandate::EnumAttributeValidator (class)">EnumAttributeValidator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html#initialize-instance_method" title="TreezorClient::Mandate::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>
4560
- <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_mandate_status_validator'>mandate_status_validator</span><span class='period'>.</span><span class='id identifier rubyid_valid?'>valid?</span><span class='lparen'>(</span><span class='ivar'>@mandate_status</span><span class='rparen'>)</span>
4561
- <span class='id identifier rubyid_sequence_type_validator'>sequence_type_validator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html" title="TreezorClient::Mandate::EnumAttributeValidator (class)">EnumAttributeValidator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html#initialize-instance_method" title="TreezorClient::Mandate::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'>one-off</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'>recurrent</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
4562
- <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_sequence_type_validator'>sequence_type_validator</span><span class='period'>.</span><span class='id identifier rubyid_valid?'>valid?</span><span class='lparen'>(</span><span class='ivar'>@sequence_type</span><span class='rparen'>)</span>
4563
- <span class='id identifier rubyid_sdd_type_validator'>sdd_type_validator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html" title="TreezorClient::Mandate::EnumAttributeValidator (class)">EnumAttributeValidator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Mandate/EnumAttributeValidator.html#initialize-instance_method" title="TreezorClient::Mandate::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'>core</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'>b2b</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
4564
- <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_sdd_type_validator'>sdd_type_validator</span><span class='period'>.</span><span class='id identifier rubyid_valid?'>valid?</span><span class='lparen'>(</span><span class='ivar'>@sdd_type</span><span class='rparen'>)</span>
4565
- <span class='kw'>return</span> <span class='kw'>true</span>
4566
- <span class='kw'>end</span></pre>
4567
- </td>
4568
- </tr>
4569
- </table>
4570
- </div>
4571
-
4572
- </div>
4573
-
4574
- </div>
4575
-
4576
- <div id="footer">
4577
- Generated on Wed Aug 8 17:39:08 2018 by
4578
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4579
- 0.9.15 (ruby-2.5.1).
4580
- </div>
4581
-
4582
- </div>
4583
- </body>
4584
- </html>