wallee-ruby-sdk 0.0.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +31 -0
  3. data/lib/wallee-ruby-sdk/version.rb +1 -1
  4. data/lib/wallee.rb +332 -0
  5. data/lib/wallee/api_client.rb +403 -0
  6. data/lib/wallee/api_error.rb +47 -0
  7. data/lib/wallee/configuration.rb +144 -0
  8. data/lib/wallee/models/account.rb +298 -0
  9. data/lib/wallee/models/account_create.rb +308 -0
  10. data/lib/wallee/models/account_state.rb +47 -0
  11. data/lib/wallee/models/account_type.rb +44 -0
  12. data/lib/wallee/models/account_update.rb +308 -0
  13. data/lib/wallee/models/address.rb +388 -0
  14. data/lib/wallee/models/address_create.rb +388 -0
  15. data/lib/wallee/models/application_user.rb +268 -0
  16. data/lib/wallee/models/application_user_create.rb +283 -0
  17. data/lib/wallee/models/application_user_create_with_mac_key.rb +278 -0
  18. data/lib/wallee/models/application_user_update.rb +278 -0
  19. data/lib/wallee/models/attachment_resource.rb +210 -0
  20. data/lib/wallee/models/charge.rb +318 -0
  21. data/lib/wallee/models/charge_attempt.rb +420 -0
  22. data/lib/wallee/models/charge_attempt_environment.rb +43 -0
  23. data/lib/wallee/models/charge_attempt_state.rb +44 -0
  24. data/lib/wallee/models/charge_flow.rb +270 -0
  25. data/lib/wallee/models/charge_flow_level.rb +318 -0
  26. data/lib/wallee/models/charge_flow_level_configuration.rb +288 -0
  27. data/lib/wallee/models/charge_flow_level_configuration_type.rb +222 -0
  28. data/lib/wallee/models/charge_flow_level_state.rb +44 -0
  29. data/lib/wallee/models/charge_state.rb +44 -0
  30. data/lib/wallee/models/charge_type.rb +44 -0
  31. data/lib/wallee/models/client_error.rb +238 -0
  32. data/lib/wallee/models/client_error_type.rb +44 -0
  33. data/lib/wallee/models/condition.rb +258 -0
  34. data/lib/wallee/models/condition_type.rb +222 -0
  35. data/lib/wallee/models/connector_invocation.rb +278 -0
  36. data/lib/wallee/models/connector_invocation_stage.rb +45 -0
  37. data/lib/wallee/models/creation_entity_state.rb +46 -0
  38. data/lib/wallee/models/criteria_operator.rb +50 -0
  39. data/lib/wallee/models/customers_presence.rb +44 -0
  40. data/lib/wallee/models/data_collection_type.rb +43 -0
  41. data/lib/wallee/models/database_translated_string.rb +222 -0
  42. data/lib/wallee/models/database_translated_string_create.rb +222 -0
  43. data/lib/wallee/models/database_translated_string_item.rb +218 -0
  44. data/lib/wallee/models/database_translated_string_item_create.rb +223 -0
  45. data/lib/wallee/models/delivery_indication.rb +318 -0
  46. data/lib/wallee/models/delivery_indication_decision_reason.rb +222 -0
  47. data/lib/wallee/models/delivery_indication_state.rb +45 -0
  48. data/lib/wallee/models/document_template.rb +278 -0
  49. data/lib/wallee/models/document_template_type.rb +242 -0
  50. data/lib/wallee/models/email_sender.rb +278 -0
  51. data/lib/wallee/models/email_sender_type.rb +232 -0
  52. data/lib/wallee/models/email_template.rb +324 -0
  53. data/lib/wallee/models/email_template_type.rb +288 -0
  54. data/lib/wallee/models/entity_query.rb +240 -0
  55. data/lib/wallee/models/entity_query_filter.rb +245 -0
  56. data/lib/wallee/models/entity_query_filter_type.rb +44 -0
  57. data/lib/wallee/models/entity_query_order_by.rb +208 -0
  58. data/lib/wallee/models/entity_query_order_by_type.rb +43 -0
  59. data/lib/wallee/models/entity_reference.rb +188 -0
  60. data/lib/wallee/models/failure_category.rb +46 -0
  61. data/lib/wallee/models/failure_reason.rb +244 -0
  62. data/lib/wallee/models/feature.rb +274 -0
  63. data/lib/wallee/models/gender.rb +43 -0
  64. data/lib/wallee/models/human_user.rb +318 -0
  65. data/lib/wallee/models/human_user_create.rb +328 -0
  66. data/lib/wallee/models/human_user_update.rb +328 -0
  67. data/lib/wallee/models/installment_calculated_plan.rb +242 -0
  68. data/lib/wallee/models/installment_calculated_slice.rb +220 -0
  69. data/lib/wallee/models/installment_payment.rb +280 -0
  70. data/lib/wallee/models/installment_payment_slice.rb +300 -0
  71. data/lib/wallee/models/installment_payment_slice_state.rb +48 -0
  72. data/lib/wallee/models/installment_payment_state.rb +49 -0
  73. data/lib/wallee/models/installment_plan_configuration.rb +362 -0
  74. data/lib/wallee/models/installment_plan_slice_configuration.rb +288 -0
  75. data/lib/wallee/models/label.rb +238 -0
  76. data/lib/wallee/models/label_descriptor.rb +274 -0
  77. data/lib/wallee/models/label_descriptor_category.rb +43 -0
  78. data/lib/wallee/models/label_descriptor_group.rb +232 -0
  79. data/lib/wallee/models/label_descriptor_type.rb +222 -0
  80. data/lib/wallee/models/legal_organization_form.rb +242 -0
  81. data/lib/wallee/models/line_item.rb +342 -0
  82. data/lib/wallee/models/line_item_attribute.rb +208 -0
  83. data/lib/wallee/models/line_item_attribute_create.rb +208 -0
  84. data/lib/wallee/models/line_item_create.rb +367 -0
  85. data/lib/wallee/models/line_item_reduction.rb +218 -0
  86. data/lib/wallee/models/line_item_reduction_create.rb +233 -0
  87. data/lib/wallee/models/line_item_type.rb +45 -0
  88. data/lib/wallee/models/localized_string.rb +218 -0
  89. data/lib/wallee/models/manual_task.rb +290 -0
  90. data/lib/wallee/models/manual_task_action.rb +230 -0
  91. data/lib/wallee/models/manual_task_action_style.rb +44 -0
  92. data/lib/wallee/models/manual_task_state.rb +44 -0
  93. data/lib/wallee/models/manual_task_type.rb +234 -0
  94. data/lib/wallee/models/one_click_payment_mode.rb +44 -0
  95. data/lib/wallee/models/payment_connector.rb +306 -0
  96. data/lib/wallee/models/payment_connector_configuration.rb +322 -0
  97. data/lib/wallee/models/payment_connector_feature.rb +218 -0
  98. data/lib/wallee/models/payment_method.rb +256 -0
  99. data/lib/wallee/models/payment_method_brand.rb +252 -0
  100. data/lib/wallee/models/payment_method_configuration.rb +328 -0
  101. data/lib/wallee/models/payment_primary_risk_taker.rb +44 -0
  102. data/lib/wallee/models/payment_processor.rb +278 -0
  103. data/lib/wallee/models/payment_processor_configuration.rb +258 -0
  104. data/lib/wallee/models/permission.rb +286 -0
  105. data/lib/wallee/models/persistable_currency_amount.rb +208 -0
  106. data/lib/wallee/models/persistable_currency_amount_update.rb +208 -0
  107. data/lib/wallee/models/product_fee_type.rb +44 -0
  108. data/lib/wallee/models/product_metered_fee.rb +278 -0
  109. data/lib/wallee/models/product_metered_fee_update.rb +288 -0
  110. data/lib/wallee/models/product_metered_tier_fee.rb +240 -0
  111. data/lib/wallee/models/product_metered_tier_fee_update.rb +250 -0
  112. data/lib/wallee/models/product_metered_tier_pricing.rb +43 -0
  113. data/lib/wallee/models/product_period_fee.rb +280 -0
  114. data/lib/wallee/models/product_period_fee_update.rb +290 -0
  115. data/lib/wallee/models/product_setup_fee.rb +294 -0
  116. data/lib/wallee/models/product_setup_fee_update.rb +304 -0
  117. data/lib/wallee/models/refund.rb +450 -0
  118. data/lib/wallee/models/refund_create.rb +470 -0
  119. data/lib/wallee/models/refund_state.rb +46 -0
  120. data/lib/wallee/models/refund_type.rb +45 -0
  121. data/lib/wallee/models/rendered_document.rb +230 -0
  122. data/lib/wallee/models/resource_path.rb +258 -0
  123. data/lib/wallee/models/resource_state.rb +44 -0
  124. data/lib/wallee/models/rest_country.rb +240 -0
  125. data/lib/wallee/models/rest_country_state.rb +228 -0
  126. data/lib/wallee/models/rest_currency.rb +218 -0
  127. data/lib/wallee/models/rest_language.rb +248 -0
  128. data/lib/wallee/models/scope.rb +302 -0
  129. data/lib/wallee/models/server_error.rb +218 -0
  130. data/lib/wallee/models/space.rb +330 -0
  131. data/lib/wallee/models/space_address.rb +318 -0
  132. data/lib/wallee/models/space_address_setter.rb +318 -0
  133. data/lib/wallee/models/space_create.rb +350 -0
  134. data/lib/wallee/models/space_reference.rb +258 -0
  135. data/lib/wallee/models/space_reference_state.rb +46 -0
  136. data/lib/wallee/models/space_update.rb +340 -0
  137. data/lib/wallee/models/space_view.rb +258 -0
  138. data/lib/wallee/models/static_value.rb +234 -0
  139. data/lib/wallee/models/subscriber.rb +332 -0
  140. data/lib/wallee/models/subscriber_active.rb +342 -0
  141. data/lib/wallee/models/subscriber_create.rb +347 -0
  142. data/lib/wallee/models/subscriber_update.rb +342 -0
  143. data/lib/wallee/models/subscription.rb +338 -0
  144. data/lib/wallee/models/subscription_change_request.rb +250 -0
  145. data/lib/wallee/models/subscription_charge.rb +390 -0
  146. data/lib/wallee/models/subscription_charge_create.rb +405 -0
  147. data/lib/wallee/models/subscription_charge_processing_type.rb +43 -0
  148. data/lib/wallee/models/subscription_charge_state.rb +46 -0
  149. data/lib/wallee/models/subscription_charge_type.rb +43 -0
  150. data/lib/wallee/models/subscription_create_request.rb +245 -0
  151. data/lib/wallee/models/subscription_ledger_entry.rb +350 -0
  152. data/lib/wallee/models/subscription_ledger_entry_create.rb +375 -0
  153. data/lib/wallee/models/subscription_ledger_entry_state.rb +44 -0
  154. data/lib/wallee/models/subscription_metric.rb +268 -0
  155. data/lib/wallee/models/subscription_metric_active.rb +278 -0
  156. data/lib/wallee/models/subscription_metric_create.rb +288 -0
  157. data/lib/wallee/models/subscription_metric_type.rb +232 -0
  158. data/lib/wallee/models/subscription_metric_update.rb +278 -0
  159. data/lib/wallee/models/subscription_metric_usage_report.rb +298 -0
  160. data/lib/wallee/models/subscription_metric_usage_report_create.rb +318 -0
  161. data/lib/wallee/models/subscription_pending.rb +348 -0
  162. data/lib/wallee/models/subscription_period_bill.rb +298 -0
  163. data/lib/wallee/models/subscription_period_bill_state.rb +43 -0
  164. data/lib/wallee/models/subscription_product.rb +300 -0
  165. data/lib/wallee/models/subscription_product_active.rb +310 -0
  166. data/lib/wallee/models/subscription_product_component.rb +298 -0
  167. data/lib/wallee/models/subscription_product_component_group.rb +258 -0
  168. data/lib/wallee/models/subscription_product_component_group_update.rb +268 -0
  169. data/lib/wallee/models/subscription_product_component_reference.rb +258 -0
  170. data/lib/wallee/models/subscription_product_component_reference_state.rb +45 -0
  171. data/lib/wallee/models/subscription_product_component_update.rb +308 -0
  172. data/lib/wallee/models/subscription_product_create.rb +315 -0
  173. data/lib/wallee/models/subscription_product_retirement.rb +258 -0
  174. data/lib/wallee/models/subscription_product_retirement_create.rb +263 -0
  175. data/lib/wallee/models/subscription_product_state.rb +46 -0
  176. data/lib/wallee/models/subscription_product_version.rb +390 -0
  177. data/lib/wallee/models/subscription_product_version_pending.rb +310 -0
  178. data/lib/wallee/models/subscription_product_version_retirement.rb +258 -0
  179. data/lib/wallee/models/subscription_product_version_retirement_create.rb +263 -0
  180. data/lib/wallee/models/subscription_product_version_state.rb +46 -0
  181. data/lib/wallee/models/subscription_state.rb +48 -0
  182. data/lib/wallee/models/subscription_suspension.rb +328 -0
  183. data/lib/wallee/models/subscription_suspension_action.rb +43 -0
  184. data/lib/wallee/models/subscription_suspension_create.rb +343 -0
  185. data/lib/wallee/models/subscription_suspension_reason.rb +44 -0
  186. data/lib/wallee/models/subscription_suspension_running.rb +328 -0
  187. data/lib/wallee/models/subscription_suspension_state.rb +43 -0
  188. data/lib/wallee/models/subscription_update.rb +348 -0
  189. data/lib/wallee/models/subscription_version.rb +370 -0
  190. data/lib/wallee/models/subscription_version_state.rb +47 -0
  191. data/lib/wallee/models/tax.rb +208 -0
  192. data/lib/wallee/models/tax_class.rb +258 -0
  193. data/lib/wallee/models/tax_create.rb +218 -0
  194. data/lib/wallee/models/tenant_database.rb +218 -0
  195. data/lib/wallee/models/token.rb +308 -0
  196. data/lib/wallee/models/token_create.rb +323 -0
  197. data/lib/wallee/models/token_update.rb +318 -0
  198. data/lib/wallee/models/token_version.rb +360 -0
  199. data/lib/wallee/models/token_version_state.rb +44 -0
  200. data/lib/wallee/models/transaction.rb +626 -0
  201. data/lib/wallee/models/transaction_aware_entity.rb +218 -0
  202. data/lib/wallee/models/transaction_completion.rb +390 -0
  203. data/lib/wallee/models/transaction_completion_mode.rb +44 -0
  204. data/lib/wallee/models/transaction_completion_state.rb +45 -0
  205. data/lib/wallee/models/transaction_create.rb +646 -0
  206. data/lib/wallee/models/transaction_group.rb +268 -0
  207. data/lib/wallee/models/transaction_group_state.rb +44 -0
  208. data/lib/wallee/models/transaction_invoice.rb +380 -0
  209. data/lib/wallee/models/transaction_invoice_replacement.rb +250 -0
  210. data/lib/wallee/models/transaction_invoice_state.rb +48 -0
  211. data/lib/wallee/models/transaction_line_item_update_request.rb +215 -0
  212. data/lib/wallee/models/transaction_line_item_version.rb +320 -0
  213. data/lib/wallee/models/transaction_pending.rb +636 -0
  214. data/lib/wallee/models/transaction_state.rb +51 -0
  215. data/lib/wallee/models/transaction_user_interface_type.rb +44 -0
  216. data/lib/wallee/models/transaction_void.rb +380 -0
  217. data/lib/wallee/models/transaction_void_mode.rb +43 -0
  218. data/lib/wallee/models/transaction_void_state.rb +45 -0
  219. data/lib/wallee/models/user.rb +248 -0
  220. data/lib/wallee/models/user_type.rb +45 -0
  221. data/lib/wallee/models/webhook_identity.rb +248 -0
  222. data/lib/wallee/models/webhook_listener.rb +300 -0
  223. data/lib/wallee/models/webhook_listener_create.rb +330 -0
  224. data/lib/wallee/models/webhook_listener_entity.rb +220 -0
  225. data/lib/wallee/models/webhook_listener_update.rb +310 -0
  226. data/lib/wallee/models/webhook_url.rb +258 -0
  227. data/lib/wallee/models/webhook_url_create.rb +273 -0
  228. data/lib/wallee/models/webhook_url_update.rb +268 -0
  229. data/lib/wallee/services/account_service_api.rb +372 -0
  230. data/lib/wallee/services/application_user_service_api.rb +372 -0
  231. data/lib/wallee/services/charge_attempt_service_api.rb +217 -0
  232. data/lib/wallee/services/charge_flow_level_service_api.rb +280 -0
  233. data/lib/wallee/services/charge_flow_service_api.rb +352 -0
  234. data/lib/wallee/services/condition_type_service_api.rb +143 -0
  235. data/lib/wallee/services/country_service_api.rb +85 -0
  236. data/lib/wallee/services/country_state_service_api.rb +143 -0
  237. data/lib/wallee/services/currency_service_api.rb +85 -0
  238. data/lib/wallee/services/delivery_indication_service_api.rb +341 -0
  239. data/lib/wallee/services/document_template_service_api.rb +217 -0
  240. data/lib/wallee/services/document_template_type_service_api.rb +143 -0
  241. data/lib/wallee/services/email_sender_service_api.rb +219 -0
  242. data/lib/wallee/services/email_sender_type_service_api.rb +143 -0
  243. data/lib/wallee/services/email_template_service_api.rb +217 -0
  244. data/lib/wallee/services/email_template_type_service_api.rb +143 -0
  245. data/lib/wallee/services/human_user_service_api.rb +372 -0
  246. data/lib/wallee/services/installment_payment_service_api.rb +287 -0
  247. data/lib/wallee/services/installment_payment_slice_service_api.rb +219 -0
  248. data/lib/wallee/services/installment_plan_calculation_service_api.rb +95 -0
  249. data/lib/wallee/services/installment_plan_configuration_service_api.rb +219 -0
  250. data/lib/wallee/services/installment_plan_slice_configuration_service_api.rb +219 -0
  251. data/lib/wallee/services/label_description_group_service_api.rb +143 -0
  252. data/lib/wallee/services/label_description_service_api.rb +143 -0
  253. data/lib/wallee/services/language_service_api.rb +85 -0
  254. data/lib/wallee/services/manual_task_service_api.rb +217 -0
  255. data/lib/wallee/services/payment_connector_configuration_service_api.rb +217 -0
  256. data/lib/wallee/services/payment_connector_service_api.rb +143 -0
  257. data/lib/wallee/services/payment_method_configuration_service_api.rb +217 -0
  258. data/lib/wallee/services/payment_method_service_api.rb +143 -0
  259. data/lib/wallee/services/payment_processor_configuration_service_api.rb +217 -0
  260. data/lib/wallee/services/payment_processor_service_api.rb +143 -0
  261. data/lib/wallee/services/permission_service_api.rb +143 -0
  262. data/lib/wallee/services/refund_service_api.rb +468 -0
  263. data/lib/wallee/services/space_service_api.rb +372 -0
  264. data/lib/wallee/services/static_value_service_api.rb +143 -0
  265. data/lib/wallee/services/subscriber_service_api.rb +402 -0
  266. data/lib/wallee/services/subscription_charge_service_api.rb +342 -0
  267. data/lib/wallee/services/subscription_ledger_entry_service_api.rb +279 -0
  268. data/lib/wallee/services/subscription_metric_service_api.rb +402 -0
  269. data/lib/wallee/services/subscription_metric_usage_service_api.rb +279 -0
  270. data/lib/wallee/services/subscription_period_bill_service_api.rb +217 -0
  271. data/lib/wallee/services/subscription_product_component_group_service_api.rb +402 -0
  272. data/lib/wallee/services/subscription_product_component_service_api.rb +402 -0
  273. data/lib/wallee/services/subscription_product_fee_tier_service_api.rb +402 -0
  274. data/lib/wallee/services/subscription_product_metered_fee_service_api.rb +402 -0
  275. data/lib/wallee/services/subscription_product_period_fee_service_api.rb +402 -0
  276. data/lib/wallee/services/subscription_product_retirement_service_api.rb +279 -0
  277. data/lib/wallee/services/subscription_product_service_api.rb +341 -0
  278. data/lib/wallee/services/subscription_product_setup_fee_service_api.rb +402 -0
  279. data/lib/wallee/services/subscription_product_version_retirement_service_api.rb +279 -0
  280. data/lib/wallee/services/subscription_product_version_service_api.rb +404 -0
  281. data/lib/wallee/services/subscription_service_api.rb +608 -0
  282. data/lib/wallee/services/subscription_suspension_service_api.rb +342 -0
  283. data/lib/wallee/services/subscription_version_service_api.rb +217 -0
  284. data/lib/wallee/services/token_service_api.rb +402 -0
  285. data/lib/wallee/services/token_version_service_api.rb +280 -0
  286. data/lib/wallee/services/transaction_completion_service_api.rb +343 -0
  287. data/lib/wallee/services/transaction_invoice_service_api.rb +473 -0
  288. data/lib/wallee/services/transaction_service_api.rb +1263 -0
  289. data/lib/wallee/services/transaction_void_service_api.rb +343 -0
  290. data/lib/wallee/services/webhook_listener_service_api.rb +402 -0
  291. data/lib/wallee/services/webhook_url_service_api.rb +402 -0
  292. data/lib/wallee/version.rb +24 -0
  293. metadata +292 -2
@@ -0,0 +1,287 @@
1
+ =begin
2
+ Wallee API: 1.0.0
3
+
4
+ The wallee API allows an easy interaction with the wallee web service.
5
+
6
+
7
+
8
+ Licensed under the Apache License, Version 2.0 (the "License");
9
+ you may not use this file except in compliance with the License.
10
+ You may obtain a copy of the License at
11
+
12
+ http://www.apache.org/licenses/LICENSE-2.0
13
+
14
+ Unless required by applicable law or agreed to in writing, software
15
+ distributed under the License is distributed on an "AS IS" BASIS,
16
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ See the License for the specific language governing permissions and
18
+ limitations under the License.
19
+
20
+ =end
21
+
22
+ require "uri"
23
+
24
+ module Wallee
25
+ class InstallmentPaymentService
26
+ attr_accessor :api_client
27
+
28
+ def initialize(api_client = ApiClient.default)
29
+ @api_client = api_client
30
+ end
31
+
32
+ # Count
33
+ # Counts the number of items in the database as restricted by the given filter.
34
+ # @param space_id
35
+ # @param filter The filter which restricts the installment payment which are used to calculate the count.
36
+ # @param [Hash] opts the optional parameters
37
+ # @return [Integer]
38
+ def installment_payment_service_count(space_id, filter, opts = {})
39
+ data, _status_code, _headers = installment_payment_service_count_with_http_info(space_id, filter, opts)
40
+ return data
41
+ end
42
+
43
+ # Count
44
+ # Counts the number of items in the database as restricted by the given filter.
45
+ # @param space_id
46
+ # @param filter The filter which restricts the installment payment which are used to calculate the count.
47
+ # @param [Hash] opts the optional parameters
48
+ # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
49
+ def installment_payment_service_count_with_http_info(space_id, filter, opts = {})
50
+ if @api_client.config.debugging
51
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentService.installment_payment_service_count ..."
52
+ end
53
+ # verify the required parameter 'space_id' is set
54
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.installment_payment_service_count" if space_id.nil?
55
+ # verify the required parameter 'filter' is set
56
+ fail ArgumentError, "Missing the required parameter 'filter' when calling InstallmentPaymentService.installment_payment_service_count" if filter.nil?
57
+ # resource path
58
+ local_var_path = "/installment-payment/count".sub('{format}','json')
59
+
60
+ # query parameters
61
+ query_params = {}
62
+ query_params[:'spaceId'] = space_id
63
+
64
+ # header parameters
65
+ header_params = {}
66
+
67
+ # HTTP header 'Accept' (if needed)
68
+ local_header_accept = ['application/json;charset=utf-8']
69
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
70
+
71
+ # HTTP header 'Content-Type'
72
+ local_header_content_type = ['application/json;charset=utf-8']
73
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
74
+
75
+ # form parameters
76
+ form_params = {}
77
+
78
+ # http body (model)
79
+ post_body = @api_client.object_to_http_body(filter)
80
+ auth_names = []
81
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
82
+ :header_params => header_params,
83
+ :query_params => query_params,
84
+ :form_params => form_params,
85
+ :body => post_body,
86
+ :auth_names => auth_names,
87
+ :return_type => 'Integer')
88
+ if @api_client.config.debugging
89
+ @api_client.config.logger.debug "API called: InstallmentPaymentService#installment_payment_service_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
90
+ end
91
+ return data, status_code, headers
92
+ end
93
+
94
+ # Create Installment Payment
95
+ # This operation creates based up on the given transaction an installment payment.
96
+ # @param space_id
97
+ # @param transaction_id The transaction which should be converted into an installment payment.
98
+ # @param installment_plan_configuration The installment plan configuration ID which should be applied on the transaction.
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [InstallmentPayment]
101
+ def installment_payment_service_create_installment_payment(space_id, transaction_id, installment_plan_configuration, opts = {})
102
+ data, _status_code, _headers = installment_payment_service_create_installment_payment_with_http_info(space_id, transaction_id, installment_plan_configuration, opts)
103
+ return data
104
+ end
105
+
106
+ # Create Installment Payment
107
+ # This operation creates based up on the given transaction an installment payment.
108
+ # @param space_id
109
+ # @param transaction_id The transaction which should be converted into an installment payment.
110
+ # @param installment_plan_configuration The installment plan configuration ID which should be applied on the transaction.
111
+ # @param [Hash] opts the optional parameters
112
+ # @return [Array<(InstallmentPayment, Fixnum, Hash)>] InstallmentPayment data, response status code and response headers
113
+ def installment_payment_service_create_installment_payment_with_http_info(space_id, transaction_id, installment_plan_configuration, opts = {})
114
+ if @api_client.config.debugging
115
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentService.installment_payment_service_create_installment_payment ..."
116
+ end
117
+ # verify the required parameter 'space_id' is set
118
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.installment_payment_service_create_installment_payment" if space_id.nil?
119
+ # verify the required parameter 'transaction_id' is set
120
+ fail ArgumentError, "Missing the required parameter 'transaction_id' when calling InstallmentPaymentService.installment_payment_service_create_installment_payment" if transaction_id.nil?
121
+ # verify the required parameter 'installment_plan_configuration' is set
122
+ fail ArgumentError, "Missing the required parameter 'installment_plan_configuration' when calling InstallmentPaymentService.installment_payment_service_create_installment_payment" if installment_plan_configuration.nil?
123
+ # resource path
124
+ local_var_path = "/installment-payment/createInstallmentPayment".sub('{format}','json')
125
+
126
+ # query parameters
127
+ query_params = {}
128
+ query_params[:'spaceId'] = space_id
129
+ query_params[:'transactionId'] = transaction_id
130
+ query_params[:'installmentPlanConfiguration'] = installment_plan_configuration
131
+
132
+ # header parameters
133
+ header_params = {}
134
+
135
+ # HTTP header 'Accept' (if needed)
136
+ local_header_accept = []
137
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
138
+
139
+ # HTTP header 'Content-Type'
140
+ local_header_content_type = ['application/json;charset=utf-8']
141
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
142
+
143
+ # form parameters
144
+ form_params = {}
145
+
146
+ # http body (model)
147
+ post_body = nil
148
+ auth_names = []
149
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
150
+ :header_params => header_params,
151
+ :query_params => query_params,
152
+ :form_params => form_params,
153
+ :body => post_body,
154
+ :auth_names => auth_names,
155
+ :return_type => 'InstallmentPayment')
156
+ if @api_client.config.debugging
157
+ @api_client.config.logger.debug "API called: InstallmentPaymentService#installment_payment_service_create_installment_payment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
158
+ end
159
+ return data, status_code, headers
160
+ end
161
+
162
+ # Read
163
+ # Reads the entity with the given 'id' and returns it.
164
+ # @param space_id
165
+ # @param id The id of the installment payment which should be returned.
166
+ # @param [Hash] opts the optional parameters
167
+ # @return [InstallmentPayment]
168
+ def installment_payment_service_read(space_id, id, opts = {})
169
+ data, _status_code, _headers = installment_payment_service_read_with_http_info(space_id, id, opts)
170
+ return data
171
+ end
172
+
173
+ # Read
174
+ # Reads the entity with the given &#39;id&#39; and returns it.
175
+ # @param space_id
176
+ # @param id The id of the installment payment which should be returned.
177
+ # @param [Hash] opts the optional parameters
178
+ # @return [Array<(InstallmentPayment, Fixnum, Hash)>] InstallmentPayment data, response status code and response headers
179
+ def installment_payment_service_read_with_http_info(space_id, id, opts = {})
180
+ if @api_client.config.debugging
181
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentService.installment_payment_service_read ..."
182
+ end
183
+ # verify the required parameter 'space_id' is set
184
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.installment_payment_service_read" if space_id.nil?
185
+ # verify the required parameter 'id' is set
186
+ fail ArgumentError, "Missing the required parameter 'id' when calling InstallmentPaymentService.installment_payment_service_read" if id.nil?
187
+ # resource path
188
+ local_var_path = "/installment-payment/read".sub('{format}','json')
189
+
190
+ # query parameters
191
+ query_params = {}
192
+ query_params[:'spaceId'] = space_id
193
+ query_params[:'id'] = id
194
+
195
+ # header parameters
196
+ header_params = {}
197
+
198
+ # HTTP header 'Accept' (if needed)
199
+ local_header_accept = ['*/*']
200
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
201
+
202
+ # HTTP header 'Content-Type'
203
+ local_header_content_type = ['application/json;charset=utf-8']
204
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
205
+
206
+ # form parameters
207
+ form_params = {}
208
+
209
+ # http body (model)
210
+ post_body = nil
211
+ auth_names = []
212
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
213
+ :header_params => header_params,
214
+ :query_params => query_params,
215
+ :form_params => form_params,
216
+ :body => post_body,
217
+ :auth_names => auth_names,
218
+ :return_type => 'InstallmentPayment')
219
+ if @api_client.config.debugging
220
+ @api_client.config.logger.debug "API called: InstallmentPaymentService#installment_payment_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
221
+ end
222
+ return data, status_code, headers
223
+ end
224
+
225
+ # Search
226
+ # Searches for the entities as specified by the given query.
227
+ # @param space_id
228
+ # @param query The query restricts the installment payments which are returned by the search.
229
+ # @param [Hash] opts the optional parameters
230
+ # @return [Array<InstallmentPayment>]
231
+ def installment_payment_service_search(space_id, query, opts = {})
232
+ data, _status_code, _headers = installment_payment_service_search_with_http_info(space_id, query, opts)
233
+ return data
234
+ end
235
+
236
+ # Search
237
+ # Searches for the entities as specified by the given query.
238
+ # @param space_id
239
+ # @param query The query restricts the installment payments which are returned by the search.
240
+ # @param [Hash] opts the optional parameters
241
+ # @return [Array<(Array<InstallmentPayment>, Fixnum, Hash)>] Array<InstallmentPayment> data, response status code and response headers
242
+ def installment_payment_service_search_with_http_info(space_id, query, opts = {})
243
+ if @api_client.config.debugging
244
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentService.installment_payment_service_search ..."
245
+ end
246
+ # verify the required parameter 'space_id' is set
247
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentService.installment_payment_service_search" if space_id.nil?
248
+ # verify the required parameter 'query' is set
249
+ fail ArgumentError, "Missing the required parameter 'query' when calling InstallmentPaymentService.installment_payment_service_search" if query.nil?
250
+ # resource path
251
+ local_var_path = "/installment-payment/search".sub('{format}','json')
252
+
253
+ # query parameters
254
+ query_params = {}
255
+ query_params[:'spaceId'] = space_id
256
+
257
+ # header parameters
258
+ header_params = {}
259
+
260
+ # HTTP header 'Accept' (if needed)
261
+ local_header_accept = ['application/json;charset=utf-8']
262
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
263
+
264
+ # HTTP header 'Content-Type'
265
+ local_header_content_type = ['application/json;charset=utf-8']
266
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
267
+
268
+ # form parameters
269
+ form_params = {}
270
+
271
+ # http body (model)
272
+ post_body = @api_client.object_to_http_body(query)
273
+ auth_names = []
274
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
275
+ :header_params => header_params,
276
+ :query_params => query_params,
277
+ :form_params => form_params,
278
+ :body => post_body,
279
+ :auth_names => auth_names,
280
+ :return_type => 'Array<InstallmentPayment>')
281
+ if @api_client.config.debugging
282
+ @api_client.config.logger.debug "API called: InstallmentPaymentService#installment_payment_service_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
283
+ end
284
+ return data, status_code, headers
285
+ end
286
+ end
287
+ end
@@ -0,0 +1,219 @@
1
+ =begin
2
+ Wallee API: 1.0.0
3
+
4
+ The wallee API allows an easy interaction with the wallee web service.
5
+
6
+
7
+
8
+ Licensed under the Apache License, Version 2.0 (the "License");
9
+ you may not use this file except in compliance with the License.
10
+ You may obtain a copy of the License at
11
+
12
+ http://www.apache.org/licenses/LICENSE-2.0
13
+
14
+ Unless required by applicable law or agreed to in writing, software
15
+ distributed under the License is distributed on an "AS IS" BASIS,
16
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ See the License for the specific language governing permissions and
18
+ limitations under the License.
19
+
20
+ =end
21
+
22
+ require "uri"
23
+
24
+ module Wallee
25
+ class InstallmentPaymentSliceService
26
+ attr_accessor :api_client
27
+
28
+ def initialize(api_client = ApiClient.default)
29
+ @api_client = api_client
30
+ end
31
+
32
+ # Count
33
+ # Counts the number of items in the database as restricted by the given filter.
34
+ # @param space_id
35
+ # @param filter The filter which restricts the installment payment slices which are used to calculate the count.
36
+ # @param [Hash] opts the optional parameters
37
+ # @return [Integer]
38
+ def installment_payment_slice_service_count(space_id, filter, opts = {})
39
+ data, _status_code, _headers = installment_payment_slice_service_count_with_http_info(space_id, filter, opts)
40
+ return data
41
+ end
42
+
43
+ # Count
44
+ # Counts the number of items in the database as restricted by the given filter.
45
+ # @param space_id
46
+ # @param filter The filter which restricts the installment payment slices which are used to calculate the count.
47
+ # @param [Hash] opts the optional parameters
48
+ # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
49
+ def installment_payment_slice_service_count_with_http_info(space_id, filter, opts = {})
50
+ if @api_client.config.debugging
51
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentSliceService.installment_payment_slice_service_count ..."
52
+ end
53
+ # verify the required parameter 'space_id' is set
54
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentSliceService.installment_payment_slice_service_count" if space_id.nil?
55
+ # verify the required parameter 'filter' is set
56
+ fail ArgumentError, "Missing the required parameter 'filter' when calling InstallmentPaymentSliceService.installment_payment_slice_service_count" if filter.nil?
57
+ # resource path
58
+ local_var_path = "/installment-payment-slice/count".sub('{format}','json')
59
+
60
+ # query parameters
61
+ query_params = {}
62
+ query_params[:'spaceId'] = space_id
63
+
64
+ # header parameters
65
+ header_params = {}
66
+
67
+ # HTTP header 'Accept' (if needed)
68
+ local_header_accept = ['application/json;charset=utf-8']
69
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
70
+
71
+ # HTTP header 'Content-Type'
72
+ local_header_content_type = ['application/json;charset=utf-8']
73
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
74
+
75
+ # form parameters
76
+ form_params = {}
77
+
78
+ # http body (model)
79
+ post_body = @api_client.object_to_http_body(filter)
80
+ auth_names = []
81
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
82
+ :header_params => header_params,
83
+ :query_params => query_params,
84
+ :form_params => form_params,
85
+ :body => post_body,
86
+ :auth_names => auth_names,
87
+ :return_type => 'Integer')
88
+ if @api_client.config.debugging
89
+ @api_client.config.logger.debug "API called: InstallmentPaymentSliceService#installment_payment_slice_service_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
90
+ end
91
+ return data, status_code, headers
92
+ end
93
+
94
+ # Read
95
+ # Reads the entity with the given 'id' and returns it.
96
+ # @param space_id
97
+ # @param id The id of the installment payment slice which should be returned.
98
+ # @param [Hash] opts the optional parameters
99
+ # @return [InstallmentPaymentSlice]
100
+ def installment_payment_slice_service_read(space_id, id, opts = {})
101
+ data, _status_code, _headers = installment_payment_slice_service_read_with_http_info(space_id, id, opts)
102
+ return data
103
+ end
104
+
105
+ # Read
106
+ # Reads the entity with the given &#39;id&#39; and returns it.
107
+ # @param space_id
108
+ # @param id The id of the installment payment slice which should be returned.
109
+ # @param [Hash] opts the optional parameters
110
+ # @return [Array<(InstallmentPaymentSlice, Fixnum, Hash)>] InstallmentPaymentSlice data, response status code and response headers
111
+ def installment_payment_slice_service_read_with_http_info(space_id, id, opts = {})
112
+ if @api_client.config.debugging
113
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentSliceService.installment_payment_slice_service_read ..."
114
+ end
115
+ # verify the required parameter 'space_id' is set
116
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentSliceService.installment_payment_slice_service_read" if space_id.nil?
117
+ # verify the required parameter 'id' is set
118
+ fail ArgumentError, "Missing the required parameter 'id' when calling InstallmentPaymentSliceService.installment_payment_slice_service_read" if id.nil?
119
+ # resource path
120
+ local_var_path = "/installment-payment-slice/read".sub('{format}','json')
121
+
122
+ # query parameters
123
+ query_params = {}
124
+ query_params[:'spaceId'] = space_id
125
+ query_params[:'id'] = id
126
+
127
+ # header parameters
128
+ header_params = {}
129
+
130
+ # HTTP header 'Accept' (if needed)
131
+ local_header_accept = ['*/*']
132
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
133
+
134
+ # HTTP header 'Content-Type'
135
+ local_header_content_type = ['application/json;charset=utf-8']
136
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
137
+
138
+ # form parameters
139
+ form_params = {}
140
+
141
+ # http body (model)
142
+ post_body = nil
143
+ auth_names = []
144
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
145
+ :header_params => header_params,
146
+ :query_params => query_params,
147
+ :form_params => form_params,
148
+ :body => post_body,
149
+ :auth_names => auth_names,
150
+ :return_type => 'InstallmentPaymentSlice')
151
+ if @api_client.config.debugging
152
+ @api_client.config.logger.debug "API called: InstallmentPaymentSliceService#installment_payment_slice_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
153
+ end
154
+ return data, status_code, headers
155
+ end
156
+
157
+ # Search
158
+ # Searches for the entities as specified by the given query.
159
+ # @param space_id
160
+ # @param query The query restricts the installment payment slices which are returned by the search.
161
+ # @param [Hash] opts the optional parameters
162
+ # @return [Array<InstallmentPaymentSlice>]
163
+ def installment_payment_slice_service_search(space_id, query, opts = {})
164
+ data, _status_code, _headers = installment_payment_slice_service_search_with_http_info(space_id, query, opts)
165
+ return data
166
+ end
167
+
168
+ # Search
169
+ # Searches for the entities as specified by the given query.
170
+ # @param space_id
171
+ # @param query The query restricts the installment payment slices which are returned by the search.
172
+ # @param [Hash] opts the optional parameters
173
+ # @return [Array<(Array<InstallmentPaymentSlice>, Fixnum, Hash)>] Array<InstallmentPaymentSlice> data, response status code and response headers
174
+ def installment_payment_slice_service_search_with_http_info(space_id, query, opts = {})
175
+ if @api_client.config.debugging
176
+ @api_client.config.logger.debug "Calling API: InstallmentPaymentSliceService.installment_payment_slice_service_search ..."
177
+ end
178
+ # verify the required parameter 'space_id' is set
179
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling InstallmentPaymentSliceService.installment_payment_slice_service_search" if space_id.nil?
180
+ # verify the required parameter 'query' is set
181
+ fail ArgumentError, "Missing the required parameter 'query' when calling InstallmentPaymentSliceService.installment_payment_slice_service_search" if query.nil?
182
+ # resource path
183
+ local_var_path = "/installment-payment-slice/search".sub('{format}','json')
184
+
185
+ # query parameters
186
+ query_params = {}
187
+ query_params[:'spaceId'] = space_id
188
+
189
+ # header parameters
190
+ header_params = {}
191
+
192
+ # HTTP header 'Accept' (if needed)
193
+ local_header_accept = ['application/json;charset=utf-8']
194
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
195
+
196
+ # HTTP header 'Content-Type'
197
+ local_header_content_type = ['application/json;charset=utf-8']
198
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
199
+
200
+ # form parameters
201
+ form_params = {}
202
+
203
+ # http body (model)
204
+ post_body = @api_client.object_to_http_body(query)
205
+ auth_names = []
206
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
207
+ :header_params => header_params,
208
+ :query_params => query_params,
209
+ :form_params => form_params,
210
+ :body => post_body,
211
+ :auth_names => auth_names,
212
+ :return_type => 'Array<InstallmentPaymentSlice>')
213
+ if @api_client.config.debugging
214
+ @api_client.config.logger.debug "API called: InstallmentPaymentSliceService#installment_payment_slice_service_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
215
+ end
216
+ return data, status_code, headers
217
+ end
218
+ end
219
+ end