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
@@ -0,0 +1,91 @@
1
+ =begin
2
+ The wallee API allows an easy interaction with the wallee web service.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+
16
+ =end
17
+
18
+ require "uri"
19
+
20
+ module Wallee
21
+ class TransactionLightboxService
22
+ attr_accessor :api_client
23
+
24
+ def initialize(api_client = ApiClient.default)
25
+ @api_client = api_client
26
+ end
27
+
28
+ # Build JavaScript URL
29
+ # This operation creates the URL which can be used to embed the JavaScript for handling the Lightbox checkout flow.
30
+ # @param space_id
31
+ # @param id The id of the transaction which should be returned.
32
+ # @param [Hash] opts the optional parameters
33
+ # @return [String]
34
+ def javascript_url(space_id, id, opts = {})
35
+ data, _status_code, _headers = javascript_url_with_http_info(space_id, id, opts)
36
+ return data
37
+ end
38
+
39
+ # Build JavaScript URL
40
+ # This operation creates the URL which can be used to embed the JavaScript for handling the Lightbox checkout flow.
41
+ # @param space_id
42
+ # @param id The id of the transaction which should be returned.
43
+ # @param [Hash] opts the optional parameters
44
+ # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
45
+ def javascript_url_with_http_info(space_id, id, opts = {})
46
+ if @api_client.config.debugging
47
+ @api_client.config.logger.debug "Calling API: TransactionLightboxService.javascript_url ..."
48
+ end
49
+ # verify the required parameter 'space_id' is set
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionLightboxService.javascript_url" if space_id.nil?
51
+ # verify the required parameter 'id' is set
52
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionLightboxService.javascript_url" if id.nil?
53
+ # resource path
54
+ local_var_path = "/transaction-lightbox/javascript-url".sub('{format}','json')
55
+
56
+ # query parameters
57
+ query_params = {}
58
+ query_params[:'spaceId'] = space_id
59
+ query_params[:'id'] = id
60
+
61
+ # header parameters
62
+ header_params = {}
63
+
64
+ # HTTP header 'Accept' (if needed)
65
+ local_header_accept = ['application/json', 'text/plain;charset=utf-8']
66
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
67
+
68
+ # HTTP header 'Content-Type'
69
+ local_header_content_type = []
70
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
71
+
72
+ # form parameters
73
+ form_params = {}
74
+
75
+ # http body (model)
76
+ post_body = nil
77
+ auth_names = []
78
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
79
+ :header_params => header_params,
80
+ :query_params => query_params,
81
+ :form_params => form_params,
82
+ :body => post_body,
83
+ :auth_names => auth_names,
84
+ :return_type => 'String')
85
+ if @api_client.config.debugging
86
+ @api_client.config.logger.debug "API called: TransactionLightboxService#javascript_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
+ end
88
+ return data, status_code, headers
89
+ end
90
+ end
91
+ 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
@@ -34,8 +30,8 @@ module Wallee
34
30
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
35
31
  # @param [Hash] opts the optional parameters
36
32
  # @return [String]
37
- def transaction_mobile_sdk_service_payment_form_url(credentials, opts = {})
38
- data, _status_code, _headers = transaction_mobile_sdk_service_payment_form_url_with_http_info(credentials, opts)
33
+ def payment_form_url(credentials, opts = {})
34
+ data, _status_code, _headers = payment_form_url_with_http_info(credentials, opts)
39
35
  return data
40
36
  end
41
37
 
@@ -44,12 +40,12 @@ module Wallee
44
40
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
45
41
  # @param [Hash] opts the optional parameters
46
42
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
47
- def transaction_mobile_sdk_service_payment_form_url_with_http_info(credentials, opts = {})
43
+ def payment_form_url_with_http_info(credentials, opts = {})
48
44
  if @api_client.config.debugging
49
- @api_client.config.logger.debug "Calling API: TransactionMobileSdkService.transaction_mobile_sdk_service_payment_form_url ..."
45
+ @api_client.config.logger.debug "Calling API: TransactionMobileSdkService.payment_form_url ..."
50
46
  end
51
47
  # verify the required parameter 'credentials' is set
52
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionMobileSdkService.transaction_mobile_sdk_service_payment_form_url" if credentials.nil?
48
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionMobileSdkService.payment_form_url" if credentials.nil?
53
49
  # resource path
54
50
  local_var_path = "/transaction-mobile-sdk/payment-form-url".sub('{format}','json')
55
51
 
@@ -82,7 +78,7 @@ module Wallee
82
78
  :auth_names => auth_names,
83
79
  :return_type => 'String')
84
80
  if @api_client.config.debugging
85
- @api_client.config.logger.debug "API called: TransactionMobileSdkService#transaction_mobile_sdk_service_payment_form_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
81
+ @api_client.config.logger.debug "API called: TransactionMobileSdkService#payment_form_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
82
  end
87
83
  return data, status_code, headers
88
84
  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 returned.
36
32
  # @param [Hash] opts the optional parameters
37
33
  # @return [String]
38
- def transaction_payment_page_service_payment_page_url(space_id, id, opts = {})
39
- data, _status_code, _headers = transaction_payment_page_service_payment_page_url_with_http_info(space_id, id, opts)
34
+ def payment_page_url(space_id, id, opts = {})
35
+ data, _status_code, _headers = payment_page_url_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 returned.
47
43
  # @param [Hash] opts the optional parameters
48
44
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
49
- def transaction_payment_page_service_payment_page_url_with_http_info(space_id, id, opts = {})
45
+ def payment_page_url_with_http_info(space_id, id, opts = {})
50
46
  if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TransactionPaymentPageService.transaction_payment_page_service_payment_page_url ..."
47
+ @api_client.config.logger.debug "Calling API: TransactionPaymentPageService.payment_page_url ..."
52
48
  end
53
49
  # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionPaymentPageService.transaction_payment_page_service_payment_page_url" if space_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionPaymentPageService.payment_page_url" if space_id.nil?
55
51
  # verify the required parameter 'id' is set
56
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionPaymentPageService.transaction_payment_page_service_payment_page_url" if id.nil?
52
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionPaymentPageService.payment_page_url" if id.nil?
57
53
  # resource path
58
54
  local_var_path = "/transaction-payment-page/payment-page-url".sub('{format}','json')
59
55
 
@@ -87,7 +83,7 @@ module Wallee
87
83
  :auth_names => auth_names,
88
84
  :return_type => 'String')
89
85
  if @api_client.config.debugging
90
- @api_client.config.logger.debug "API called: TransactionPaymentPageService#transaction_payment_page_service_payment_page_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ @api_client.config.logger.debug "API called: TransactionPaymentPageService#payment_page_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
87
  end
92
88
  return data, status_code, headers
93
89
  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_model The transaction JSON object to update and confirm.
36
32
  # @param [Hash] opts the optional parameters
37
33
  # @return [Transaction]
38
- def transaction_service_confirm(space_id, transaction_model, opts = {})
39
- data, _status_code, _headers = transaction_service_confirm_with_http_info(space_id, transaction_model, opts)
34
+ def confirm(space_id, transaction_model, opts = {})
35
+ data, _status_code, _headers = confirm_with_http_info(space_id, transaction_model, opts)
40
36
  return data
41
37
  end
42
38
 
@@ -46,14 +42,14 @@ module Wallee
46
42
  # @param transaction_model The transaction JSON object to update and confirm.
47
43
  # @param [Hash] opts the optional parameters
48
44
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
49
- def transaction_service_confirm_with_http_info(space_id, transaction_model, opts = {})
45
+ def confirm_with_http_info(space_id, transaction_model, opts = {})
50
46
  if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_confirm ..."
47
+ @api_client.config.logger.debug "Calling API: TransactionService.confirm ..."
52
48
  end
53
49
  # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_confirm" if space_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.confirm" if space_id.nil?
55
51
  # verify the required parameter 'transaction_model' is set
56
- fail ArgumentError, "Missing the required parameter 'transaction_model' when calling TransactionService.transaction_service_confirm" if transaction_model.nil?
52
+ fail ArgumentError, "Missing the required parameter 'transaction_model' when calling TransactionService.confirm" if transaction_model.nil?
57
53
  # resource path
58
54
  local_var_path = "/transaction/confirm".sub('{format}','json')
59
55
 
@@ -86,7 +82,7 @@ module Wallee
86
82
  :auth_names => auth_names,
87
83
  :return_type => 'Transaction')
88
84
  if @api_client.config.debugging
89
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_confirm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
85
+ @api_client.config.logger.debug "API called: TransactionService#confirm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
90
86
  end
91
87
  return data, status_code, headers
92
88
  end
@@ -97,8 +93,8 @@ module Wallee
97
93
  # @param [Hash] opts the optional parameters
98
94
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
99
95
  # @return [Integer]
100
- def transaction_service_count(space_id, opts = {})
101
- data, _status_code, _headers = transaction_service_count_with_http_info(space_id, opts)
96
+ def count(space_id, opts = {})
97
+ data, _status_code, _headers = count_with_http_info(space_id, opts)
102
98
  return data
103
99
  end
104
100
 
@@ -108,12 +104,12 @@ module Wallee
108
104
  # @param [Hash] opts the optional parameters
109
105
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
110
106
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
111
- def transaction_service_count_with_http_info(space_id, opts = {})
107
+ def count_with_http_info(space_id, opts = {})
112
108
  if @api_client.config.debugging
113
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_count ..."
109
+ @api_client.config.logger.debug "Calling API: TransactionService.count ..."
114
110
  end
115
111
  # verify the required parameter 'space_id' is set
116
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_count" if space_id.nil?
112
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.count" if space_id.nil?
117
113
  # resource path
118
114
  local_var_path = "/transaction/count".sub('{format}','json')
119
115
 
@@ -146,7 +142,7 @@ module Wallee
146
142
  :auth_names => auth_names,
147
143
  :return_type => 'Integer')
148
144
  if @api_client.config.debugging
149
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
145
+ @api_client.config.logger.debug "API called: TransactionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
150
146
  end
151
147
  return data, status_code, headers
152
148
  end
@@ -157,8 +153,8 @@ module Wallee
157
153
  # @param transaction The transaction object which should be created.
158
154
  # @param [Hash] opts the optional parameters
159
155
  # @return [Transaction]
160
- def transaction_service_create(space_id, transaction, opts = {})
161
- data, _status_code, _headers = transaction_service_create_with_http_info(space_id, transaction, opts)
156
+ def create(space_id, transaction, opts = {})
157
+ data, _status_code, _headers = create_with_http_info(space_id, transaction, opts)
162
158
  return data
163
159
  end
164
160
 
@@ -168,14 +164,14 @@ module Wallee
168
164
  # @param transaction The transaction object which should be created.
169
165
  # @param [Hash] opts the optional parameters
170
166
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
171
- def transaction_service_create_with_http_info(space_id, transaction, opts = {})
167
+ def create_with_http_info(space_id, transaction, opts = {})
172
168
  if @api_client.config.debugging
173
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_create ..."
169
+ @api_client.config.logger.debug "Calling API: TransactionService.create ..."
174
170
  end
175
171
  # verify the required parameter 'space_id' is set
176
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_create" if space_id.nil?
172
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create" if space_id.nil?
177
173
  # verify the required parameter 'transaction' is set
178
- fail ArgumentError, "Missing the required parameter 'transaction' when calling TransactionService.transaction_service_create" if transaction.nil?
174
+ fail ArgumentError, "Missing the required parameter 'transaction' when calling TransactionService.create" if transaction.nil?
179
175
  # resource path
180
176
  local_var_path = "/transaction/create".sub('{format}','json')
181
177
 
@@ -208,7 +204,7 @@ module Wallee
208
204
  :auth_names => auth_names,
209
205
  :return_type => 'Transaction')
210
206
  if @api_client.config.debugging
211
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
207
+ @api_client.config.logger.debug "API called: TransactionService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
212
208
  end
213
209
  return data, status_code, headers
214
210
  end
@@ -219,8 +215,8 @@ module Wallee
219
215
  # @param id The id of the transaction which should be returned.
220
216
  # @param [Hash] opts the optional parameters
221
217
  # @return [String]
222
- def transaction_service_create_transaction_credentials(space_id, id, opts = {})
223
- data, _status_code, _headers = transaction_service_create_transaction_credentials_with_http_info(space_id, id, opts)
218
+ def create_transaction_credentials(space_id, id, opts = {})
219
+ data, _status_code, _headers = create_transaction_credentials_with_http_info(space_id, id, opts)
224
220
  return data
225
221
  end
226
222
 
@@ -230,14 +226,14 @@ module Wallee
230
226
  # @param id The id of the transaction which should be returned.
231
227
  # @param [Hash] opts the optional parameters
232
228
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
233
- def transaction_service_create_transaction_credentials_with_http_info(space_id, id, opts = {})
229
+ def create_transaction_credentials_with_http_info(space_id, id, opts = {})
234
230
  if @api_client.config.debugging
235
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_create_transaction_credentials ..."
231
+ @api_client.config.logger.debug "Calling API: TransactionService.create_transaction_credentials ..."
236
232
  end
237
233
  # verify the required parameter 'space_id' is set
238
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_create_transaction_credentials" if space_id.nil?
234
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.create_transaction_credentials" if space_id.nil?
239
235
  # verify the required parameter 'id' is set
240
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_create_transaction_credentials" if id.nil?
236
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.create_transaction_credentials" if id.nil?
241
237
  # resource path
242
238
  local_var_path = "/transaction/createTransactionCredentials".sub('{format}','json')
243
239
 
@@ -271,7 +267,7 @@ module Wallee
271
267
  :auth_names => auth_names,
272
268
  :return_type => 'String')
273
269
  if @api_client.config.debugging
274
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_create_transaction_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
270
+ @api_client.config.logger.debug "API called: TransactionService#create_transaction_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
275
271
  end
276
272
  return data, status_code, headers
277
273
  end
@@ -282,8 +278,8 @@ module Wallee
282
278
  # @param token_id The token ID will be used to find the token which should be removed.
283
279
  # @param [Hash] opts the optional parameters
284
280
  # @return [nil]
285
- def transaction_service_delete_one_click_token_with_credentials(credentials, token_id, opts = {})
286
- transaction_service_delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts)
281
+ def delete_one_click_token_with_credentials(credentials, token_id, opts = {})
282
+ delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts)
287
283
  return nil
288
284
  end
289
285
 
@@ -293,14 +289,14 @@ module Wallee
293
289
  # @param token_id The token ID will be used to find the token which should be removed.
294
290
  # @param [Hash] opts the optional parameters
295
291
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
296
- def transaction_service_delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts = {})
292
+ def delete_one_click_token_with_credentials_with_http_info(credentials, token_id, opts = {})
297
293
  if @api_client.config.debugging
298
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_delete_one_click_token_with_credentials ..."
294
+ @api_client.config.logger.debug "Calling API: TransactionService.delete_one_click_token_with_credentials ..."
299
295
  end
300
296
  # verify the required parameter 'credentials' is set
301
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_delete_one_click_token_with_credentials" if credentials.nil?
297
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.delete_one_click_token_with_credentials" if credentials.nil?
302
298
  # verify the required parameter 'token_id' is set
303
- fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.transaction_service_delete_one_click_token_with_credentials" if token_id.nil?
299
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.delete_one_click_token_with_credentials" if token_id.nil?
304
300
  # resource path
305
301
  local_var_path = "/transaction/deleteOneClickTokenWithCredentials".sub('{format}','json')
306
302
 
@@ -333,7 +329,7 @@ module Wallee
333
329
  :body => post_body,
334
330
  :auth_names => auth_names)
335
331
  if @api_client.config.debugging
336
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_delete_one_click_token_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
332
+ @api_client.config.logger.debug "API called: TransactionService#delete_one_click_token_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
337
333
  end
338
334
  return data, status_code, headers
339
335
  end
@@ -344,8 +340,8 @@ module Wallee
344
340
  # @param request The request controls the entries which are exported.
345
341
  # @param [Hash] opts the optional parameters
346
342
  # @return [String]
347
- def transaction_service_export(space_id, request, opts = {})
348
- data, _status_code, _headers = transaction_service_export_with_http_info(space_id, request, opts)
343
+ def export(space_id, request, opts = {})
344
+ data, _status_code, _headers = export_with_http_info(space_id, request, opts)
349
345
  return data
350
346
  end
351
347
 
@@ -355,14 +351,14 @@ module Wallee
355
351
  # @param request The request controls the entries which are exported.
356
352
  # @param [Hash] opts the optional parameters
357
353
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
358
- def transaction_service_export_with_http_info(space_id, request, opts = {})
354
+ def export_with_http_info(space_id, request, opts = {})
359
355
  if @api_client.config.debugging
360
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_export ..."
356
+ @api_client.config.logger.debug "Calling API: TransactionService.export ..."
361
357
  end
362
358
  # verify the required parameter 'space_id' is set
363
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_export" if space_id.nil?
359
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.export" if space_id.nil?
364
360
  # verify the required parameter 'request' is set
365
- fail ArgumentError, "Missing the required parameter 'request' when calling TransactionService.transaction_service_export" if request.nil?
361
+ fail ArgumentError, "Missing the required parameter 'request' when calling TransactionService.export" if request.nil?
366
362
  # resource path
367
363
  local_var_path = "/transaction/export".sub('{format}','json')
368
364
 
@@ -395,7 +391,7 @@ module Wallee
395
391
  :auth_names => auth_names,
396
392
  :return_type => 'String')
397
393
  if @api_client.config.debugging
398
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
394
+ @api_client.config.logger.debug "API called: TransactionService#export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
399
395
  end
400
396
  return data, status_code, headers
401
397
  end
@@ -405,8 +401,8 @@ module Wallee
405
401
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
406
402
  # @param [Hash] opts the optional parameters
407
403
  # @return [Array<TokenVersion>]
408
- def transaction_service_fetch_one_click_tokens_with_credentials(credentials, opts = {})
409
- data, _status_code, _headers = transaction_service_fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts)
404
+ def fetch_one_click_tokens_with_credentials(credentials, opts = {})
405
+ data, _status_code, _headers = fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts)
410
406
  return data
411
407
  end
412
408
 
@@ -415,12 +411,12 @@ module Wallee
415
411
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
416
412
  # @param [Hash] opts the optional parameters
417
413
  # @return [Array<(Array<TokenVersion>, Fixnum, Hash)>] Array<TokenVersion> data, response status code and response headers
418
- def transaction_service_fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts = {})
414
+ def fetch_one_click_tokens_with_credentials_with_http_info(credentials, opts = {})
419
415
  if @api_client.config.debugging
420
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_fetch_one_click_tokens_with_credentials ..."
416
+ @api_client.config.logger.debug "Calling API: TransactionService.fetch_one_click_tokens_with_credentials ..."
421
417
  end
422
418
  # verify the required parameter 'credentials' is set
423
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_fetch_one_click_tokens_with_credentials" if credentials.nil?
419
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_one_click_tokens_with_credentials" if credentials.nil?
424
420
  # resource path
425
421
  local_var_path = "/transaction/fetchOneClickTokensWithCredentials".sub('{format}','json')
426
422
 
@@ -453,7 +449,7 @@ module Wallee
453
449
  :auth_names => auth_names,
454
450
  :return_type => 'Array<TokenVersion>')
455
451
  if @api_client.config.debugging
456
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_fetch_one_click_tokens_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
452
+ @api_client.config.logger.debug "API called: TransactionService#fetch_one_click_tokens_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
457
453
  end
458
454
  return data, status_code, headers
459
455
  end
@@ -462,10 +458,11 @@ module Wallee
462
458
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
463
459
  # @param space_id
464
460
  # @param id The id of the transaction which should be returned.
461
+ # @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
465
462
  # @param [Hash] opts the optional parameters
466
463
  # @return [Array<PaymentMethodConfiguration>]
467
- def transaction_service_fetch_possible_payment_methods(space_id, id, opts = {})
468
- data, _status_code, _headers = transaction_service_fetch_possible_payment_methods_with_http_info(space_id, id, opts)
464
+ def fetch_payment_methods(space_id, id, integration_mode, opts = {})
465
+ data, _status_code, _headers = fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts)
469
466
  return data
470
467
  end
471
468
 
@@ -473,23 +470,27 @@ module Wallee
473
470
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
474
471
  # @param space_id
475
472
  # @param id The id of the transaction which should be returned.
473
+ # @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
476
474
  # @param [Hash] opts the optional parameters
477
475
  # @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
478
- def transaction_service_fetch_possible_payment_methods_with_http_info(space_id, id, opts = {})
476
+ def fetch_payment_methods_with_http_info(space_id, id, integration_mode, opts = {})
479
477
  if @api_client.config.debugging
480
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_fetch_possible_payment_methods ..."
478
+ @api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods ..."
481
479
  end
482
480
  # verify the required parameter 'space_id' is set
483
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_fetch_possible_payment_methods" if space_id.nil?
481
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.fetch_payment_methods" if space_id.nil?
484
482
  # verify the required parameter 'id' is set
485
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_fetch_possible_payment_methods" if id.nil?
483
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.fetch_payment_methods" if id.nil?
484
+ # verify the required parameter 'integration_mode' is set
485
+ fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods" if integration_mode.nil?
486
486
  # resource path
487
- local_var_path = "/transaction/fetchPossiblePaymentMethods".sub('{format}','json')
487
+ local_var_path = "/transaction/fetch-payment-methods".sub('{format}','json')
488
488
 
489
489
  # query parameters
490
490
  query_params = {}
491
491
  query_params[:'spaceId'] = space_id
492
492
  query_params[:'id'] = id
493
+ query_params[:'integrationMode'] = integration_mode
493
494
 
494
495
  # header parameters
495
496
  header_params = {}
@@ -516,7 +517,7 @@ module Wallee
516
517
  :auth_names => auth_names,
517
518
  :return_type => 'Array<PaymentMethodConfiguration>')
518
519
  if @api_client.config.debugging
519
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_fetch_possible_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
520
+ @api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
520
521
  end
521
522
  return data, status_code, headers
522
523
  end
@@ -524,30 +525,35 @@ module Wallee
524
525
  # Fetch Possible Payment Methods with Credentials
525
526
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
526
527
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
528
+ # @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
527
529
  # @param [Hash] opts the optional parameters
528
530
  # @return [Array<PaymentMethodConfiguration>]
529
- def transaction_service_fetch_possible_payment_methods_with_credentials(credentials, opts = {})
530
- data, _status_code, _headers = transaction_service_fetch_possible_payment_methods_with_credentials_with_http_info(credentials, opts)
531
+ def fetch_payment_methods_with_credentials(credentials, integration_mode, opts = {})
532
+ data, _status_code, _headers = fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts)
531
533
  return data
532
534
  end
533
535
 
534
536
  # Fetch Possible Payment Methods with Credentials
535
537
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
536
538
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
539
+ # @param integration_mode The integration mode defines the type of integration that is applied on the transaction.
537
540
  # @param [Hash] opts the optional parameters
538
541
  # @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
539
- def transaction_service_fetch_possible_payment_methods_with_credentials_with_http_info(credentials, opts = {})
542
+ def fetch_payment_methods_with_credentials_with_http_info(credentials, integration_mode, opts = {})
540
543
  if @api_client.config.debugging
541
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_fetch_possible_payment_methods_with_credentials ..."
544
+ @api_client.config.logger.debug "Calling API: TransactionService.fetch_payment_methods_with_credentials ..."
542
545
  end
543
546
  # verify the required parameter 'credentials' is set
544
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_fetch_possible_payment_methods_with_credentials" if credentials.nil?
547
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.fetch_payment_methods_with_credentials" if credentials.nil?
548
+ # verify the required parameter 'integration_mode' is set
549
+ fail ArgumentError, "Missing the required parameter 'integration_mode' when calling TransactionService.fetch_payment_methods_with_credentials" if integration_mode.nil?
545
550
  # resource path
546
- local_var_path = "/transaction/fetchPossiblePaymentMethodsWithCredentials".sub('{format}','json')
551
+ local_var_path = "/transaction/fetch-payment-methods-with-credentials".sub('{format}','json')
547
552
 
548
553
  # query parameters
549
554
  query_params = {}
550
555
  query_params[:'credentials'] = credentials
556
+ query_params[:'integrationMode'] = integration_mode
551
557
 
552
558
  # header parameters
553
559
  header_params = {}
@@ -574,7 +580,7 @@ module Wallee
574
580
  :auth_names => auth_names,
575
581
  :return_type => 'Array<PaymentMethodConfiguration>')
576
582
  if @api_client.config.debugging
577
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_fetch_possible_payment_methods_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
583
+ @api_client.config.logger.debug "API called: TransactionService#fetch_payment_methods_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
578
584
  end
579
585
  return data, status_code, headers
580
586
  end
@@ -585,8 +591,8 @@ module Wallee
585
591
  # @param id The id of the transaction to get the invoice document for.
586
592
  # @param [Hash] opts the optional parameters
587
593
  # @return [RenderedDocument]
588
- def transaction_service_get_invoice_document(space_id, id, opts = {})
589
- data, _status_code, _headers = transaction_service_get_invoice_document_with_http_info(space_id, id, opts)
594
+ def get_invoice_document(space_id, id, opts = {})
595
+ data, _status_code, _headers = get_invoice_document_with_http_info(space_id, id, opts)
590
596
  return data
591
597
  end
592
598
 
@@ -596,14 +602,14 @@ module Wallee
596
602
  # @param id The id of the transaction to get the invoice document for.
597
603
  # @param [Hash] opts the optional parameters
598
604
  # @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
599
- def transaction_service_get_invoice_document_with_http_info(space_id, id, opts = {})
605
+ def get_invoice_document_with_http_info(space_id, id, opts = {})
600
606
  if @api_client.config.debugging
601
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_get_invoice_document ..."
607
+ @api_client.config.logger.debug "Calling API: TransactionService.get_invoice_document ..."
602
608
  end
603
609
  # verify the required parameter 'space_id' is set
604
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_get_invoice_document" if space_id.nil?
610
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_invoice_document" if space_id.nil?
605
611
  # verify the required parameter 'id' is set
606
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_get_invoice_document" if id.nil?
612
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_invoice_document" if id.nil?
607
613
  # resource path
608
614
  local_var_path = "/transaction/getInvoiceDocument".sub('{format}','json')
609
615
 
@@ -637,7 +643,7 @@ module Wallee
637
643
  :auth_names => auth_names,
638
644
  :return_type => 'RenderedDocument')
639
645
  if @api_client.config.debugging
640
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_get_invoice_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
646
+ @api_client.config.logger.debug "API called: TransactionService#get_invoice_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
641
647
  end
642
648
  return data, status_code, headers
643
649
  end
@@ -648,8 +654,8 @@ module Wallee
648
654
  # @param id The id of the transaction to get the latest line item version for.
649
655
  # @param [Hash] opts the optional parameters
650
656
  # @return [TransactionLineItemVersion]
651
- def transaction_service_get_latest_transaction_line_item_version(space_id, id, opts = {})
652
- data, _status_code, _headers = transaction_service_get_latest_transaction_line_item_version_with_http_info(space_id, id, opts)
657
+ def get_latest_transaction_line_item_version(space_id, id, opts = {})
658
+ data, _status_code, _headers = get_latest_transaction_line_item_version_with_http_info(space_id, id, opts)
653
659
  return data
654
660
  end
655
661
 
@@ -659,14 +665,14 @@ module Wallee
659
665
  # @param id The id of the transaction to get the latest line item version for.
660
666
  # @param [Hash] opts the optional parameters
661
667
  # @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
662
- def transaction_service_get_latest_transaction_line_item_version_with_http_info(space_id, id, opts = {})
668
+ def get_latest_transaction_line_item_version_with_http_info(space_id, id, opts = {})
663
669
  if @api_client.config.debugging
664
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_get_latest_transaction_line_item_version ..."
670
+ @api_client.config.logger.debug "Calling API: TransactionService.get_latest_transaction_line_item_version ..."
665
671
  end
666
672
  # verify the required parameter 'space_id' is set
667
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_get_latest_transaction_line_item_version" if space_id.nil?
673
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_latest_transaction_line_item_version" if space_id.nil?
668
674
  # verify the required parameter 'id' is set
669
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_get_latest_transaction_line_item_version" if id.nil?
675
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_latest_transaction_line_item_version" if id.nil?
670
676
  # resource path
671
677
  local_var_path = "/transaction/getLatestTransactionLineItemVersion".sub('{format}','json')
672
678
 
@@ -700,7 +706,7 @@ module Wallee
700
706
  :auth_names => auth_names,
701
707
  :return_type => 'TransactionLineItemVersion')
702
708
  if @api_client.config.debugging
703
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_get_latest_transaction_line_item_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
709
+ @api_client.config.logger.debug "API called: TransactionService#get_latest_transaction_line_item_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
704
710
  end
705
711
  return data, status_code, headers
706
712
  end
@@ -711,8 +717,8 @@ module Wallee
711
717
  # @param id The id of the transaction to get the packing slip for.
712
718
  # @param [Hash] opts the optional parameters
713
719
  # @return [RenderedDocument]
714
- def transaction_service_get_packing_slip(space_id, id, opts = {})
715
- data, _status_code, _headers = transaction_service_get_packing_slip_with_http_info(space_id, id, opts)
720
+ def get_packing_slip(space_id, id, opts = {})
721
+ data, _status_code, _headers = get_packing_slip_with_http_info(space_id, id, opts)
716
722
  return data
717
723
  end
718
724
 
@@ -722,14 +728,14 @@ module Wallee
722
728
  # @param id The id of the transaction to get the packing slip for.
723
729
  # @param [Hash] opts the optional parameters
724
730
  # @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
725
- def transaction_service_get_packing_slip_with_http_info(space_id, id, opts = {})
731
+ def get_packing_slip_with_http_info(space_id, id, opts = {})
726
732
  if @api_client.config.debugging
727
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_get_packing_slip ..."
733
+ @api_client.config.logger.debug "Calling API: TransactionService.get_packing_slip ..."
728
734
  end
729
735
  # verify the required parameter 'space_id' is set
730
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_get_packing_slip" if space_id.nil?
736
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.get_packing_slip" if space_id.nil?
731
737
  # verify the required parameter 'id' is set
732
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_get_packing_slip" if id.nil?
738
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.get_packing_slip" if id.nil?
733
739
  # resource path
734
740
  local_var_path = "/transaction/getPackingSlip".sub('{format}','json')
735
741
 
@@ -763,7 +769,7 @@ module Wallee
763
769
  :auth_names => auth_names,
764
770
  :return_type => 'RenderedDocument')
765
771
  if @api_client.config.debugging
766
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_get_packing_slip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
772
+ @api_client.config.logger.debug "API called: TransactionService#get_packing_slip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
767
773
  end
768
774
  return data, status_code, headers
769
775
  end
@@ -774,8 +780,8 @@ module Wallee
774
780
  # @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
775
781
  # @param [Hash] opts the optional parameters
776
782
  # @return [String]
777
- def transaction_service_process_one_click_token_and_redirect_with_credentials(credentials, token_id, opts = {})
778
- data, _status_code, _headers = transaction_service_process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts)
783
+ def process_one_click_token_and_redirect_with_credentials(credentials, token_id, opts = {})
784
+ data, _status_code, _headers = process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts)
779
785
  return data
780
786
  end
781
787
 
@@ -785,14 +791,14 @@ module Wallee
785
791
  # @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
786
792
  # @param [Hash] opts the optional parameters
787
793
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
788
- def transaction_service_process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts = {})
794
+ def process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts = {})
789
795
  if @api_client.config.debugging
790
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_process_one_click_token_and_redirect_with_credentials ..."
796
+ @api_client.config.logger.debug "Calling API: TransactionService.process_one_click_token_and_redirect_with_credentials ..."
791
797
  end
792
798
  # verify the required parameter 'credentials' is set
793
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_process_one_click_token_and_redirect_with_credentials" if credentials.nil?
799
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if credentials.nil?
794
800
  # verify the required parameter 'token_id' is set
795
- fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.transaction_service_process_one_click_token_and_redirect_with_credentials" if token_id.nil?
801
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.process_one_click_token_and_redirect_with_credentials" if token_id.nil?
796
802
  # resource path
797
803
  local_var_path = "/transaction/processOneClickTokenAndRedirectWithCredentials".sub('{format}','json')
798
804
 
@@ -826,7 +832,7 @@ module Wallee
826
832
  :auth_names => auth_names,
827
833
  :return_type => 'String')
828
834
  if @api_client.config.debugging
829
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_process_one_click_token_and_redirect_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
835
+ @api_client.config.logger.debug "API called: TransactionService#process_one_click_token_and_redirect_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
830
836
  end
831
837
  return data, status_code, headers
832
838
  end
@@ -837,8 +843,8 @@ module Wallee
837
843
  # @param id The id of the transaction which should be processed.
838
844
  # @param [Hash] opts the optional parameters
839
845
  # @return [Transaction]
840
- def transaction_service_process_without_user_interaction(space_id, id, opts = {})
841
- data, _status_code, _headers = transaction_service_process_without_user_interaction_with_http_info(space_id, id, opts)
846
+ def process_without_user_interaction(space_id, id, opts = {})
847
+ data, _status_code, _headers = process_without_user_interaction_with_http_info(space_id, id, opts)
842
848
  return data
843
849
  end
844
850
 
@@ -848,14 +854,14 @@ module Wallee
848
854
  # @param id The id of the transaction which should be processed.
849
855
  # @param [Hash] opts the optional parameters
850
856
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
851
- def transaction_service_process_without_user_interaction_with_http_info(space_id, id, opts = {})
857
+ def process_without_user_interaction_with_http_info(space_id, id, opts = {})
852
858
  if @api_client.config.debugging
853
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_process_without_user_interaction ..."
859
+ @api_client.config.logger.debug "Calling API: TransactionService.process_without_user_interaction ..."
854
860
  end
855
861
  # verify the required parameter 'space_id' is set
856
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_process_without_user_interaction" if space_id.nil?
862
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.process_without_user_interaction" if space_id.nil?
857
863
  # verify the required parameter 'id' is set
858
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_process_without_user_interaction" if id.nil?
864
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.process_without_user_interaction" if id.nil?
859
865
  # resource path
860
866
  local_var_path = "/transaction/processWithoutUserInteraction".sub('{format}','json')
861
867
 
@@ -889,7 +895,7 @@ module Wallee
889
895
  :auth_names => auth_names,
890
896
  :return_type => 'Transaction')
891
897
  if @api_client.config.debugging
892
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_process_without_user_interaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
898
+ @api_client.config.logger.debug "API called: TransactionService#process_without_user_interaction\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
893
899
  end
894
900
  return data, status_code, headers
895
901
  end
@@ -900,8 +906,8 @@ module Wallee
900
906
  # @param id The id of the transaction which should be returned.
901
907
  # @param [Hash] opts the optional parameters
902
908
  # @return [Transaction]
903
- def transaction_service_read(space_id, id, opts = {})
904
- data, _status_code, _headers = transaction_service_read_with_http_info(space_id, id, opts)
909
+ def read(space_id, id, opts = {})
910
+ data, _status_code, _headers = read_with_http_info(space_id, id, opts)
905
911
  return data
906
912
  end
907
913
 
@@ -911,14 +917,14 @@ module Wallee
911
917
  # @param id The id of the transaction which should be returned.
912
918
  # @param [Hash] opts the optional parameters
913
919
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
914
- def transaction_service_read_with_http_info(space_id, id, opts = {})
920
+ def read_with_http_info(space_id, id, opts = {})
915
921
  if @api_client.config.debugging
916
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_read ..."
922
+ @api_client.config.logger.debug "Calling API: TransactionService.read ..."
917
923
  end
918
924
  # verify the required parameter 'space_id' is set
919
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_read" if space_id.nil?
925
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.read" if space_id.nil?
920
926
  # verify the required parameter 'id' is set
921
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_read" if id.nil?
927
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.read" if id.nil?
922
928
  # resource path
923
929
  local_var_path = "/transaction/read".sub('{format}','json')
924
930
 
@@ -952,7 +958,7 @@ module Wallee
952
958
  :auth_names => auth_names,
953
959
  :return_type => 'Transaction')
954
960
  if @api_client.config.debugging
955
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
961
+ @api_client.config.logger.debug "API called: TransactionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
956
962
  end
957
963
  return data, status_code, headers
958
964
  end
@@ -962,8 +968,8 @@ module Wallee
962
968
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
963
969
  # @param [Hash] opts the optional parameters
964
970
  # @return [Transaction]
965
- def transaction_service_read_with_credentials(credentials, opts = {})
966
- data, _status_code, _headers = transaction_service_read_with_credentials_with_http_info(credentials, opts)
971
+ def read_with_credentials(credentials, opts = {})
972
+ data, _status_code, _headers = read_with_credentials_with_http_info(credentials, opts)
967
973
  return data
968
974
  end
969
975
 
@@ -972,12 +978,12 @@ module Wallee
972
978
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
973
979
  # @param [Hash] opts the optional parameters
974
980
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
975
- def transaction_service_read_with_credentials_with_http_info(credentials, opts = {})
981
+ def read_with_credentials_with_http_info(credentials, opts = {})
976
982
  if @api_client.config.debugging
977
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_read_with_credentials ..."
983
+ @api_client.config.logger.debug "Calling API: TransactionService.read_with_credentials ..."
978
984
  end
979
985
  # verify the required parameter 'credentials' is set
980
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_read_with_credentials" if credentials.nil?
986
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.read_with_credentials" if credentials.nil?
981
987
  # resource path
982
988
  local_var_path = "/transaction/readWithCredentials".sub('{format}','json')
983
989
 
@@ -1010,7 +1016,7 @@ module Wallee
1010
1016
  :auth_names => auth_names,
1011
1017
  :return_type => 'Transaction')
1012
1018
  if @api_client.config.debugging
1013
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_read_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1019
+ @api_client.config.logger.debug "API called: TransactionService#read_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1014
1020
  end
1015
1021
  return data, status_code, headers
1016
1022
  end
@@ -1021,8 +1027,8 @@ module Wallee
1021
1027
  # @param query The query restricts the transactions which are returned by the search.
1022
1028
  # @param [Hash] opts the optional parameters
1023
1029
  # @return [Array<Transaction>]
1024
- def transaction_service_search(space_id, query, opts = {})
1025
- data, _status_code, _headers = transaction_service_search_with_http_info(space_id, query, opts)
1030
+ def search(space_id, query, opts = {})
1031
+ data, _status_code, _headers = search_with_http_info(space_id, query, opts)
1026
1032
  return data
1027
1033
  end
1028
1034
 
@@ -1032,14 +1038,14 @@ module Wallee
1032
1038
  # @param query The query restricts the transactions which are returned by the search.
1033
1039
  # @param [Hash] opts the optional parameters
1034
1040
  # @return [Array<(Array<Transaction>, Fixnum, Hash)>] Array<Transaction> data, response status code and response headers
1035
- def transaction_service_search_with_http_info(space_id, query, opts = {})
1041
+ def search_with_http_info(space_id, query, opts = {})
1036
1042
  if @api_client.config.debugging
1037
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_search ..."
1043
+ @api_client.config.logger.debug "Calling API: TransactionService.search ..."
1038
1044
  end
1039
1045
  # verify the required parameter 'space_id' is set
1040
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_search" if space_id.nil?
1046
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.search" if space_id.nil?
1041
1047
  # verify the required parameter 'query' is set
1042
- fail ArgumentError, "Missing the required parameter 'query' when calling TransactionService.transaction_service_search" if query.nil?
1048
+ fail ArgumentError, "Missing the required parameter 'query' when calling TransactionService.search" if query.nil?
1043
1049
  # resource path
1044
1050
  local_var_path = "/transaction/search".sub('{format}','json')
1045
1051
 
@@ -1072,7 +1078,7 @@ module Wallee
1072
1078
  :auth_names => auth_names,
1073
1079
  :return_type => 'Array<Transaction>')
1074
1080
  if @api_client.config.debugging
1075
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1081
+ @api_client.config.logger.debug "API called: TransactionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1076
1082
  end
1077
1083
  return data, status_code, headers
1078
1084
  end
@@ -1083,8 +1089,8 @@ module Wallee
1083
1089
  # @param entity The transaction object with the properties which should be updated.
1084
1090
  # @param [Hash] opts the optional parameters
1085
1091
  # @return [Transaction]
1086
- def transaction_service_update(space_id, entity, opts = {})
1087
- data, _status_code, _headers = transaction_service_update_with_http_info(space_id, entity, opts)
1092
+ def update(space_id, entity, opts = {})
1093
+ data, _status_code, _headers = update_with_http_info(space_id, entity, opts)
1088
1094
  return data
1089
1095
  end
1090
1096
 
@@ -1094,14 +1100,14 @@ module Wallee
1094
1100
  # @param entity The transaction object with the properties which should be updated.
1095
1101
  # @param [Hash] opts the optional parameters
1096
1102
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
1097
- def transaction_service_update_with_http_info(space_id, entity, opts = {})
1103
+ def update_with_http_info(space_id, entity, opts = {})
1098
1104
  if @api_client.config.debugging
1099
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_update ..."
1105
+ @api_client.config.logger.debug "Calling API: TransactionService.update ..."
1100
1106
  end
1101
1107
  # verify the required parameter 'space_id' is set
1102
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_update" if space_id.nil?
1108
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.update" if space_id.nil?
1103
1109
  # verify the required parameter 'entity' is set
1104
- fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionService.transaction_service_update" if entity.nil?
1110
+ fail ArgumentError, "Missing the required parameter 'entity' when calling TransactionService.update" if entity.nil?
1105
1111
  # resource path
1106
1112
  local_var_path = "/transaction/update".sub('{format}','json')
1107
1113
 
@@ -1134,7 +1140,7 @@ module Wallee
1134
1140
  :auth_names => auth_names,
1135
1141
  :return_type => 'Transaction')
1136
1142
  if @api_client.config.debugging
1137
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1143
+ @api_client.config.logger.debug "API called: TransactionService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1138
1144
  end
1139
1145
  return data, status_code, headers
1140
1146
  end
@@ -1145,8 +1151,8 @@ module Wallee
1145
1151
  # @param update_request
1146
1152
  # @param [Hash] opts the optional parameters
1147
1153
  # @return [TransactionLineItemVersion]
1148
- def transaction_service_update_transaction_line_items(space_id, update_request, opts = {})
1149
- data, _status_code, _headers = transaction_service_update_transaction_line_items_with_http_info(space_id, update_request, opts)
1154
+ def update_transaction_line_items(space_id, update_request, opts = {})
1155
+ data, _status_code, _headers = update_transaction_line_items_with_http_info(space_id, update_request, opts)
1150
1156
  return data
1151
1157
  end
1152
1158
 
@@ -1156,14 +1162,14 @@ module Wallee
1156
1162
  # @param update_request
1157
1163
  # @param [Hash] opts the optional parameters
1158
1164
  # @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
1159
- def transaction_service_update_transaction_line_items_with_http_info(space_id, update_request, opts = {})
1165
+ def update_transaction_line_items_with_http_info(space_id, update_request, opts = {})
1160
1166
  if @api_client.config.debugging
1161
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_update_transaction_line_items ..."
1167
+ @api_client.config.logger.debug "Calling API: TransactionService.update_transaction_line_items ..."
1162
1168
  end
1163
1169
  # verify the required parameter 'space_id' is set
1164
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_update_transaction_line_items" if space_id.nil?
1170
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.update_transaction_line_items" if space_id.nil?
1165
1171
  # verify the required parameter 'update_request' is set
1166
- fail ArgumentError, "Missing the required parameter 'update_request' when calling TransactionService.transaction_service_update_transaction_line_items" if update_request.nil?
1172
+ fail ArgumentError, "Missing the required parameter 'update_request' when calling TransactionService.update_transaction_line_items" if update_request.nil?
1167
1173
  # resource path
1168
1174
  local_var_path = "/transaction/updateTransactionLineItems".sub('{format}','json')
1169
1175
 
@@ -1196,7 +1202,7 @@ module Wallee
1196
1202
  :auth_names => auth_names,
1197
1203
  :return_type => 'TransactionLineItemVersion')
1198
1204
  if @api_client.config.debugging
1199
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_update_transaction_line_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1205
+ @api_client.config.logger.debug "API called: TransactionService#update_transaction_line_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1200
1206
  end
1201
1207
  return data, status_code, headers
1202
1208
  end