wallee-ruby-sdk 2.0.1 → 2.2.3

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 (457) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE +1 -1
  4. data/README.md +3 -3
  5. data/lib/wallee-ruby-sdk.rb +71 -9
  6. data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
  7. data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
  8. data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
  9. data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
  10. data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
  11. data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
  12. data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
  13. data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
  14. data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
  15. data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
  16. data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
  17. data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
  18. data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
  19. data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
  20. data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
  21. data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
  22. data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
  23. data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
  24. data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
  25. data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
  26. data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
  27. data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
  28. data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
  29. data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
  30. data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
  31. data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
  32. data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
  33. data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
  34. data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
  35. data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
  36. data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
  37. data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
  38. data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
  39. data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
  40. data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
  41. data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
  42. data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
  43. data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
  44. data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
  45. data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
  46. data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
  47. data/lib/wallee-ruby-sdk/api/permission_service_api.rb +11 -15
  48. data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +49 -53
  49. data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
  50. data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
  51. data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +213 -0
  52. data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
  53. data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +342 -0
  54. data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
  55. data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
  56. data/lib/wallee-ruby-sdk/api/space_service_api.rb +35 -39
  57. data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
  58. data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +41 -45
  59. data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
  60. data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
  61. data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
  62. data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
  63. data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
  64. data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
  65. data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
  66. data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
  67. data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
  68. data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
  69. data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
  70. data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
  71. data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
  72. data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
  73. data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
  74. data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
  75. data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +110 -114
  76. data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
  77. data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
  78. data/lib/wallee-ruby-sdk/api/token_service_api.rb +48 -52
  79. data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
  80. data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
  81. data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
  82. data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
  83. data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
  84. data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
  85. data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
  86. data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
  87. data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
  88. data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
  89. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
  90. data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
  91. data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
  92. data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
  93. data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
  94. data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
  95. data/lib/wallee-ruby-sdk/api_client.rb +2 -4
  96. data/lib/wallee-ruby-sdk/api_error.rb +0 -4
  97. data/lib/wallee-ruby-sdk/configuration.rb +0 -4
  98. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +25 -5
  99. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
  100. data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
  101. data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
  102. data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
  103. data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
  104. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
  105. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +16 -5
  106. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
  107. data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_active.rb +330 -0
  108. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +25 -5
  109. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
  110. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
  111. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
  112. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +16 -5
  113. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
  114. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
  115. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
  116. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +61 -5
  117. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
  118. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +16 -5
  119. data/lib/wallee-ruby-sdk/models/account.rb +46 -6
  120. data/lib/wallee-ruby-sdk/models/account_create.rb +25 -5
  121. data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
  122. data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
  123. data/lib/wallee-ruby-sdk/models/account_update.rb +25 -5
  124. data/lib/wallee-ruby-sdk/models/address.rb +236 -15
  125. data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
  126. data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
  127. data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
  128. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
  129. data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
  130. data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
  131. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +27 -6
  132. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
  133. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
  134. data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
  135. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
  136. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
  137. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
  138. data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
  139. data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
  140. data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
  141. data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
  142. data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
  143. data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
  144. data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
  145. data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
  146. data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
  147. data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
  148. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
  149. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
  150. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
  151. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
  152. data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
  153. data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
  154. data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → customer_address.rb} +42 -56
  155. data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
  156. data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
  157. data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
  158. data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
  159. data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
  160. data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
  161. data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
  162. data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
  163. data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
  164. data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
  165. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
  166. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
  167. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
  168. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
  169. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
  170. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +1 -5
  171. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +1 -5
  172. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
  173. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
  174. data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
  175. data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
  176. data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
  177. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
  178. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
  179. data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
  180. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
  181. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
  182. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
  183. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
  184. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
  185. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
  186. data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
  187. data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
  188. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
  189. data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
  190. data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
  191. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
  192. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
  193. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
  194. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
  195. data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
  196. data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
  197. data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
  198. data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
  199. data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
  200. data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
  201. data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
  202. data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
  203. data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
  204. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
  205. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
  206. data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
  207. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
  208. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
  209. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
  210. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
  211. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
  212. data/lib/wallee-ruby-sdk/models/label.rb +1 -5
  213. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
  214. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
  215. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
  216. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
  217. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
  218. data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
  219. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
  220. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
  221. data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
  222. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
  223. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
  224. data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
  225. data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
  226. data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
  227. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
  228. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
  229. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
  230. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
  231. data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
  232. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
  233. data/lib/wallee-ruby-sdk/models/payment_connector.rb +1 -5
  234. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +16 -5
  235. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
  236. data/lib/wallee-ruby-sdk/models/payment_contract.rb +25 -5
  237. data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
  238. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
  239. data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
  240. data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
  241. data/lib/wallee-ruby-sdk/models/payment_link.rb +40 -5
  242. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +16 -5
  243. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +44 -5
  244. data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
  245. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +16 -5
  246. data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
  247. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
  248. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
  249. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
  250. data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
  251. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
  252. data/lib/wallee-ruby-sdk/models/payment_terminal.rb +17 -16
  253. data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +146 -15
  254. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
  255. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
  256. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +1 -5
  257. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
  258. data/lib/wallee-ruby-sdk/models/payment_terminal_contact_address.rb +396 -0
  259. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +27 -6
  260. data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
  261. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
  262. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
  263. data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
  264. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
  265. data/lib/wallee-ruby-sdk/models/permission.rb +1 -5
  266. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
  267. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
  268. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
  269. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
  270. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
  271. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
  272. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
  273. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
  274. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
  275. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
  276. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
  277. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
  278. data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
  279. data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
  280. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
  281. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
  282. data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
  283. data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
  284. data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
  285. data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
  286. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
  287. data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
  288. data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
  289. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
  290. data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
  291. data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
  292. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
  293. data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
  294. data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
  295. data/lib/wallee-ruby-sdk/models/role.rb +1 -5
  296. data/lib/wallee-ruby-sdk/models/sales_channel.rb +215 -0
  297. data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
  298. data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
  299. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +428 -0
  300. data/lib/wallee-ruby-sdk/models/shopify_integration_app_version.rb +36 -0
  301. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
  302. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
  303. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
  304. data/lib/wallee-ruby-sdk/models/{payment_terminal_reference.rb → shopify_subscriber.rb} +41 -25
  305. data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
  306. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +321 -0
  307. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +606 -0
  308. data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
  309. data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_item.rb +233 -0
  310. data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_tax_line.rb +201 -0
  311. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
  312. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_active.rb +361 -0
  313. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +371 -0
  314. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
  315. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_state.rb → shopify_subscription_product_state.rb} +8 -11
  316. data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
  317. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
  318. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
  319. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
  320. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
  321. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
  322. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +303 -0
  323. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
  324. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
  325. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
  326. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
  327. data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
  328. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
  329. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_transaction.rb} +64 -50
  330. data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
  331. data/lib/wallee-ruby-sdk/models/space.rb +46 -6
  332. data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
  333. data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
  334. data/lib/wallee-ruby-sdk/models/space_create.rb +25 -5
  335. data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
  336. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
  337. data/lib/wallee-ruby-sdk/models/space_update.rb +25 -5
  338. data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
  339. data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
  340. data/lib/wallee-ruby-sdk/models/subscriber.rb +46 -5
  341. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
  342. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +46 -5
  343. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
  344. data/lib/wallee-ruby-sdk/models/subscription.rb +52 -6
  345. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +73 -5
  346. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +86 -5
  347. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +73 -5
  348. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +73 -5
  349. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
  350. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
  351. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
  352. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +16 -5
  353. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +16 -5
  354. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
  355. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
  356. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
  357. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
  358. data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  359. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +14 -6
  360. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +25 -5
  361. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +29 -5
  362. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
  363. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
  364. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
  365. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
  366. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
  367. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
  368. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
  369. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
  370. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
  371. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
  372. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
  373. data/lib/wallee-ruby-sdk/models/subscription_product.rb +31 -5
  374. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +16 -5
  375. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +32 -6
  376. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
  377. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
  378. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
  379. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
  380. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +32 -6
  381. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +35 -5
  382. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
  383. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
  384. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
  385. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +16 -5
  386. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +1 -5
  387. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
  388. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
  389. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
  390. data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
  391. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
  392. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
  393. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
  394. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
  395. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
  396. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
  397. data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
  398. data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
  399. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
  400. data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
  401. data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
  402. data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
  403. data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
  404. data/lib/wallee-ruby-sdk/models/token.rb +55 -5
  405. data/lib/wallee-ruby-sdk/models/token_create.rb +59 -5
  406. data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
  407. data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
  408. data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
  409. data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
  410. data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
  411. data/lib/wallee-ruby-sdk/models/transaction.rb +126 -6
  412. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
  413. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
  414. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
  415. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
  416. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +25 -5
  417. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
  418. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +29 -5
  419. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
  420. data/lib/wallee-ruby-sdk/models/transaction_create.rb +96 -6
  421. data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
  422. data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
  423. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
  424. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
  425. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
  426. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
  427. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
  428. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
  429. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
  430. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
  431. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
  432. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +61 -5
  433. data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
  434. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
  435. data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
  436. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
  437. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
  438. data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
  439. data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +64 -5
  440. data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +68 -5
  441. data/lib/wallee-ruby-sdk/models/user.rb +1 -5
  442. data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
  443. data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
  444. data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
  445. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
  446. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
  447. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
  448. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
  449. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
  450. data/lib/wallee-ruby-sdk/models/webhook_url.rb +16 -5
  451. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +16 -5
  452. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +16 -5
  453. data/lib/wallee-ruby-sdk/version.rb +1 -5
  454. data/test/transaction_create_service_test.rb +2 -2
  455. data/test/transaction_payment_page_service_test.rb +3 -3
  456. data/wallee-ruby-sdk.gemspec +1 -5
  457. metadata +77 -11
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -35,8 +31,8 @@ module Wallee
35
31
  # @param id The id of a token for which you want to look up the current active token version.
36
32
  # @param [Hash] opts the optional parameters
37
33
  # @return [TokenVersion]
38
- def token_version_service_active_version(space_id, id, opts = {})
39
- data, _status_code, _headers = token_version_service_active_version_with_http_info(space_id, id, opts)
34
+ def active_version(space_id, id, opts = {})
35
+ data, _status_code, _headers = active_version_with_http_info(space_id, id, opts)
40
36
  return data
41
37
  end
42
38
 
@@ -46,14 +42,14 @@ module Wallee
46
42
  # @param id The id of a token for which you want to look up the current active token version.
47
43
  # @param [Hash] opts the optional parameters
48
44
  # @return [Array<(TokenVersion, Fixnum, Hash)>] TokenVersion data, response status code and response headers
49
- def token_version_service_active_version_with_http_info(space_id, id, opts = {})
45
+ def active_version_with_http_info(space_id, id, opts = {})
50
46
  if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TokenVersionService.token_version_service_active_version ..."
47
+ @api_client.config.logger.debug "Calling API: TokenVersionService.active_version ..."
52
48
  end
53
49
  # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.token_version_service_active_version" if space_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.active_version" if space_id.nil?
55
51
  # verify the required parameter 'id' is set
56
- fail ArgumentError, "Missing the required parameter 'id' when calling TokenVersionService.token_version_service_active_version" if id.nil?
52
+ fail ArgumentError, "Missing the required parameter 'id' when calling TokenVersionService.active_version" if id.nil?
57
53
  # resource path
58
54
  local_var_path = "/token-version/active-version".sub('{format}','json')
59
55
 
@@ -87,7 +83,7 @@ module Wallee
87
83
  :auth_names => auth_names,
88
84
  :return_type => 'TokenVersion')
89
85
  if @api_client.config.debugging
90
- @api_client.config.logger.debug "API called: TokenVersionService#token_version_service_active_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ @api_client.config.logger.debug "API called: TokenVersionService#active_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
87
  end
92
88
  return data, status_code, headers
93
89
  end
@@ -98,8 +94,8 @@ module Wallee
98
94
  # @param [Hash] opts the optional parameters
99
95
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
100
96
  # @return [Integer]
101
- def token_version_service_count(space_id, opts = {})
102
- data, _status_code, _headers = token_version_service_count_with_http_info(space_id, opts)
97
+ def count(space_id, opts = {})
98
+ data, _status_code, _headers = count_with_http_info(space_id, opts)
103
99
  return data
104
100
  end
105
101
 
@@ -109,12 +105,12 @@ module Wallee
109
105
  # @param [Hash] opts the optional parameters
110
106
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
111
107
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
112
- def token_version_service_count_with_http_info(space_id, opts = {})
108
+ def count_with_http_info(space_id, opts = {})
113
109
  if @api_client.config.debugging
114
- @api_client.config.logger.debug "Calling API: TokenVersionService.token_version_service_count ..."
110
+ @api_client.config.logger.debug "Calling API: TokenVersionService.count ..."
115
111
  end
116
112
  # verify the required parameter 'space_id' is set
117
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.token_version_service_count" if space_id.nil?
113
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.count" if space_id.nil?
118
114
  # resource path
119
115
  local_var_path = "/token-version/count".sub('{format}','json')
120
116
 
@@ -147,7 +143,7 @@ module Wallee
147
143
  :auth_names => auth_names,
148
144
  :return_type => 'Integer')
149
145
  if @api_client.config.debugging
150
- @api_client.config.logger.debug "API called: TokenVersionService#token_version_service_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
146
+ @api_client.config.logger.debug "API called: TokenVersionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
151
147
  end
152
148
  return data, status_code, headers
153
149
  end
@@ -158,8 +154,8 @@ module Wallee
158
154
  # @param id The id of the token version which should be returned.
159
155
  # @param [Hash] opts the optional parameters
160
156
  # @return [TokenVersion]
161
- def token_version_service_read(space_id, id, opts = {})
162
- data, _status_code, _headers = token_version_service_read_with_http_info(space_id, id, opts)
157
+ def read(space_id, id, opts = {})
158
+ data, _status_code, _headers = read_with_http_info(space_id, id, opts)
163
159
  return data
164
160
  end
165
161
 
@@ -169,14 +165,14 @@ module Wallee
169
165
  # @param id The id of the token version which should be returned.
170
166
  # @param [Hash] opts the optional parameters
171
167
  # @return [Array<(TokenVersion, Fixnum, Hash)>] TokenVersion data, response status code and response headers
172
- def token_version_service_read_with_http_info(space_id, id, opts = {})
168
+ def read_with_http_info(space_id, id, opts = {})
173
169
  if @api_client.config.debugging
174
- @api_client.config.logger.debug "Calling API: TokenVersionService.token_version_service_read ..."
170
+ @api_client.config.logger.debug "Calling API: TokenVersionService.read ..."
175
171
  end
176
172
  # verify the required parameter 'space_id' is set
177
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.token_version_service_read" if space_id.nil?
173
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.read" if space_id.nil?
178
174
  # verify the required parameter 'id' is set
179
- fail ArgumentError, "Missing the required parameter 'id' when calling TokenVersionService.token_version_service_read" if id.nil?
175
+ fail ArgumentError, "Missing the required parameter 'id' when calling TokenVersionService.read" if id.nil?
180
176
  # resource path
181
177
  local_var_path = "/token-version/read".sub('{format}','json')
182
178
 
@@ -210,7 +206,7 @@ module Wallee
210
206
  :auth_names => auth_names,
211
207
  :return_type => 'TokenVersion')
212
208
  if @api_client.config.debugging
213
- @api_client.config.logger.debug "API called: TokenVersionService#token_version_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
209
+ @api_client.config.logger.debug "API called: TokenVersionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
214
210
  end
215
211
  return data, status_code, headers
216
212
  end
@@ -221,8 +217,8 @@ module Wallee
221
217
  # @param query The query restricts the token versions which are returned by the search.
222
218
  # @param [Hash] opts the optional parameters
223
219
  # @return [Array<TokenVersion>]
224
- def token_version_service_search(space_id, query, opts = {})
225
- data, _status_code, _headers = token_version_service_search_with_http_info(space_id, query, opts)
220
+ def search(space_id, query, opts = {})
221
+ data, _status_code, _headers = search_with_http_info(space_id, query, opts)
226
222
  return data
227
223
  end
228
224
 
@@ -232,14 +228,14 @@ module Wallee
232
228
  # @param query The query restricts the token versions which are returned by the search.
233
229
  # @param [Hash] opts the optional parameters
234
230
  # @return [Array<(Array<TokenVersion>, Fixnum, Hash)>] Array<TokenVersion> data, response status code and response headers
235
- def token_version_service_search_with_http_info(space_id, query, opts = {})
231
+ def search_with_http_info(space_id, query, opts = {})
236
232
  if @api_client.config.debugging
237
- @api_client.config.logger.debug "Calling API: TokenVersionService.token_version_service_search ..."
233
+ @api_client.config.logger.debug "Calling API: TokenVersionService.search ..."
238
234
  end
239
235
  # verify the required parameter 'space_id' is set
240
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.token_version_service_search" if space_id.nil?
236
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TokenVersionService.search" if space_id.nil?
241
237
  # verify the required parameter 'query' is set
242
- fail ArgumentError, "Missing the required parameter 'query' when calling TokenVersionService.token_version_service_search" if query.nil?
238
+ fail ArgumentError, "Missing the required parameter 'query' when calling TokenVersionService.search" if query.nil?
243
239
  # resource path
244
240
  local_var_path = "/token-version/search".sub('{format}','json')
245
241
 
@@ -272,7 +268,7 @@ module Wallee
272
268
  :auth_names => auth_names,
273
269
  :return_type => 'Array<TokenVersion>')
274
270
  if @api_client.config.debugging
275
- @api_client.config.logger.debug "API called: TokenVersionService#token_version_service_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
271
+ @api_client.config.logger.debug "API called: TokenVersionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
276
272
  end
277
273
  return data, status_code, headers
278
274
  end
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -35,8 +31,8 @@ module Wallee
35
31
  # @param transaction_id
36
32
  # @param [Hash] opts the optional parameters
37
33
  # @return [Array<TransactionComment>]
38
- def transaction_comment_service_all(space_id, transaction_id, opts = {})
39
- data, _status_code, _headers = transaction_comment_service_all_with_http_info(space_id, transaction_id, opts)
34
+ def all(space_id, transaction_id, opts = {})
35
+ data, _status_code, _headers = all_with_http_info(space_id, transaction_id, opts)
40
36
  return data
41
37
  end
42
38
 
@@ -46,14 +42,14 @@ module Wallee
46
42
  # @param transaction_id
47
43
  # @param [Hash] opts the optional parameters
48
44
  # @return [Array<(Array<TransactionComment>, Fixnum, Hash)>] Array<TransactionComment> data, response status code and response headers
49
- def transaction_comment_service_all_with_http_info(space_id, transaction_id, opts = {})
45
+ def all_with_http_info(space_id, transaction_id, opts = {})
50
46
  if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_all ..."
47
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.all ..."
52
48
  end
53
49
  # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_all" if space_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.all" if space_id.nil?
55
51
  # verify the required parameter 'transaction_id' is set
56
- fail ArgumentError, "Missing the required parameter 'transaction_id' when calling TransactionCommentService.transaction_comment_service_all" if transaction_id.nil?
52
+ fail ArgumentError, "Missing the required parameter 'transaction_id' when calling TransactionCommentService.all" if transaction_id.nil?
57
53
  # resource path
58
54
  local_var_path = "/transaction-comment/all".sub('{format}','json')
59
55
 
@@ -87,7 +83,7 @@ module Wallee
87
83
  :auth_names => auth_names,
88
84
  :return_type => 'Array<TransactionComment>')
89
85
  if @api_client.config.debugging
90
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ @api_client.config.logger.debug "API called: TransactionCommentService#all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
87
  end
92
88
  return data, status_code, headers
93
89
  end
@@ -98,8 +94,8 @@ module Wallee
98
94
  # @param entity
99
95
  # @param [Hash] opts the optional parameters
100
96
  # @return [TransactionComment]
101
- def transaction_comment_service_create(space_id, entity, opts = {})
102
- data, _status_code, _headers = transaction_comment_service_create_with_http_info(space_id, entity, opts)
97
+ def create(space_id, entity, opts = {})
98
+ data, _status_code, _headers = create_with_http_info(space_id, entity, opts)
103
99
  return data
104
100
  end
105
101
 
@@ -109,14 +105,14 @@ module Wallee
109
105
  # @param entity
110
106
  # @param [Hash] opts the optional parameters
111
107
  # @return [Array<(TransactionComment, Fixnum, Hash)>] TransactionComment data, response status code and response headers
112
- def transaction_comment_service_create_with_http_info(space_id, entity, opts = {})
108
+ def create_with_http_info(space_id, entity, opts = {})
113
109
  if @api_client.config.debugging
114
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_create ..."
110
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.create ..."
115
111
  end
116
112
  # verify the required parameter 'space_id' is set
117
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_create" if space_id.nil?
113
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.create" if space_id.nil?
118
114
  # verify the required parameter 'entity' is set
119
- fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionCommentService.transaction_comment_service_create" if entity.nil?
115
+ fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionCommentService.create" if entity.nil?
120
116
  # resource path
121
117
  local_var_path = "/transaction-comment/create".sub('{format}','json')
122
118
 
@@ -149,7 +145,7 @@ module Wallee
149
145
  :auth_names => auth_names,
150
146
  :return_type => 'TransactionComment')
151
147
  if @api_client.config.debugging
152
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
148
+ @api_client.config.logger.debug "API called: TransactionCommentService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
153
149
  end
154
150
  return data, status_code, headers
155
151
  end
@@ -160,8 +156,8 @@ module Wallee
160
156
  # @param id
161
157
  # @param [Hash] opts the optional parameters
162
158
  # @return [nil]
163
- def transaction_comment_service_delete(space_id, id, opts = {})
164
- transaction_comment_service_delete_with_http_info(space_id, id, opts)
159
+ def delete(space_id, id, opts = {})
160
+ delete_with_http_info(space_id, id, opts)
165
161
  return nil
166
162
  end
167
163
 
@@ -171,14 +167,14 @@ module Wallee
171
167
  # @param id
172
168
  # @param [Hash] opts the optional parameters
173
169
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
174
- def transaction_comment_service_delete_with_http_info(space_id, id, opts = {})
170
+ def delete_with_http_info(space_id, id, opts = {})
175
171
  if @api_client.config.debugging
176
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_delete ..."
172
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.delete ..."
177
173
  end
178
174
  # verify the required parameter 'space_id' is set
179
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_delete" if space_id.nil?
175
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.delete" if space_id.nil?
180
176
  # verify the required parameter 'id' is set
181
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.transaction_comment_service_delete" if id.nil?
177
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.delete" if id.nil?
182
178
  # resource path
183
179
  local_var_path = "/transaction-comment/delete".sub('{format}','json')
184
180
 
@@ -211,7 +207,7 @@ module Wallee
211
207
  :body => post_body,
212
208
  :auth_names => auth_names)
213
209
  if @api_client.config.debugging
214
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
210
+ @api_client.config.logger.debug "API called: TransactionCommentService#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
215
211
  end
216
212
  return data, status_code, headers
217
213
  end
@@ -222,8 +218,8 @@ module Wallee
222
218
  # @param id
223
219
  # @param [Hash] opts the optional parameters
224
220
  # @return [nil]
225
- def transaction_comment_service_pin(space_id, id, opts = {})
226
- transaction_comment_service_pin_with_http_info(space_id, id, opts)
221
+ def pin(space_id, id, opts = {})
222
+ pin_with_http_info(space_id, id, opts)
227
223
  return nil
228
224
  end
229
225
 
@@ -233,14 +229,14 @@ module Wallee
233
229
  # @param id
234
230
  # @param [Hash] opts the optional parameters
235
231
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
236
- def transaction_comment_service_pin_with_http_info(space_id, id, opts = {})
232
+ def pin_with_http_info(space_id, id, opts = {})
237
233
  if @api_client.config.debugging
238
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_pin ..."
234
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.pin ..."
239
235
  end
240
236
  # verify the required parameter 'space_id' is set
241
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_pin" if space_id.nil?
237
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.pin" if space_id.nil?
242
238
  # verify the required parameter 'id' is set
243
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.transaction_comment_service_pin" if id.nil?
239
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.pin" if id.nil?
244
240
  # resource path
245
241
  local_var_path = "/transaction-comment/pin".sub('{format}','json')
246
242
 
@@ -273,7 +269,7 @@ module Wallee
273
269
  :body => post_body,
274
270
  :auth_names => auth_names)
275
271
  if @api_client.config.debugging
276
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_pin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
272
+ @api_client.config.logger.debug "API called: TransactionCommentService#pin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
277
273
  end
278
274
  return data, status_code, headers
279
275
  end
@@ -284,8 +280,8 @@ module Wallee
284
280
  # @param id
285
281
  # @param [Hash] opts the optional parameters
286
282
  # @return [TransactionComment]
287
- def transaction_comment_service_read(space_id, id, opts = {})
288
- data, _status_code, _headers = transaction_comment_service_read_with_http_info(space_id, id, opts)
283
+ def read(space_id, id, opts = {})
284
+ data, _status_code, _headers = read_with_http_info(space_id, id, opts)
289
285
  return data
290
286
  end
291
287
 
@@ -295,14 +291,14 @@ module Wallee
295
291
  # @param id
296
292
  # @param [Hash] opts the optional parameters
297
293
  # @return [Array<(TransactionComment, Fixnum, Hash)>] TransactionComment data, response status code and response headers
298
- def transaction_comment_service_read_with_http_info(space_id, id, opts = {})
294
+ def read_with_http_info(space_id, id, opts = {})
299
295
  if @api_client.config.debugging
300
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_read ..."
296
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.read ..."
301
297
  end
302
298
  # verify the required parameter 'space_id' is set
303
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_read" if space_id.nil?
299
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.read" if space_id.nil?
304
300
  # verify the required parameter 'id' is set
305
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.transaction_comment_service_read" if id.nil?
301
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.read" if id.nil?
306
302
  # resource path
307
303
  local_var_path = "/transaction-comment/read".sub('{format}','json')
308
304
 
@@ -336,7 +332,7 @@ module Wallee
336
332
  :auth_names => auth_names,
337
333
  :return_type => 'TransactionComment')
338
334
  if @api_client.config.debugging
339
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
335
+ @api_client.config.logger.debug "API called: TransactionCommentService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
340
336
  end
341
337
  return data, status_code, headers
342
338
  end
@@ -347,8 +343,8 @@ module Wallee
347
343
  # @param id
348
344
  # @param [Hash] opts the optional parameters
349
345
  # @return [nil]
350
- def transaction_comment_service_unpin(space_id, id, opts = {})
351
- transaction_comment_service_unpin_with_http_info(space_id, id, opts)
346
+ def unpin(space_id, id, opts = {})
347
+ unpin_with_http_info(space_id, id, opts)
352
348
  return nil
353
349
  end
354
350
 
@@ -358,14 +354,14 @@ module Wallee
358
354
  # @param id
359
355
  # @param [Hash] opts the optional parameters
360
356
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
361
- def transaction_comment_service_unpin_with_http_info(space_id, id, opts = {})
357
+ def unpin_with_http_info(space_id, id, opts = {})
362
358
  if @api_client.config.debugging
363
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_unpin ..."
359
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.unpin ..."
364
360
  end
365
361
  # verify the required parameter 'space_id' is set
366
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_unpin" if space_id.nil?
362
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.unpin" if space_id.nil?
367
363
  # verify the required parameter 'id' is set
368
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.transaction_comment_service_unpin" if id.nil?
364
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCommentService.unpin" if id.nil?
369
365
  # resource path
370
366
  local_var_path = "/transaction-comment/unpin".sub('{format}','json')
371
367
 
@@ -398,7 +394,7 @@ module Wallee
398
394
  :body => post_body,
399
395
  :auth_names => auth_names)
400
396
  if @api_client.config.debugging
401
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_unpin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
397
+ @api_client.config.logger.debug "API called: TransactionCommentService#unpin\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
402
398
  end
403
399
  return data, status_code, headers
404
400
  end
@@ -409,8 +405,8 @@ module Wallee
409
405
  # @param entity
410
406
  # @param [Hash] opts the optional parameters
411
407
  # @return [TransactionComment]
412
- def transaction_comment_service_update(space_id, entity, opts = {})
413
- data, _status_code, _headers = transaction_comment_service_update_with_http_info(space_id, entity, opts)
408
+ def update(space_id, entity, opts = {})
409
+ data, _status_code, _headers = update_with_http_info(space_id, entity, opts)
414
410
  return data
415
411
  end
416
412
 
@@ -420,14 +416,14 @@ module Wallee
420
416
  # @param entity
421
417
  # @param [Hash] opts the optional parameters
422
418
  # @return [Array<(TransactionComment, Fixnum, Hash)>] TransactionComment data, response status code and response headers
423
- def transaction_comment_service_update_with_http_info(space_id, entity, opts = {})
419
+ def update_with_http_info(space_id, entity, opts = {})
424
420
  if @api_client.config.debugging
425
- @api_client.config.logger.debug "Calling API: TransactionCommentService.transaction_comment_service_update ..."
421
+ @api_client.config.logger.debug "Calling API: TransactionCommentService.update ..."
426
422
  end
427
423
  # verify the required parameter 'space_id' is set
428
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.transaction_comment_service_update" if space_id.nil?
424
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCommentService.update" if space_id.nil?
429
425
  # verify the required parameter 'entity' is set
430
- fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionCommentService.transaction_comment_service_update" if entity.nil?
426
+ fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionCommentService.update" if entity.nil?
431
427
  # resource path
432
428
  local_var_path = "/transaction-comment/update".sub('{format}','json')
433
429
 
@@ -460,7 +456,7 @@ module Wallee
460
456
  :auth_names => auth_names,
461
457
  :return_type => 'TransactionComment')
462
458
  if @api_client.config.debugging
463
- @api_client.config.logger.debug "API called: TransactionCommentService#transaction_comment_service_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
459
+ @api_client.config.logger.debug "API called: TransactionCommentService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
464
460
  end
465
461
  return data, status_code, headers
466
462
  end
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -35,8 +31,8 @@ module Wallee
35
31
  # @param id The id of the transaction which should be completed.
36
32
  # @param [Hash] opts the optional parameters
37
33
  # @return [TransactionCompletion]
38
- def transaction_completion_service_complete_offline(space_id, id, opts = {})
39
- data, _status_code, _headers = transaction_completion_service_complete_offline_with_http_info(space_id, id, opts)
34
+ def complete_offline(space_id, id, opts = {})
35
+ data, _status_code, _headers = complete_offline_with_http_info(space_id, id, opts)
40
36
  return data
41
37
  end
42
38
 
@@ -46,14 +42,14 @@ module Wallee
46
42
  # @param id The id of the transaction which should be completed.
47
43
  # @param [Hash] opts the optional parameters
48
44
  # @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
49
- def transaction_completion_service_complete_offline_with_http_info(space_id, id, opts = {})
45
+ def complete_offline_with_http_info(space_id, id, opts = {})
50
46
  if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_complete_offline ..."
47
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.complete_offline ..."
52
48
  end
53
49
  # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_complete_offline" if space_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.complete_offline" if space_id.nil?
55
51
  # verify the required parameter 'id' is set
56
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.transaction_completion_service_complete_offline" if id.nil?
52
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.complete_offline" if id.nil?
57
53
  # resource path
58
54
  local_var_path = "/transaction-completion/completeOffline".sub('{format}','json')
59
55
 
@@ -87,7 +83,7 @@ module Wallee
87
83
  :auth_names => auth_names,
88
84
  :return_type => 'TransactionCompletion')
89
85
  if @api_client.config.debugging
90
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_complete_offline\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ @api_client.config.logger.debug "API called: TransactionCompletionService#complete_offline\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
87
  end
92
88
  return data, status_code, headers
93
89
  end
@@ -98,8 +94,8 @@ module Wallee
98
94
  # @param id The id of the transaction which should be completed.
99
95
  # @param [Hash] opts the optional parameters
100
96
  # @return [TransactionCompletion]
101
- def transaction_completion_service_complete_online(space_id, id, opts = {})
102
- data, _status_code, _headers = transaction_completion_service_complete_online_with_http_info(space_id, id, opts)
97
+ def complete_online(space_id, id, opts = {})
98
+ data, _status_code, _headers = complete_online_with_http_info(space_id, id, opts)
103
99
  return data
104
100
  end
105
101
 
@@ -109,14 +105,14 @@ module Wallee
109
105
  # @param id The id of the transaction which should be completed.
110
106
  # @param [Hash] opts the optional parameters
111
107
  # @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
112
- def transaction_completion_service_complete_online_with_http_info(space_id, id, opts = {})
108
+ def complete_online_with_http_info(space_id, id, opts = {})
113
109
  if @api_client.config.debugging
114
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_complete_online ..."
110
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.complete_online ..."
115
111
  end
116
112
  # verify the required parameter 'space_id' is set
117
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_complete_online" if space_id.nil?
113
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.complete_online" if space_id.nil?
118
114
  # verify the required parameter 'id' is set
119
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.transaction_completion_service_complete_online" if id.nil?
115
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.complete_online" if id.nil?
120
116
  # resource path
121
117
  local_var_path = "/transaction-completion/completeOnline".sub('{format}','json')
122
118
 
@@ -150,7 +146,7 @@ module Wallee
150
146
  :auth_names => auth_names,
151
147
  :return_type => 'TransactionCompletion')
152
148
  if @api_client.config.debugging
153
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_complete_online\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
149
+ @api_client.config.logger.debug "API called: TransactionCompletionService#complete_online\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
154
150
  end
155
151
  return data, status_code, headers
156
152
  end
@@ -161,8 +157,8 @@ module Wallee
161
157
  # @param completion
162
158
  # @param [Hash] opts the optional parameters
163
159
  # @return [TransactionCompletion]
164
- def transaction_completion_service_complete_partially_offline(space_id, completion, opts = {})
165
- data, _status_code, _headers = transaction_completion_service_complete_partially_offline_with_http_info(space_id, completion, opts)
160
+ def complete_partially_offline(space_id, completion, opts = {})
161
+ data, _status_code, _headers = complete_partially_offline_with_http_info(space_id, completion, opts)
166
162
  return data
167
163
  end
168
164
 
@@ -172,14 +168,14 @@ module Wallee
172
168
  # @param completion
173
169
  # @param [Hash] opts the optional parameters
174
170
  # @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
175
- def transaction_completion_service_complete_partially_offline_with_http_info(space_id, completion, opts = {})
171
+ def complete_partially_offline_with_http_info(space_id, completion, opts = {})
176
172
  if @api_client.config.debugging
177
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_complete_partially_offline ..."
173
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.complete_partially_offline ..."
178
174
  end
179
175
  # verify the required parameter 'space_id' is set
180
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_complete_partially_offline" if space_id.nil?
176
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.complete_partially_offline" if space_id.nil?
181
177
  # verify the required parameter 'completion' is set
182
- fail ArgumentError, "Missing the required parameter 'completion' when calling TransactionCompletionService.transaction_completion_service_complete_partially_offline" if completion.nil?
178
+ fail ArgumentError, "Missing the required parameter 'completion' when calling TransactionCompletionService.complete_partially_offline" if completion.nil?
183
179
  # resource path
184
180
  local_var_path = "/transaction-completion/completePartiallyOffline".sub('{format}','json')
185
181
 
@@ -212,7 +208,7 @@ module Wallee
212
208
  :auth_names => auth_names,
213
209
  :return_type => 'TransactionCompletion')
214
210
  if @api_client.config.debugging
215
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_complete_partially_offline\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
211
+ @api_client.config.logger.debug "API called: TransactionCompletionService#complete_partially_offline\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
216
212
  end
217
213
  return data, status_code, headers
218
214
  end
@@ -223,8 +219,8 @@ module Wallee
223
219
  # @param completion
224
220
  # @param [Hash] opts the optional parameters
225
221
  # @return [TransactionCompletion]
226
- def transaction_completion_service_complete_partially_online(space_id, completion, opts = {})
227
- data, _status_code, _headers = transaction_completion_service_complete_partially_online_with_http_info(space_id, completion, opts)
222
+ def complete_partially_online(space_id, completion, opts = {})
223
+ data, _status_code, _headers = complete_partially_online_with_http_info(space_id, completion, opts)
228
224
  return data
229
225
  end
230
226
 
@@ -234,14 +230,14 @@ module Wallee
234
230
  # @param completion
235
231
  # @param [Hash] opts the optional parameters
236
232
  # @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
237
- def transaction_completion_service_complete_partially_online_with_http_info(space_id, completion, opts = {})
233
+ def complete_partially_online_with_http_info(space_id, completion, opts = {})
238
234
  if @api_client.config.debugging
239
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_complete_partially_online ..."
235
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.complete_partially_online ..."
240
236
  end
241
237
  # verify the required parameter 'space_id' is set
242
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_complete_partially_online" if space_id.nil?
238
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.complete_partially_online" if space_id.nil?
243
239
  # verify the required parameter 'completion' is set
244
- fail ArgumentError, "Missing the required parameter 'completion' when calling TransactionCompletionService.transaction_completion_service_complete_partially_online" if completion.nil?
240
+ fail ArgumentError, "Missing the required parameter 'completion' when calling TransactionCompletionService.complete_partially_online" if completion.nil?
245
241
  # resource path
246
242
  local_var_path = "/transaction-completion/completePartiallyOnline".sub('{format}','json')
247
243
 
@@ -274,7 +270,7 @@ module Wallee
274
270
  :auth_names => auth_names,
275
271
  :return_type => 'TransactionCompletion')
276
272
  if @api_client.config.debugging
277
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_complete_partially_online\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
273
+ @api_client.config.logger.debug "API called: TransactionCompletionService#complete_partially_online\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
278
274
  end
279
275
  return data, status_code, headers
280
276
  end
@@ -285,8 +281,8 @@ module Wallee
285
281
  # @param [Hash] opts the optional parameters
286
282
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
287
283
  # @return [Integer]
288
- def transaction_completion_service_count(space_id, opts = {})
289
- data, _status_code, _headers = transaction_completion_service_count_with_http_info(space_id, opts)
284
+ def count(space_id, opts = {})
285
+ data, _status_code, _headers = count_with_http_info(space_id, opts)
290
286
  return data
291
287
  end
292
288
 
@@ -296,12 +292,12 @@ module Wallee
296
292
  # @param [Hash] opts the optional parameters
297
293
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
298
294
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
299
- def transaction_completion_service_count_with_http_info(space_id, opts = {})
295
+ def count_with_http_info(space_id, opts = {})
300
296
  if @api_client.config.debugging
301
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_count ..."
297
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.count ..."
302
298
  end
303
299
  # verify the required parameter 'space_id' is set
304
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_count" if space_id.nil?
300
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.count" if space_id.nil?
305
301
  # resource path
306
302
  local_var_path = "/transaction-completion/count".sub('{format}','json')
307
303
 
@@ -334,7 +330,7 @@ module Wallee
334
330
  :auth_names => auth_names,
335
331
  :return_type => 'Integer')
336
332
  if @api_client.config.debugging
337
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
333
+ @api_client.config.logger.debug "API called: TransactionCompletionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
338
334
  end
339
335
  return data, status_code, headers
340
336
  end
@@ -345,8 +341,8 @@ module Wallee
345
341
  # @param id The id of the transaction completions which should be returned.
346
342
  # @param [Hash] opts the optional parameters
347
343
  # @return [TransactionCompletion]
348
- def transaction_completion_service_read(space_id, id, opts = {})
349
- data, _status_code, _headers = transaction_completion_service_read_with_http_info(space_id, id, opts)
344
+ def read(space_id, id, opts = {})
345
+ data, _status_code, _headers = read_with_http_info(space_id, id, opts)
350
346
  return data
351
347
  end
352
348
 
@@ -356,14 +352,14 @@ module Wallee
356
352
  # @param id The id of the transaction completions which should be returned.
357
353
  # @param [Hash] opts the optional parameters
358
354
  # @return [Array<(TransactionCompletion, Fixnum, Hash)>] TransactionCompletion data, response status code and response headers
359
- def transaction_completion_service_read_with_http_info(space_id, id, opts = {})
355
+ def read_with_http_info(space_id, id, opts = {})
360
356
  if @api_client.config.debugging
361
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_read ..."
357
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.read ..."
362
358
  end
363
359
  # verify the required parameter 'space_id' is set
364
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_read" if space_id.nil?
360
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.read" if space_id.nil?
365
361
  # verify the required parameter 'id' is set
366
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.transaction_completion_service_read" if id.nil?
362
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionCompletionService.read" if id.nil?
367
363
  # resource path
368
364
  local_var_path = "/transaction-completion/read".sub('{format}','json')
369
365
 
@@ -397,7 +393,7 @@ module Wallee
397
393
  :auth_names => auth_names,
398
394
  :return_type => 'TransactionCompletion')
399
395
  if @api_client.config.debugging
400
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
396
+ @api_client.config.logger.debug "API called: TransactionCompletionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
401
397
  end
402
398
  return data, status_code, headers
403
399
  end
@@ -408,8 +404,8 @@ module Wallee
408
404
  # @param query The query restricts the transaction completions which are returned by the search.
409
405
  # @param [Hash] opts the optional parameters
410
406
  # @return [Array<TransactionCompletion>]
411
- def transaction_completion_service_search(space_id, query, opts = {})
412
- data, _status_code, _headers = transaction_completion_service_search_with_http_info(space_id, query, opts)
407
+ def search(space_id, query, opts = {})
408
+ data, _status_code, _headers = search_with_http_info(space_id, query, opts)
413
409
  return data
414
410
  end
415
411
 
@@ -419,14 +415,14 @@ module Wallee
419
415
  # @param query The query restricts the transaction completions which are returned by the search.
420
416
  # @param [Hash] opts the optional parameters
421
417
  # @return [Array<(Array<TransactionCompletion>, Fixnum, Hash)>] Array<TransactionCompletion> data, response status code and response headers
422
- def transaction_completion_service_search_with_http_info(space_id, query, opts = {})
418
+ def search_with_http_info(space_id, query, opts = {})
423
419
  if @api_client.config.debugging
424
- @api_client.config.logger.debug "Calling API: TransactionCompletionService.transaction_completion_service_search ..."
420
+ @api_client.config.logger.debug "Calling API: TransactionCompletionService.search ..."
425
421
  end
426
422
  # verify the required parameter 'space_id' is set
427
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.transaction_completion_service_search" if space_id.nil?
423
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionCompletionService.search" if space_id.nil?
428
424
  # verify the required parameter 'query' is set
429
- fail ArgumentError, "Missing the required parameter 'query' when calling TransactionCompletionService.transaction_completion_service_search" if query.nil?
425
+ fail ArgumentError, "Missing the required parameter 'query' when calling TransactionCompletionService.search" if query.nil?
430
426
  # resource path
431
427
  local_var_path = "/transaction-completion/search".sub('{format}','json')
432
428
 
@@ -459,7 +455,7 @@ module Wallee
459
455
  :auth_names => auth_names,
460
456
  :return_type => 'Array<TransactionCompletion>')
461
457
  if @api_client.config.debugging
462
- @api_client.config.logger.debug "API called: TransactionCompletionService#transaction_completion_service_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
458
+ @api_client.config.logger.debug "API called: TransactionCompletionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
463
459
  end
464
460
  return data, status_code, headers
465
461
  end