wallee-ruby-sdk 1.0.3 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (515) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE +1 -1
  4. data/README.md +101 -38
  5. data/lib/wallee-ruby-sdk.rb +274 -118
  6. data/lib/wallee-ruby-sdk/{services → api}/account_service_api.rb +35 -39
  7. data/lib/wallee-ruby-sdk/{services → api}/application_user_service_api.rb +35 -39
  8. data/lib/wallee-ruby-sdk/api/bank_account_service_api.rb +213 -0
  9. data/lib/wallee-ruby-sdk/{services/email_template_service_api.rb → api/bank_transaction_service_api.rb} +36 -40
  10. data/lib/wallee-ruby-sdk/{services → api}/card_processing_service_api.rb +20 -24
  11. data/lib/wallee-ruby-sdk/{services → api}/charge_attempt_service_api.rb +20 -24
  12. data/lib/wallee-ruby-sdk/api/charge_bank_transaction_service_api.rb +213 -0
  13. data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
  14. data/lib/wallee-ruby-sdk/{services → api}/charge_flow_level_service_api.rb +27 -31
  15. data/lib/wallee-ruby-sdk/{services → api}/charge_flow_service_api.rb +36 -40
  16. data/lib/wallee-ruby-sdk/{services → api}/condition_type_service_api.rb +11 -15
  17. data/lib/wallee-ruby-sdk/{services → api}/country_service_api.rb +5 -9
  18. data/lib/wallee-ruby-sdk/{services → api}/country_state_service_api.rb +11 -15
  19. data/lib/wallee-ruby-sdk/api/currency_bank_account_service_api.rb +213 -0
  20. data/lib/wallee-ruby-sdk/{services → api}/currency_service_api.rb +5 -9
  21. data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
  22. data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
  23. data/lib/wallee-ruby-sdk/{services/token_service_api.rb → api/customer_service_api.rb} +68 -72
  24. data/lib/wallee-ruby-sdk/{services → api}/debt_collection_case_service_api.rb +87 -91
  25. data/lib/wallee-ruby-sdk/{services → api}/debt_collector_configuration_service_api.rb +20 -24
  26. data/lib/wallee-ruby-sdk/{services → api}/debt_collector_service_api.rb +11 -15
  27. data/lib/wallee-ruby-sdk/{services → api}/delivery_indication_service_api.rb +34 -38
  28. data/lib/wallee-ruby-sdk/{services → api}/document_template_service_api.rb +20 -24
  29. data/lib/wallee-ruby-sdk/{services → api}/document_template_type_service_api.rb +11 -15
  30. data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
  31. data/lib/wallee-ruby-sdk/{services → api}/human_user_service_api.rb +41 -45
  32. data/lib/wallee-ruby-sdk/{services → api}/installment_payment_service_api.rb +29 -33
  33. data/lib/wallee-ruby-sdk/{services → api}/installment_payment_slice_service_api.rb +21 -25
  34. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_calculation_service_api.rb +7 -11
  35. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_configuration_service_api.rb +21 -25
  36. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_slice_configuration_service_api.rb +21 -25
  37. data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
  38. data/lib/wallee-ruby-sdk/{services → api}/label_description_group_service_api.rb +11 -15
  39. data/lib/wallee-ruby-sdk/{services → api}/label_description_service_api.rb +11 -15
  40. data/lib/wallee-ruby-sdk/{services → api}/language_service_api.rb +5 -9
  41. data/lib/wallee-ruby-sdk/{services → api}/legal_organization_form_service_api.rb +17 -21
  42. data/lib/wallee-ruby-sdk/{services → api}/manual_task_service_api.rb +20 -24
  43. data/lib/wallee-ruby-sdk/{services → api}/mertic_usage_service_api.rb +8 -12
  44. data/lib/wallee-ruby-sdk/{services → api}/payment_connector_configuration_service_api.rb +20 -24
  45. data/lib/wallee-ruby-sdk/{services → api}/payment_connector_service_api.rb +11 -15
  46. data/lib/wallee-ruby-sdk/{services → api}/payment_link_service_api.rb +41 -45
  47. data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
  48. data/lib/wallee-ruby-sdk/{services → api}/payment_method_configuration_service_api.rb +20 -24
  49. data/lib/wallee-ruby-sdk/{services → api}/payment_method_service_api.rb +11 -15
  50. data/lib/wallee-ruby-sdk/{services → api}/payment_processor_configuration_service_api.rb +20 -24
  51. data/lib/wallee-ruby-sdk/{services → api}/payment_processor_service_api.rb +11 -15
  52. data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
  53. data/lib/wallee-ruby-sdk/api/payment_terminal_till_service_api.rb +170 -0
  54. data/lib/wallee-ruby-sdk/{services → api}/permission_service_api.rb +11 -15
  55. data/lib/wallee-ruby-sdk/api/refund_bank_transaction_service_api.rb +213 -0
  56. data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +464 -0
  57. data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
  58. data/lib/wallee-ruby-sdk/{services → api}/refund_service_api.rb +117 -53
  59. data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
  60. data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +275 -0
  61. data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
  62. data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +466 -0
  63. data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
  64. data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
  65. data/lib/wallee-ruby-sdk/api/shopify_transaction_service_api.rb +213 -0
  66. data/lib/wallee-ruby-sdk/{services → api}/space_service_api.rb +35 -39
  67. data/lib/wallee-ruby-sdk/{services → api}/static_value_service_api.rb +11 -15
  68. data/lib/wallee-ruby-sdk/{services → api}/subscriber_service_api.rb +44 -48
  69. data/lib/wallee-ruby-sdk/{services → api}/subscription_affiliate_service_api.rb +41 -45
  70. data/lib/wallee-ruby-sdk/{services → api}/subscription_charge_service_api.rb +34 -38
  71. data/lib/wallee-ruby-sdk/{services → api}/subscription_ledger_entry_service_api.rb +27 -31
  72. data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_service_api.rb +41 -45
  73. data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_usage_service_api.rb +27 -31
  74. data/lib/wallee-ruby-sdk/{services → api}/subscription_period_bill_service_api.rb +26 -30
  75. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_group_service_api.rb +41 -45
  76. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_service_api.rb +41 -45
  77. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_fee_tier_service_api.rb +41 -45
  78. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_metered_fee_service_api.rb +41 -45
  79. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_period_fee_service_api.rb +41 -45
  80. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_retirement_service_api.rb +27 -31
  81. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_service_api.rb +34 -38
  82. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_setup_fee_service_api.rb +41 -45
  83. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_retirement_service_api.rb +27 -31
  84. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_service_api.rb +41 -45
  85. data/lib/wallee-ruby-sdk/{services → api}/subscription_service_api.rb +237 -107
  86. data/lib/wallee-ruby-sdk/{services → api}/subscription_suspension_service_api.rb +34 -38
  87. data/lib/wallee-ruby-sdk/{services → api}/subscription_version_service_api.rb +20 -24
  88. data/lib/wallee-ruby-sdk/api/token_service_api.rb +587 -0
  89. data/lib/wallee-ruby-sdk/{services → api}/token_version_service_api.rb +27 -31
  90. data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +464 -0
  91. data/lib/wallee-ruby-sdk/{services → api}/transaction_completion_service_api.rb +158 -38
  92. data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +91 -0
  93. data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +464 -0
  94. data/lib/wallee-ruby-sdk/{services → api}/transaction_invoice_service_api.rb +180 -53
  95. data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
  96. data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +86 -0
  97. data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +91 -0
  98. data/lib/wallee-ruby-sdk/{services → api}/transaction_service_api.rb +149 -327
  99. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +161 -0
  100. data/lib/wallee-ruby-sdk/{services → api}/transaction_void_service_api.rb +34 -38
  101. data/lib/wallee-ruby-sdk/{services → api}/user_account_role_service_api.rb +21 -25
  102. data/lib/wallee-ruby-sdk/{services → api}/user_space_role_service_api.rb +21 -25
  103. data/lib/wallee-ruby-sdk/api/web_app_service_api.rb +200 -0
  104. data/lib/wallee-ruby-sdk/{services → api}/webhook_listener_service_api.rb +41 -45
  105. data/lib/wallee-ruby-sdk/{services → api}/webhook_url_service_api.rb +41 -45
  106. data/lib/wallee-ruby-sdk/api_client.rb +9 -8
  107. data/lib/wallee-ruby-sdk/api_error.rb +0 -4
  108. data/lib/wallee-ruby-sdk/configuration.rb +2 -6
  109. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +40 -14
  110. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +31 -14
  111. data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
  112. data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
  113. data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
  114. data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +5 -13
  115. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +87 -15
  116. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +35 -28
  117. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
  118. data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_update.rb +320 -0
  119. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +51 -15
  120. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +51 -14
  121. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +30 -14
  122. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +5 -13
  123. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +20 -13
  124. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +35 -13
  125. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
  126. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
  127. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +127 -17
  128. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +43 -14
  129. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +44 -13
  130. data/lib/wallee-ruby-sdk/models/account.rb +90 -13
  131. data/lib/wallee-ruby-sdk/models/account_create.rb +56 -14
  132. data/lib/wallee-ruby-sdk/models/account_state.rb +12 -20
  133. data/lib/wallee-ruby-sdk/models/account_type.rb +9 -17
  134. data/lib/wallee-ruby-sdk/models/account_update.rb +42 -15
  135. data/lib/wallee-ruby-sdk/models/address.rb +240 -22
  136. data/lib/wallee-ruby-sdk/models/address_create.rb +240 -22
  137. data/lib/wallee-ruby-sdk/models/application_user.rb +32 -14
  138. data/lib/wallee-ruby-sdk/models/application_user_create.rb +32 -14
  139. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +31 -13
  140. data/lib/wallee-ruby-sdk/models/application_user_update.rb +33 -15
  141. data/lib/wallee-ruby-sdk/models/authenticated_card_data.rb +221 -0
  142. data/lib/wallee-ruby-sdk/models/authenticated_card_data_create.rb +358 -0
  143. data/lib/wallee-ruby-sdk/models/bank_account.rb +291 -0
  144. data/lib/wallee-ruby-sdk/models/bank_account_environment.rb +35 -0
  145. data/lib/wallee-ruby-sdk/models/bank_account_state.rb +37 -0
  146. data/lib/wallee-ruby-sdk/models/bank_account_type.rb +227 -0
  147. data/lib/wallee-ruby-sdk/models/bank_transaction.rb +387 -0
  148. data/lib/wallee-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
  149. data/lib/wallee-ruby-sdk/models/{attachment_resource.rb → bank_transaction_source.rb} +33 -28
  150. data/lib/wallee-ruby-sdk/models/bank_transaction_state.rb +35 -0
  151. data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +215 -0
  152. data/lib/wallee-ruby-sdk/models/card_authentication_response.rb +38 -0
  153. data/lib/wallee-ruby-sdk/models/card_authentication_version.rb +35 -0
  154. data/lib/wallee-ruby-sdk/models/card_cryptogram.rb +201 -0
  155. data/lib/wallee-ruby-sdk/models/card_cryptogram_create.rb +211 -0
  156. data/lib/wallee-ruby-sdk/models/card_cryptogram_type.rb +34 -0
  157. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data_create.rb → cardholder_authentication.rb} +44 -46
  158. data/lib/wallee-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
  159. data/lib/wallee-ruby-sdk/models/charge.rb +16 -13
  160. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +61 -13
  161. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +8 -16
  162. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +9 -17
  163. data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
  164. data/lib/wallee-ruby-sdk/models/charge_flow.rb +5 -12
  165. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +5 -12
  166. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +20 -12
  167. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +20 -15
  168. data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
  169. data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +9 -17
  170. data/lib/wallee-ruby-sdk/models/charge_state.rb +9 -17
  171. data/lib/wallee-ruby-sdk/models/charge_type.rb +10 -17
  172. data/lib/wallee-ruby-sdk/models/client_error.rb +5 -12
  173. data/lib/wallee-ruby-sdk/models/client_error_type.rb +9 -17
  174. data/lib/wallee-ruby-sdk/models/completion_line_item.rb +226 -0
  175. data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +245 -0
  176. data/lib/wallee-ruby-sdk/models/condition.rb +20 -12
  177. data/lib/wallee-ruby-sdk/models/condition_type.rb +7 -14
  178. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +5 -12
  179. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +10 -18
  180. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +11 -19
  181. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +18 -24
  182. data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +241 -0
  183. data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
  184. data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
  185. data/lib/wallee-ruby-sdk/models/customer_address.rb +261 -0
  186. data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
  187. data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
  188. data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
  189. data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
  190. data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
  191. data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
  192. data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
  193. data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
  194. data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
  195. data/lib/wallee-ruby-sdk/models/customers_presence.rb +9 -17
  196. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +8 -16
  197. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +5 -12
  198. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +5 -12
  199. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +20 -12
  200. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +21 -13
  201. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +5 -12
  202. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +7 -14
  203. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +50 -12
  204. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +7 -14
  205. data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +13 -21
  206. data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +7 -14
  207. data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +8 -16
  208. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +29 -12
  209. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +7 -14
  210. data/lib/wallee-ruby-sdk/models/debt_collector.rb +7 -14
  211. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +20 -12
  212. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +7 -14
  213. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +20 -12
  214. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +16 -13
  215. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +7 -14
  216. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +10 -18
  217. data/lib/wallee-ruby-sdk/models/document_template.rb +41 -13
  218. data/lib/wallee-ruby-sdk/models/document_template_type.rb +18 -15
  219. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +203 -0
  220. data/lib/wallee-ruby-sdk/models/entity_export_request.rb +6 -13
  221. data/lib/wallee-ruby-sdk/models/entity_query.rb +5 -12
  222. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +6 -13
  223. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +9 -17
  224. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +7 -14
  225. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +8 -16
  226. data/lib/wallee-ruby-sdk/models/environment.rb +8 -16
  227. data/lib/wallee-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
  228. data/lib/wallee-ruby-sdk/models/failure_category.rb +11 -19
  229. data/lib/wallee-ruby-sdk/models/failure_reason.rb +7 -14
  230. data/lib/wallee-ruby-sdk/models/feature.rb +18 -15
  231. data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
  232. data/lib/wallee-ruby-sdk/models/gender.rb +8 -16
  233. data/lib/wallee-ruby-sdk/models/human_user.rb +107 -14
  234. data/lib/wallee-ruby-sdk/models/human_user_create.rb +86 -13
  235. data/lib/wallee-ruby-sdk/models/human_user_update.rb +88 -15
  236. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +5 -12
  237. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +5 -12
  238. data/lib/wallee-ruby-sdk/models/installment_payment.rb +5 -12
  239. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +5 -12
  240. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +13 -21
  241. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +14 -22
  242. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +20 -12
  243. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +5 -12
  244. data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
  245. data/lib/wallee-ruby-sdk/models/label.rb +5 -12
  246. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +7 -14
  247. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +8 -16
  248. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +7 -14
  249. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +7 -14
  250. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +5 -12
  251. data/lib/wallee-ruby-sdk/models/line_item.rb +121 -14
  252. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +35 -12
  253. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +45 -14
  254. data/lib/wallee-ruby-sdk/models/line_item_create.rb +84 -19
  255. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +20 -12
  256. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +27 -15
  257. data/lib/wallee-ruby-sdk/models/line_item_type.rb +10 -18
  258. data/lib/wallee-ruby-sdk/models/localized_string.rb +5 -12
  259. data/lib/wallee-ruby-sdk/models/manual_task.rb +5 -12
  260. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +6 -13
  261. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +9 -17
  262. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +9 -17
  263. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +7 -14
  264. data/lib/wallee-ruby-sdk/models/metric_usage.rb +7 -14
  265. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +9 -17
  266. data/lib/wallee-ruby-sdk/models/payment_adjustment.rb +231 -0
  267. data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +215 -0
  268. data/lib/wallee-ruby-sdk/models/payment_connector.rb +8 -15
  269. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +33 -13
  270. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +5 -12
  271. data/lib/wallee-ruby-sdk/models/payment_contract.rb +29 -12
  272. data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +11 -19
  273. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +7 -14
  274. data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
  275. data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
  276. data/lib/wallee-ruby-sdk/models/payment_link.rb +59 -27
  277. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +37 -29
  278. data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
  279. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +64 -28
  280. data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +8 -16
  281. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +37 -29
  282. data/lib/wallee-ruby-sdk/models/payment_method.rb +8 -15
  283. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +7 -14
  284. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +22 -14
  285. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +9 -17
  286. data/lib/wallee-ruby-sdk/models/payment_processor.rb +10 -17
  287. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +20 -12
  288. data/lib/wallee-ruby-sdk/models/{email_template.rb → payment_terminal.rb} +57 -75
  289. data/lib/wallee-ruby-sdk/models/{space_address_setter.rb → payment_terminal_address.rb} +105 -27
  290. data/lib/wallee-ruby-sdk/models/{email_sender.rb → payment_terminal_configuration.rb} +34 -46
  291. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
  292. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +323 -0
  293. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
  294. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +276 -0
  295. data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
  296. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +281 -0
  297. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
  298. data/lib/wallee-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
  299. data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +38 -0
  300. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +215 -0
  301. data/lib/wallee-ruby-sdk/models/permission.rb +30 -17
  302. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +5 -12
  303. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +5 -12
  304. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +9 -17
  305. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +5 -12
  306. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +7 -14
  307. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +5 -12
  308. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +7 -14
  309. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +8 -16
  310. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +16 -13
  311. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +18 -15
  312. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +5 -12
  313. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +7 -14
  314. data/lib/wallee-ruby-sdk/models/recurring_indicator.rb +37 -0
  315. data/lib/wallee-ruby-sdk/models/refund.rb +120 -13
  316. data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
  317. data/lib/wallee-ruby-sdk/models/refund_comment.rb +296 -0
  318. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +236 -0
  319. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +221 -0
  320. data/lib/wallee-ruby-sdk/models/refund_create.rb +67 -21
  321. data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
  322. data/lib/wallee-ruby-sdk/models/refund_state.rb +12 -19
  323. data/lib/wallee-ruby-sdk/models/refund_type.rb +10 -18
  324. data/lib/wallee-ruby-sdk/models/rendered_document.rb +5 -12
  325. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +223 -0
  326. data/lib/wallee-ruby-sdk/models/resource_path.rb +29 -12
  327. data/lib/wallee-ruby-sdk/models/resource_state.rb +9 -17
  328. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +5 -12
  329. data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +16 -24
  330. data/lib/wallee-ruby-sdk/models/rest_country.rb +5 -12
  331. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +5 -12
  332. data/lib/wallee-ruby-sdk/models/rest_currency.rb +5 -12
  333. data/lib/wallee-ruby-sdk/models/rest_language.rb +5 -12
  334. data/lib/wallee-ruby-sdk/models/role.rb +16 -13
  335. data/lib/wallee-ruby-sdk/models/sales_channel.rb +245 -0
  336. data/lib/wallee-ruby-sdk/models/scope.rb +61 -13
  337. data/lib/wallee-ruby-sdk/models/server_error.rb +5 -12
  338. data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
  339. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +470 -0
  340. data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
  341. data/lib/wallee-ruby-sdk/models/shopify_integration_subscription_app_version.rb +36 -0
  342. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
  343. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
  344. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
  345. data/lib/wallee-ruby-sdk/models/{email_template_type.rb → shopify_subscriber.rb} +70 -77
  346. data/lib/wallee-ruby-sdk/models/shopify_subscriber_active.rb +241 -0
  347. data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
  348. data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
  349. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +375 -0
  350. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +546 -0
  351. data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +546 -0
  352. data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
  353. data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +363 -0
  354. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +261 -0
  355. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
  356. data/lib/wallee-ruby-sdk/models/{entity_reference.rb → shopify_subscription_model_tax_line.rb} +27 -14
  357. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
  358. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +366 -0
  359. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
  360. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_state.rb +39 -0
  361. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_update.rb +351 -0
  362. data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
  363. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
  364. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
  365. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
  366. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
  367. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
  368. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_addresses_request.rb +211 -0
  369. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +233 -0
  370. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
  371. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
  372. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
  373. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
  374. data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
  375. data/lib/wallee-ruby-sdk/models/shopify_tax_line.rb +231 -0
  376. data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +301 -0
  377. data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
  378. data/lib/wallee-ruby-sdk/models/space.rb +91 -14
  379. data/lib/wallee-ruby-sdk/models/space_address.rb +120 -22
  380. data/lib/wallee-ruby-sdk/models/space_address_create.rb +120 -22
  381. data/lib/wallee-ruby-sdk/models/space_create.rb +52 -15
  382. data/lib/wallee-ruby-sdk/models/space_reference.rb +5 -12
  383. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +11 -19
  384. data/lib/wallee-ruby-sdk/models/space_update.rb +53 -16
  385. data/lib/wallee-ruby-sdk/models/space_view.rb +29 -12
  386. data/lib/wallee-ruby-sdk/models/static_value.rb +7 -14
  387. data/lib/wallee-ruby-sdk/models/subscriber.rb +51 -13
  388. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +53 -15
  389. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +52 -14
  390. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +53 -15
  391. data/lib/wallee-ruby-sdk/models/subscription.rb +76 -13
  392. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +78 -13
  393. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +92 -14
  394. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +78 -13
  395. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +78 -13
  396. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +32 -15
  397. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +32 -15
  398. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +25 -15
  399. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +79 -13
  400. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +71 -15
  401. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +8 -16
  402. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +11 -19
  403. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +8 -16
  404. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
  405. data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  406. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +22 -17
  407. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +40 -13
  408. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +38 -17
  409. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +9 -17
  410. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +5 -12
  411. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +7 -14
  412. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +7 -14
  413. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +7 -14
  414. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +7 -14
  415. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +20 -12
  416. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +24 -16
  417. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +48 -25
  418. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +5 -12
  419. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +8 -16
  420. data/lib/wallee-ruby-sdk/models/subscription_product.rb +35 -12
  421. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +22 -14
  422. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +37 -14
  423. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +5 -12
  424. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +7 -14
  425. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +20 -12
  426. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +10 -18
  427. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +39 -16
  428. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +40 -13
  429. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +5 -12
  430. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +6 -13
  431. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +11 -19
  432. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +31 -13
  433. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +19 -16
  434. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +5 -12
  435. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +6 -13
  436. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +11 -19
  437. data/lib/wallee-ruby-sdk/models/subscription_state.rb +14 -21
  438. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +20 -12
  439. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +8 -16
  440. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +23 -15
  441. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +9 -17
  442. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +20 -12
  443. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +8 -16
  444. data/lib/wallee-ruby-sdk/models/subscription_update.rb +33 -15
  445. data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
  446. data/lib/wallee-ruby-sdk/models/subscription_version.rb +18 -13
  447. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +12 -20
  448. data/lib/wallee-ruby-sdk/models/tax.rb +29 -12
  449. data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
  450. data/lib/wallee-ruby-sdk/models/tax_class.rb +20 -12
  451. data/lib/wallee-ruby-sdk/models/tax_create.rb +35 -14
  452. data/lib/wallee-ruby-sdk/models/tenant_database.rb +20 -12
  453. data/lib/wallee-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
  454. data/lib/wallee-ruby-sdk/models/terminal_receipt_format.rb +35 -0
  455. data/lib/wallee-ruby-sdk/models/token.rb +59 -12
  456. data/lib/wallee-ruby-sdk/models/token_create.rb +64 -13
  457. data/lib/wallee-ruby-sdk/models/token_update.rb +37 -14
  458. data/lib/wallee-ruby-sdk/models/token_version.rb +78 -13
  459. data/lib/wallee-ruby-sdk/models/token_version_state.rb +9 -17
  460. data/lib/wallee-ruby-sdk/models/token_version_type.rb +7 -14
  461. data/lib/wallee-ruby-sdk/models/{tokenizationn_mode.rb → tokenization_mode.rb} +11 -18
  462. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data.rb → tokenized_card_data.rb} +28 -45
  463. data/lib/wallee-ruby-sdk/models/tokenized_card_data_create.rb +348 -0
  464. data/lib/wallee-ruby-sdk/models/transaction.rb +282 -17
  465. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +5 -12
  466. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +296 -0
  467. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +236 -0
  468. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +221 -0
  469. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +151 -13
  470. data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
  471. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +9 -17
  472. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +291 -0
  473. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +11 -18
  474. data/lib/wallee-ruby-sdk/models/transaction_create.rb +162 -17
  475. data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +9 -16
  476. data/lib/wallee-ruby-sdk/models/transaction_group.rb +20 -12
  477. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +9 -17
  478. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +76 -14
  479. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
  480. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
  481. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
  482. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +62 -16
  483. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +13 -21
  484. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +6 -13
  485. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +5 -12
  486. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +129 -18
  487. data/lib/wallee-ruby-sdk/models/transaction_state.rb +16 -24
  488. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +11 -17
  489. data/lib/wallee-ruby-sdk/models/transaction_void.rb +5 -12
  490. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +8 -16
  491. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +10 -18
  492. data/lib/wallee-ruby-sdk/models/{email_sender_type.rb → two_factor_authentication_type.rb} +19 -16
  493. data/lib/wallee-ruby-sdk/models/user.rb +5 -12
  494. data/lib/wallee-ruby-sdk/models/user_account_role.rb +5 -12
  495. data/lib/wallee-ruby-sdk/models/user_space_role.rb +5 -12
  496. data/lib/wallee-ruby-sdk/models/user_type.rb +11 -19
  497. data/lib/wallee-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
  498. data/lib/wallee-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
  499. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +20 -12
  500. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +20 -12
  501. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +44 -41
  502. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +6 -13
  503. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +45 -15
  504. data/lib/wallee-ruby-sdk/models/webhook_url.rb +55 -13
  505. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +44 -12
  506. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +46 -14
  507. data/lib/wallee-ruby-sdk/version.rb +1 -5
  508. data/test/condition_type_service_test.rb +22 -0
  509. data/test/{transactioncreate.rb → transaction_create_service_test.rb} +2 -2
  510. data/test/transaction_payment_page_service_test.rb +91 -0
  511. data/wallee-ruby-sdk.gemspec +5 -8
  512. metadata +270 -98
  513. data/lib/wallee-ruby-sdk/services/email_sender_service_api.rb +0 -219
  514. data/lib/wallee-ruby-sdk/services/email_sender_type_service_api.rb +0 -143
  515. data/lib/wallee-ruby-sdk/services/email_template_type_service_api.rb +0 -143
@@ -0,0 +1,86 @@
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 TransactionMobileSdkService
22
+ attr_accessor :api_client
23
+
24
+ def initialize(api_client = ApiClient.default)
25
+ @api_client = api_client
26
+ end
27
+
28
+ # Build Mobile SDK URL
29
+ # This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
30
+ # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
31
+ # @param [Hash] opts the optional parameters
32
+ # @return [String]
33
+ def payment_form_url(credentials, opts = {})
34
+ data, _status_code, _headers = payment_form_url_with_http_info(credentials, opts)
35
+ return data
36
+ end
37
+
38
+ # Build Mobile SDK URL
39
+ # This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
40
+ # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
41
+ # @param [Hash] opts the optional parameters
42
+ # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
43
+ def payment_form_url_with_http_info(credentials, opts = {})
44
+ if @api_client.config.debugging
45
+ @api_client.config.logger.debug "Calling API: TransactionMobileSdkService.payment_form_url ..."
46
+ end
47
+ # verify the required parameter 'credentials' is set
48
+ fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionMobileSdkService.payment_form_url" if credentials.nil?
49
+ # resource path
50
+ local_var_path = "/transaction-mobile-sdk/payment-form-url".sub('{format}','json')
51
+
52
+ # query parameters
53
+ query_params = {}
54
+ query_params[:'credentials'] = credentials
55
+
56
+ # header parameters
57
+ header_params = {}
58
+
59
+ # HTTP header 'Accept' (if needed)
60
+ local_header_accept = ['application/json', 'text/plain;charset=utf-8']
61
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
62
+
63
+ # HTTP header 'Content-Type'
64
+ local_header_content_type = []
65
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
66
+
67
+ # form parameters
68
+ form_params = {}
69
+
70
+ # http body (model)
71
+ post_body = nil
72
+ auth_names = []
73
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
74
+ :header_params => header_params,
75
+ :query_params => query_params,
76
+ :form_params => form_params,
77
+ :body => post_body,
78
+ :auth_names => auth_names,
79
+ :return_type => 'String')
80
+ if @api_client.config.debugging
81
+ @api_client.config.logger.debug "API called: TransactionMobileSdkService#payment_form_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
+ end
83
+ return data, status_code, headers
84
+ end
85
+ end
86
+ end
@@ -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 TransactionPaymentPageService
22
+ attr_accessor :api_client
23
+
24
+ def initialize(api_client = ApiClient.default)
25
+ @api_client = api_client
26
+ end
27
+
28
+ # Build Payment Page URL
29
+ # This operation creates the URL to which the user should be redirected to when the payment page should be used.
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 payment_page_url(space_id, id, opts = {})
35
+ data, _status_code, _headers = payment_page_url_with_http_info(space_id, id, opts)
36
+ return data
37
+ end
38
+
39
+ # Build Payment Page URL
40
+ # This operation creates the URL to which the user should be redirected to when the payment page should be used.
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 payment_page_url_with_http_info(space_id, id, opts = {})
46
+ if @api_client.config.debugging
47
+ @api_client.config.logger.debug "Calling API: TransactionPaymentPageService.payment_page_url ..."
48
+ end
49
+ # verify the required parameter 'space_id' is set
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionPaymentPageService.payment_page_url" if space_id.nil?
51
+ # verify the required parameter 'id' is set
52
+ fail ArgumentError, "Missing the required parameter 'id' when calling TransactionPaymentPageService.payment_page_url" if id.nil?
53
+ # resource path
54
+ local_var_path = "/transaction-payment-page/payment-page-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: TransactionPaymentPageService#payment_page_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: 1.0.0
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
@@ -29,198 +25,14 @@ module Wallee
29
25
  @api_client = api_client
30
26
  end
31
27
 
32
- # Build JavaScript URL
33
- # This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
34
- # @param space_id
35
- # @param id The id of the transaction which should be returned.
36
- # @param [Hash] opts the optional parameters
37
- # @return [String]
38
- def transaction_service_build_java_script_url(space_id, id, opts = {})
39
- data, _status_code, _headers = transaction_service_build_java_script_url_with_http_info(space_id, id, opts)
40
- return data
41
- end
42
-
43
- # Build JavaScript URL
44
- # This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
45
- # @param space_id
46
- # @param id The id of the transaction which should be returned.
47
- # @param [Hash] opts the optional parameters
48
- # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
49
- def transaction_service_build_java_script_url_with_http_info(space_id, id, opts = {})
50
- if @api_client.config.debugging
51
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_java_script_url ..."
52
- end
53
- # verify the required parameter 'space_id' is set
54
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_build_java_script_url" if space_id.nil?
55
- # verify the required parameter 'id' is set
56
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_build_java_script_url" if id.nil?
57
- # resource path
58
- local_var_path = "/transaction/buildJavaScriptUrl".sub('{format}','json')
59
-
60
- # query parameters
61
- query_params = {}
62
- query_params[:'spaceId'] = space_id
63
- query_params[:'id'] = id
64
-
65
- # header parameters
66
- header_params = {}
67
-
68
- # HTTP header 'Accept' (if needed)
69
- local_header_accept = []
70
- local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
71
-
72
- # HTTP header 'Content-Type'
73
- local_header_content_type = []
74
- header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
75
-
76
- # form parameters
77
- form_params = {}
78
-
79
- # http body (model)
80
- post_body = nil
81
- auth_names = []
82
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
83
- :header_params => header_params,
84
- :query_params => query_params,
85
- :form_params => form_params,
86
- :body => post_body,
87
- :auth_names => auth_names,
88
- :return_type => 'String')
89
- if @api_client.config.debugging
90
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_build_java_script_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
- end
92
- return data, status_code, headers
93
- end
94
-
95
- # Build Mobile SDK URL with Credentials
96
- # This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
97
- # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
98
- # @param [Hash] opts the optional parameters
99
- # @return [String]
100
- def transaction_service_build_mobile_sdk_url_with_credentials(credentials, opts = {})
101
- data, _status_code, _headers = transaction_service_build_mobile_sdk_url_with_credentials_with_http_info(credentials, opts)
102
- return data
103
- end
104
-
105
- # Build Mobile SDK URL with Credentials
106
- # This operation builds the URL which is used to load the payment form within a WebView on a mobile device. This operation is typically called through the mobile SDK.
107
- # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
108
- # @param [Hash] opts the optional parameters
109
- # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
110
- def transaction_service_build_mobile_sdk_url_with_credentials_with_http_info(credentials, opts = {})
111
- if @api_client.config.debugging
112
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_mobile_sdk_url_with_credentials ..."
113
- end
114
- # verify the required parameter 'credentials' is set
115
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_build_mobile_sdk_url_with_credentials" if credentials.nil?
116
- # resource path
117
- local_var_path = "/transaction/buildMobileSdkUrlWithCredentials".sub('{format}','json')
118
-
119
- # query parameters
120
- query_params = {}
121
- query_params[:'credentials'] = credentials
122
-
123
- # header parameters
124
- header_params = {}
125
-
126
- # HTTP header 'Accept' (if needed)
127
- local_header_accept = []
128
- local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
129
-
130
- # HTTP header 'Content-Type'
131
- local_header_content_type = []
132
- header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
133
-
134
- # form parameters
135
- form_params = {}
136
-
137
- # http body (model)
138
- post_body = nil
139
- auth_names = []
140
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
141
- :header_params => header_params,
142
- :query_params => query_params,
143
- :form_params => form_params,
144
- :body => post_body,
145
- :auth_names => auth_names,
146
- :return_type => 'String')
147
- if @api_client.config.debugging
148
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_build_mobile_sdk_url_with_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
149
- end
150
- return data, status_code, headers
151
- end
152
-
153
- # Build Payment Page URL
154
- # This operation creates the URL to which the user should be redirected to when the payment page should be used.
155
- # @param space_id
156
- # @param id The id of the transaction which should be returned.
157
- # @param [Hash] opts the optional parameters
158
- # @return [String]
159
- def transaction_service_build_payment_page_url(space_id, id, opts = {})
160
- data, _status_code, _headers = transaction_service_build_payment_page_url_with_http_info(space_id, id, opts)
161
- return data
162
- end
163
-
164
- # Build Payment Page URL
165
- # This operation creates the URL to which the user should be redirected to when the payment page should be used.
166
- # @param space_id
167
- # @param id The id of the transaction which should be returned.
168
- # @param [Hash] opts the optional parameters
169
- # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
170
- def transaction_service_build_payment_page_url_with_http_info(space_id, id, opts = {})
171
- if @api_client.config.debugging
172
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_build_payment_page_url ..."
173
- end
174
- # verify the required parameter 'space_id' is set
175
- fail ArgumentError, "Missing the required parameter 'space_id' when calling TransactionService.transaction_service_build_payment_page_url" if space_id.nil?
176
- # verify the required parameter 'id' is set
177
- fail ArgumentError, "Missing the required parameter 'id' when calling TransactionService.transaction_service_build_payment_page_url" if id.nil?
178
- # resource path
179
- local_var_path = "/transaction/buildPaymentPageUrl".sub('{format}','json')
180
-
181
- # query parameters
182
- query_params = {}
183
- query_params[:'spaceId'] = space_id
184
- query_params[:'id'] = id
185
-
186
- # header parameters
187
- header_params = {}
188
-
189
- # HTTP header 'Accept' (if needed)
190
- local_header_accept = []
191
- local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
192
-
193
- # HTTP header 'Content-Type'
194
- local_header_content_type = []
195
- header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
196
-
197
- # form parameters
198
- form_params = {}
199
-
200
- # http body (model)
201
- post_body = nil
202
- auth_names = []
203
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
204
- :header_params => header_params,
205
- :query_params => query_params,
206
- :form_params => form_params,
207
- :body => post_body,
208
- :auth_names => auth_names,
209
- :return_type => 'String')
210
- if @api_client.config.debugging
211
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_build_payment_page_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
212
- end
213
- return data, status_code, headers
214
- end
215
-
216
28
  # Confirm
217
29
  # The confirm operation marks the transaction as confirmed. Once the transaction is confirmed no more changes can be applied.
218
30
  # @param space_id
219
31
  # @param transaction_model The transaction JSON object to update and confirm.
220
32
  # @param [Hash] opts the optional parameters
221
33
  # @return [Transaction]
222
- def transaction_service_confirm(space_id, transaction_model, opts = {})
223
- 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)
224
36
  return data
225
37
  end
226
38
 
@@ -230,14 +42,14 @@ module Wallee
230
42
  # @param transaction_model The transaction JSON object to update and confirm.
231
43
  # @param [Hash] opts the optional parameters
232
44
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
233
- def transaction_service_confirm_with_http_info(space_id, transaction_model, opts = {})
45
+ def confirm_with_http_info(space_id, transaction_model, opts = {})
234
46
  if @api_client.config.debugging
235
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_confirm ..."
47
+ @api_client.config.logger.debug "Calling API: TransactionService.confirm ..."
236
48
  end
237
49
  # verify the required parameter 'space_id' is set
238
- 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?
239
51
  # verify the required parameter 'transaction_model' is set
240
- 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?
241
53
  # resource path
242
54
  local_var_path = "/transaction/confirm".sub('{format}','json')
243
55
 
@@ -253,7 +65,7 @@ module Wallee
253
65
  local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
254
66
 
255
67
  # HTTP header 'Content-Type'
256
- local_header_content_type = []
68
+ local_header_content_type = ['application/json;charset=utf-8']
257
69
  header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
258
70
 
259
71
  # form parameters
@@ -270,7 +82,7 @@ module Wallee
270
82
  :auth_names => auth_names,
271
83
  :return_type => 'Transaction')
272
84
  if @api_client.config.debugging
273
- @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}"
274
86
  end
275
87
  return data, status_code, headers
276
88
  end
@@ -281,8 +93,8 @@ module Wallee
281
93
  # @param [Hash] opts the optional parameters
282
94
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
283
95
  # @return [Integer]
284
- def transaction_service_count(space_id, opts = {})
285
- 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)
286
98
  return data
287
99
  end
288
100
 
@@ -292,12 +104,12 @@ module Wallee
292
104
  # @param [Hash] opts the optional parameters
293
105
  # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
294
106
  # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
295
- def transaction_service_count_with_http_info(space_id, opts = {})
107
+ def count_with_http_info(space_id, opts = {})
296
108
  if @api_client.config.debugging
297
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_count ..."
109
+ @api_client.config.logger.debug "Calling API: TransactionService.count ..."
298
110
  end
299
111
  # verify the required parameter 'space_id' is set
300
- 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?
301
113
  # resource path
302
114
  local_var_path = "/transaction/count".sub('{format}','json')
303
115
 
@@ -330,7 +142,7 @@ module Wallee
330
142
  :auth_names => auth_names,
331
143
  :return_type => 'Integer')
332
144
  if @api_client.config.debugging
333
- @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}"
334
146
  end
335
147
  return data, status_code, headers
336
148
  end
@@ -341,8 +153,8 @@ module Wallee
341
153
  # @param transaction The transaction object which should be created.
342
154
  # @param [Hash] opts the optional parameters
343
155
  # @return [Transaction]
344
- def transaction_service_create(space_id, transaction, opts = {})
345
- 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)
346
158
  return data
347
159
  end
348
160
 
@@ -352,14 +164,14 @@ module Wallee
352
164
  # @param transaction The transaction object which should be created.
353
165
  # @param [Hash] opts the optional parameters
354
166
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
355
- def transaction_service_create_with_http_info(space_id, transaction, opts = {})
167
+ def create_with_http_info(space_id, transaction, opts = {})
356
168
  if @api_client.config.debugging
357
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_create ..."
169
+ @api_client.config.logger.debug "Calling API: TransactionService.create ..."
358
170
  end
359
171
  # verify the required parameter 'space_id' is set
360
- 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?
361
173
  # verify the required parameter 'transaction' is set
362
- 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?
363
175
  # resource path
364
176
  local_var_path = "/transaction/create".sub('{format}','json')
365
177
 
@@ -392,7 +204,7 @@ module Wallee
392
204
  :auth_names => auth_names,
393
205
  :return_type => 'Transaction')
394
206
  if @api_client.config.debugging
395
- @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}"
396
208
  end
397
209
  return data, status_code, headers
398
210
  end
@@ -403,8 +215,8 @@ module Wallee
403
215
  # @param id The id of the transaction which should be returned.
404
216
  # @param [Hash] opts the optional parameters
405
217
  # @return [String]
406
- def transaction_service_create_transaction_credentials(space_id, id, opts = {})
407
- 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)
408
220
  return data
409
221
  end
410
222
 
@@ -414,14 +226,14 @@ module Wallee
414
226
  # @param id The id of the transaction which should be returned.
415
227
  # @param [Hash] opts the optional parameters
416
228
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
417
- 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 = {})
418
230
  if @api_client.config.debugging
419
- @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 ..."
420
232
  end
421
233
  # verify the required parameter 'space_id' is set
422
- 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?
423
235
  # verify the required parameter 'id' is set
424
- 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?
425
237
  # resource path
426
238
  local_var_path = "/transaction/createTransactionCredentials".sub('{format}','json')
427
239
 
@@ -455,7 +267,7 @@ module Wallee
455
267
  :auth_names => auth_names,
456
268
  :return_type => 'String')
457
269
  if @api_client.config.debugging
458
- @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}"
459
271
  end
460
272
  return data, status_code, headers
461
273
  end
@@ -466,8 +278,8 @@ module Wallee
466
278
  # @param token_id The token ID will be used to find the token which should be removed.
467
279
  # @param [Hash] opts the optional parameters
468
280
  # @return [nil]
469
- def transaction_service_delete_one_click_token_with_credentials(credentials, token_id, opts = {})
470
- 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)
471
283
  return nil
472
284
  end
473
285
 
@@ -477,14 +289,14 @@ module Wallee
477
289
  # @param token_id The token ID will be used to find the token which should be removed.
478
290
  # @param [Hash] opts the optional parameters
479
291
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
480
- 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 = {})
481
293
  if @api_client.config.debugging
482
- @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 ..."
483
295
  end
484
296
  # verify the required parameter 'credentials' is set
485
- 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?
486
298
  # verify the required parameter 'token_id' is set
487
- 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?
488
300
  # resource path
489
301
  local_var_path = "/transaction/deleteOneClickTokenWithCredentials".sub('{format}','json')
490
302
 
@@ -517,7 +329,7 @@ module Wallee
517
329
  :body => post_body,
518
330
  :auth_names => auth_names)
519
331
  if @api_client.config.debugging
520
- @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}"
521
333
  end
522
334
  return data, status_code, headers
523
335
  end
@@ -528,8 +340,8 @@ module Wallee
528
340
  # @param request The request controls the entries which are exported.
529
341
  # @param [Hash] opts the optional parameters
530
342
  # @return [String]
531
- def transaction_service_export(space_id, request, opts = {})
532
- 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)
533
345
  return data
534
346
  end
535
347
 
@@ -539,14 +351,14 @@ module Wallee
539
351
  # @param request The request controls the entries which are exported.
540
352
  # @param [Hash] opts the optional parameters
541
353
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
542
- def transaction_service_export_with_http_info(space_id, request, opts = {})
354
+ def export_with_http_info(space_id, request, opts = {})
543
355
  if @api_client.config.debugging
544
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_export ..."
356
+ @api_client.config.logger.debug "Calling API: TransactionService.export ..."
545
357
  end
546
358
  # verify the required parameter 'space_id' is set
547
- 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?
548
360
  # verify the required parameter 'request' is set
549
- 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?
550
362
  # resource path
551
363
  local_var_path = "/transaction/export".sub('{format}','json')
552
364
 
@@ -579,7 +391,7 @@ module Wallee
579
391
  :auth_names => auth_names,
580
392
  :return_type => 'String')
581
393
  if @api_client.config.debugging
582
- @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}"
583
395
  end
584
396
  return data, status_code, headers
585
397
  end
@@ -589,8 +401,8 @@ module Wallee
589
401
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
590
402
  # @param [Hash] opts the optional parameters
591
403
  # @return [Array<TokenVersion>]
592
- def transaction_service_fetch_one_click_tokens_with_credentials(credentials, opts = {})
593
- 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)
594
406
  return data
595
407
  end
596
408
 
@@ -599,12 +411,12 @@ module Wallee
599
411
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
600
412
  # @param [Hash] opts the optional parameters
601
413
  # @return [Array<(Array<TokenVersion>, Fixnum, Hash)>] Array<TokenVersion> data, response status code and response headers
602
- 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 = {})
603
415
  if @api_client.config.debugging
604
- @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 ..."
605
417
  end
606
418
  # verify the required parameter 'credentials' is set
607
- 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?
608
420
  # resource path
609
421
  local_var_path = "/transaction/fetchOneClickTokensWithCredentials".sub('{format}','json')
610
422
 
@@ -637,7 +449,7 @@ module Wallee
637
449
  :auth_names => auth_names,
638
450
  :return_type => 'Array<TokenVersion>')
639
451
  if @api_client.config.debugging
640
- @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}"
641
453
  end
642
454
  return data, status_code, headers
643
455
  end
@@ -646,10 +458,11 @@ module Wallee
646
458
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
647
459
  # @param space_id
648
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.
649
462
  # @param [Hash] opts the optional parameters
650
463
  # @return [Array<PaymentMethodConfiguration>]
651
- def transaction_service_fetch_possible_payment_methods(space_id, id, opts = {})
652
- 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)
653
466
  return data
654
467
  end
655
468
 
@@ -657,23 +470,27 @@ module Wallee
657
470
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
658
471
  # @param space_id
659
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.
660
474
  # @param [Hash] opts the optional parameters
661
475
  # @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
662
- 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 = {})
663
477
  if @api_client.config.debugging
664
- @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 ..."
665
479
  end
666
480
  # verify the required parameter 'space_id' is set
667
- 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?
668
482
  # verify the required parameter 'id' is set
669
- 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?
670
486
  # resource path
671
- local_var_path = "/transaction/fetchPossiblePaymentMethods".sub('{format}','json')
487
+ local_var_path = "/transaction/fetch-payment-methods".sub('{format}','json')
672
488
 
673
489
  # query parameters
674
490
  query_params = {}
675
491
  query_params[:'spaceId'] = space_id
676
492
  query_params[:'id'] = id
493
+ query_params[:'integrationMode'] = integration_mode
677
494
 
678
495
  # header parameters
679
496
  header_params = {}
@@ -700,7 +517,7 @@ module Wallee
700
517
  :auth_names => auth_names,
701
518
  :return_type => 'Array<PaymentMethodConfiguration>')
702
519
  if @api_client.config.debugging
703
- @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}"
704
521
  end
705
522
  return data, status_code, headers
706
523
  end
@@ -708,30 +525,35 @@ module Wallee
708
525
  # Fetch Possible Payment Methods with Credentials
709
526
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
710
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.
711
529
  # @param [Hash] opts the optional parameters
712
530
  # @return [Array<PaymentMethodConfiguration>]
713
- def transaction_service_fetch_possible_payment_methods_with_credentials(credentials, opts = {})
714
- 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)
715
533
  return data
716
534
  end
717
535
 
718
536
  # Fetch Possible Payment Methods with Credentials
719
537
  # This operation allows to get the payment method configurations which can be used with the provided transaction.
720
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.
721
540
  # @param [Hash] opts the optional parameters
722
541
  # @return [Array<(Array<PaymentMethodConfiguration>, Fixnum, Hash)>] Array<PaymentMethodConfiguration> data, response status code and response headers
723
- 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 = {})
724
543
  if @api_client.config.debugging
725
- @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 ..."
726
545
  end
727
546
  # verify the required parameter 'credentials' is set
728
- 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?
729
550
  # resource path
730
- local_var_path = "/transaction/fetchPossiblePaymentMethodsWithCredentials".sub('{format}','json')
551
+ local_var_path = "/transaction/fetch-payment-methods-with-credentials".sub('{format}','json')
731
552
 
732
553
  # query parameters
733
554
  query_params = {}
734
555
  query_params[:'credentials'] = credentials
556
+ query_params[:'integrationMode'] = integration_mode
735
557
 
736
558
  # header parameters
737
559
  header_params = {}
@@ -758,7 +580,7 @@ module Wallee
758
580
  :auth_names => auth_names,
759
581
  :return_type => 'Array<PaymentMethodConfiguration>')
760
582
  if @api_client.config.debugging
761
- @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}"
762
584
  end
763
585
  return data, status_code, headers
764
586
  end
@@ -769,8 +591,8 @@ module Wallee
769
591
  # @param id The id of the transaction to get the invoice document for.
770
592
  # @param [Hash] opts the optional parameters
771
593
  # @return [RenderedDocument]
772
- def transaction_service_get_invoice_document(space_id, id, opts = {})
773
- 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)
774
596
  return data
775
597
  end
776
598
 
@@ -780,14 +602,14 @@ module Wallee
780
602
  # @param id The id of the transaction to get the invoice document for.
781
603
  # @param [Hash] opts the optional parameters
782
604
  # @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
783
- 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 = {})
784
606
  if @api_client.config.debugging
785
- @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 ..."
786
608
  end
787
609
  # verify the required parameter 'space_id' is set
788
- 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?
789
611
  # verify the required parameter 'id' is set
790
- 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?
791
613
  # resource path
792
614
  local_var_path = "/transaction/getInvoiceDocument".sub('{format}','json')
793
615
 
@@ -821,7 +643,7 @@ module Wallee
821
643
  :auth_names => auth_names,
822
644
  :return_type => 'RenderedDocument')
823
645
  if @api_client.config.debugging
824
- @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}"
825
647
  end
826
648
  return data, status_code, headers
827
649
  end
@@ -832,8 +654,8 @@ module Wallee
832
654
  # @param id The id of the transaction to get the latest line item version for.
833
655
  # @param [Hash] opts the optional parameters
834
656
  # @return [TransactionLineItemVersion]
835
- def transaction_service_get_latest_transaction_line_item_version(space_id, id, opts = {})
836
- 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)
837
659
  return data
838
660
  end
839
661
 
@@ -843,14 +665,14 @@ module Wallee
843
665
  # @param id The id of the transaction to get the latest line item version for.
844
666
  # @param [Hash] opts the optional parameters
845
667
  # @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
846
- 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 = {})
847
669
  if @api_client.config.debugging
848
- @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 ..."
849
671
  end
850
672
  # verify the required parameter 'space_id' is set
851
- 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?
852
674
  # verify the required parameter 'id' is set
853
- 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?
854
676
  # resource path
855
677
  local_var_path = "/transaction/getLatestTransactionLineItemVersion".sub('{format}','json')
856
678
 
@@ -884,7 +706,7 @@ module Wallee
884
706
  :auth_names => auth_names,
885
707
  :return_type => 'TransactionLineItemVersion')
886
708
  if @api_client.config.debugging
887
- @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}"
888
710
  end
889
711
  return data, status_code, headers
890
712
  end
@@ -895,8 +717,8 @@ module Wallee
895
717
  # @param id The id of the transaction to get the packing slip for.
896
718
  # @param [Hash] opts the optional parameters
897
719
  # @return [RenderedDocument]
898
- def transaction_service_get_packing_slip(space_id, id, opts = {})
899
- 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)
900
722
  return data
901
723
  end
902
724
 
@@ -906,14 +728,14 @@ module Wallee
906
728
  # @param id The id of the transaction to get the packing slip for.
907
729
  # @param [Hash] opts the optional parameters
908
730
  # @return [Array<(RenderedDocument, Fixnum, Hash)>] RenderedDocument data, response status code and response headers
909
- 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 = {})
910
732
  if @api_client.config.debugging
911
- @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 ..."
912
734
  end
913
735
  # verify the required parameter 'space_id' is set
914
- 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?
915
737
  # verify the required parameter 'id' is set
916
- 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?
917
739
  # resource path
918
740
  local_var_path = "/transaction/getPackingSlip".sub('{format}','json')
919
741
 
@@ -947,38 +769,38 @@ module Wallee
947
769
  :auth_names => auth_names,
948
770
  :return_type => 'RenderedDocument')
949
771
  if @api_client.config.debugging
950
- @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}"
951
773
  end
952
774
  return data, status_code, headers
953
775
  end
954
776
 
955
777
  # Process One-Click Token with Credentials
956
- # This operation assigns the given token to the transaction and process it.
778
+ # This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
957
779
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
958
780
  # @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
959
781
  # @param [Hash] opts the optional parameters
960
- # @return [Transaction]
961
- def transaction_service_process_one_click_token_with_credentials(credentials, token_id, opts = {})
962
- data, _status_code, _headers = transaction_service_process_one_click_token_with_credentials_with_http_info(credentials, token_id, opts)
782
+ # @return [String]
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)
963
785
  return data
964
786
  end
965
787
 
966
788
  # Process One-Click Token with Credentials
967
- # This operation assigns the given token to the transaction and process it.
789
+ # This operation assigns the given token to the transaction and process it. This method will return an URL where the customer has to be redirect to complete the transaction.
968
790
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
969
791
  # @param token_id The token ID is used to load the corresponding token and to process the transaction with it.
970
792
  # @param [Hash] opts the optional parameters
971
- # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
972
- def transaction_service_process_one_click_token_with_credentials_with_http_info(credentials, token_id, opts = {})
793
+ # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
794
+ def process_one_click_token_and_redirect_with_credentials_with_http_info(credentials, token_id, opts = {})
973
795
  if @api_client.config.debugging
974
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_process_one_click_token_with_credentials ..."
796
+ @api_client.config.logger.debug "Calling API: TransactionService.process_one_click_token_and_redirect_with_credentials ..."
975
797
  end
976
798
  # verify the required parameter 'credentials' is set
977
- fail ArgumentError, "Missing the required parameter 'credentials' when calling TransactionService.transaction_service_process_one_click_token_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?
978
800
  # verify the required parameter 'token_id' is set
979
- fail ArgumentError, "Missing the required parameter 'token_id' when calling TransactionService.transaction_service_process_one_click_token_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?
980
802
  # resource path
981
- local_var_path = "/transaction/processOneClickTokenWithCredentials".sub('{format}','json')
803
+ local_var_path = "/transaction/processOneClickTokenAndRedirectWithCredentials".sub('{format}','json')
982
804
 
983
805
  # query parameters
984
806
  query_params = {}
@@ -1008,9 +830,9 @@ module Wallee
1008
830
  :form_params => form_params,
1009
831
  :body => post_body,
1010
832
  :auth_names => auth_names,
1011
- :return_type => 'Transaction')
833
+ :return_type => 'String')
1012
834
  if @api_client.config.debugging
1013
- @api_client.config.logger.debug "API called: TransactionService#transaction_service_process_one_click_token_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}"
1014
836
  end
1015
837
  return data, status_code, headers
1016
838
  end
@@ -1021,8 +843,8 @@ module Wallee
1021
843
  # @param id The id of the transaction which should be processed.
1022
844
  # @param [Hash] opts the optional parameters
1023
845
  # @return [Transaction]
1024
- def transaction_service_process_without_user_interaction(space_id, id, opts = {})
1025
- 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)
1026
848
  return data
1027
849
  end
1028
850
 
@@ -1032,14 +854,14 @@ module Wallee
1032
854
  # @param id The id of the transaction which should be processed.
1033
855
  # @param [Hash] opts the optional parameters
1034
856
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
1035
- 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 = {})
1036
858
  if @api_client.config.debugging
1037
- @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 ..."
1038
860
  end
1039
861
  # verify the required parameter 'space_id' is set
1040
- 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?
1041
863
  # verify the required parameter 'id' is set
1042
- 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?
1043
865
  # resource path
1044
866
  local_var_path = "/transaction/processWithoutUserInteraction".sub('{format}','json')
1045
867
 
@@ -1073,7 +895,7 @@ module Wallee
1073
895
  :auth_names => auth_names,
1074
896
  :return_type => 'Transaction')
1075
897
  if @api_client.config.debugging
1076
- @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}"
1077
899
  end
1078
900
  return data, status_code, headers
1079
901
  end
@@ -1084,8 +906,8 @@ module Wallee
1084
906
  # @param id The id of the transaction which should be returned.
1085
907
  # @param [Hash] opts the optional parameters
1086
908
  # @return [Transaction]
1087
- def transaction_service_read(space_id, id, opts = {})
1088
- 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)
1089
911
  return data
1090
912
  end
1091
913
 
@@ -1095,14 +917,14 @@ module Wallee
1095
917
  # @param id The id of the transaction which should be returned.
1096
918
  # @param [Hash] opts the optional parameters
1097
919
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
1098
- def transaction_service_read_with_http_info(space_id, id, opts = {})
920
+ def read_with_http_info(space_id, id, opts = {})
1099
921
  if @api_client.config.debugging
1100
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_read ..."
922
+ @api_client.config.logger.debug "Calling API: TransactionService.read ..."
1101
923
  end
1102
924
  # verify the required parameter 'space_id' is set
1103
- 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?
1104
926
  # verify the required parameter 'id' is set
1105
- 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?
1106
928
  # resource path
1107
929
  local_var_path = "/transaction/read".sub('{format}','json')
1108
930
 
@@ -1136,7 +958,7 @@ module Wallee
1136
958
  :auth_names => auth_names,
1137
959
  :return_type => 'Transaction')
1138
960
  if @api_client.config.debugging
1139
- @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}"
1140
962
  end
1141
963
  return data, status_code, headers
1142
964
  end
@@ -1146,8 +968,8 @@ module Wallee
1146
968
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
1147
969
  # @param [Hash] opts the optional parameters
1148
970
  # @return [Transaction]
1149
- def transaction_service_read_with_credentials(credentials, opts = {})
1150
- 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)
1151
973
  return data
1152
974
  end
1153
975
 
@@ -1156,12 +978,12 @@ module Wallee
1156
978
  # @param credentials The credentials identifies the transaction and contains the security details which grants the access this operation.
1157
979
  # @param [Hash] opts the optional parameters
1158
980
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
1159
- def transaction_service_read_with_credentials_with_http_info(credentials, opts = {})
981
+ def read_with_credentials_with_http_info(credentials, opts = {})
1160
982
  if @api_client.config.debugging
1161
- @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 ..."
1162
984
  end
1163
985
  # verify the required parameter 'credentials' is set
1164
- 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?
1165
987
  # resource path
1166
988
  local_var_path = "/transaction/readWithCredentials".sub('{format}','json')
1167
989
 
@@ -1194,7 +1016,7 @@ module Wallee
1194
1016
  :auth_names => auth_names,
1195
1017
  :return_type => 'Transaction')
1196
1018
  if @api_client.config.debugging
1197
- @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}"
1198
1020
  end
1199
1021
  return data, status_code, headers
1200
1022
  end
@@ -1205,8 +1027,8 @@ module Wallee
1205
1027
  # @param query The query restricts the transactions which are returned by the search.
1206
1028
  # @param [Hash] opts the optional parameters
1207
1029
  # @return [Array<Transaction>]
1208
- def transaction_service_search(space_id, query, opts = {})
1209
- 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)
1210
1032
  return data
1211
1033
  end
1212
1034
 
@@ -1216,14 +1038,14 @@ module Wallee
1216
1038
  # @param query The query restricts the transactions which are returned by the search.
1217
1039
  # @param [Hash] opts the optional parameters
1218
1040
  # @return [Array<(Array<Transaction>, Fixnum, Hash)>] Array<Transaction> data, response status code and response headers
1219
- def transaction_service_search_with_http_info(space_id, query, opts = {})
1041
+ def search_with_http_info(space_id, query, opts = {})
1220
1042
  if @api_client.config.debugging
1221
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_search ..."
1043
+ @api_client.config.logger.debug "Calling API: TransactionService.search ..."
1222
1044
  end
1223
1045
  # verify the required parameter 'space_id' is set
1224
- 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?
1225
1047
  # verify the required parameter 'query' is set
1226
- 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?
1227
1049
  # resource path
1228
1050
  local_var_path = "/transaction/search".sub('{format}','json')
1229
1051
 
@@ -1256,7 +1078,7 @@ module Wallee
1256
1078
  :auth_names => auth_names,
1257
1079
  :return_type => 'Array<Transaction>')
1258
1080
  if @api_client.config.debugging
1259
- @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}"
1260
1082
  end
1261
1083
  return data, status_code, headers
1262
1084
  end
@@ -1267,8 +1089,8 @@ module Wallee
1267
1089
  # @param entity The transaction object with the properties which should be updated.
1268
1090
  # @param [Hash] opts the optional parameters
1269
1091
  # @return [Transaction]
1270
- def transaction_service_update(space_id, entity, opts = {})
1271
- 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)
1272
1094
  return data
1273
1095
  end
1274
1096
 
@@ -1278,14 +1100,14 @@ module Wallee
1278
1100
  # @param entity The transaction object with the properties which should be updated.
1279
1101
  # @param [Hash] opts the optional parameters
1280
1102
  # @return [Array<(Transaction, Fixnum, Hash)>] Transaction data, response status code and response headers
1281
- def transaction_service_update_with_http_info(space_id, entity, opts = {})
1103
+ def update_with_http_info(space_id, entity, opts = {})
1282
1104
  if @api_client.config.debugging
1283
- @api_client.config.logger.debug "Calling API: TransactionService.transaction_service_update ..."
1105
+ @api_client.config.logger.debug "Calling API: TransactionService.update ..."
1284
1106
  end
1285
1107
  # verify the required parameter 'space_id' is set
1286
- 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?
1287
1109
  # verify the required parameter 'entity' is set
1288
- 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?
1289
1111
  # resource path
1290
1112
  local_var_path = "/transaction/update".sub('{format}','json')
1291
1113
 
@@ -1318,7 +1140,7 @@ module Wallee
1318
1140
  :auth_names => auth_names,
1319
1141
  :return_type => 'Transaction')
1320
1142
  if @api_client.config.debugging
1321
- @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}"
1322
1144
  end
1323
1145
  return data, status_code, headers
1324
1146
  end
@@ -1329,8 +1151,8 @@ module Wallee
1329
1151
  # @param update_request
1330
1152
  # @param [Hash] opts the optional parameters
1331
1153
  # @return [TransactionLineItemVersion]
1332
- def transaction_service_update_transaction_line_items(space_id, update_request, opts = {})
1333
- 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)
1334
1156
  return data
1335
1157
  end
1336
1158
 
@@ -1340,14 +1162,14 @@ module Wallee
1340
1162
  # @param update_request
1341
1163
  # @param [Hash] opts the optional parameters
1342
1164
  # @return [Array<(TransactionLineItemVersion, Fixnum, Hash)>] TransactionLineItemVersion data, response status code and response headers
1343
- 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 = {})
1344
1166
  if @api_client.config.debugging
1345
- @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 ..."
1346
1168
  end
1347
1169
  # verify the required parameter 'space_id' is set
1348
- 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?
1349
1171
  # verify the required parameter 'update_request' is set
1350
- 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?
1351
1173
  # resource path
1352
1174
  local_var_path = "/transaction/updateTransactionLineItems".sub('{format}','json')
1353
1175
 
@@ -1363,7 +1185,7 @@ module Wallee
1363
1185
  local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
1364
1186
 
1365
1187
  # HTTP header 'Content-Type'
1366
- local_header_content_type = []
1188
+ local_header_content_type = ['application/json;charset=utf-8']
1367
1189
  header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
1368
1190
 
1369
1191
  # form parameters
@@ -1380,7 +1202,7 @@ module Wallee
1380
1202
  :auth_names => auth_names,
1381
1203
  :return_type => 'TransactionLineItemVersion')
1382
1204
  if @api_client.config.debugging
1383
- @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}"
1384
1206
  end
1385
1207
  return data, status_code, headers
1386
1208
  end