wallee-ruby-sdk 2.0.1 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE +1 -1
  4. data/README.md +3 -3
  5. data/lib/wallee-ruby-sdk.rb +128 -11
  6. data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
  7. data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
  8. data/lib/wallee-ruby-sdk/api/bank_account_service_api.rb +213 -0
  9. data/lib/wallee-ruby-sdk/api/bank_transaction_service_api.rb +213 -0
  10. data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
  11. data/lib/wallee-ruby-sdk/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/api/charge_flow_level_service_api.rb +27 -31
  15. data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
  16. data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
  17. data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
  18. data/lib/wallee-ruby-sdk/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/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/api/customer_service_api.rb +398 -0
  24. data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
  25. data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
  26. data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
  27. data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
  28. data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
  29. data/lib/wallee-ruby-sdk/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/api/human_user_service_api.rb +41 -45
  32. data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
  33. data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
  34. data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
  35. data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
  36. data/lib/wallee-ruby-sdk/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/api/label_description_group_service_api.rb +11 -15
  39. data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
  40. data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
  41. data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
  42. data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
  43. data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
  44. data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
  45. data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
  46. data/lib/wallee-ruby-sdk/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/api/payment_method_configuration_service_api.rb +20 -24
  49. data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
  50. data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
  51. data/lib/wallee-ruby-sdk/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/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 +49 -53
  57. data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
  58. data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
  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/api/space_service_api.rb +35 -39
  67. data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
  68. data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +44 -48
  69. data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
  70. data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
  71. data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
  72. data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
  73. data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
  74. data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
  75. data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
  76. data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
  77. data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
  78. data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
  79. data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
  80. data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
  81. data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
  82. data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
  83. data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
  84. data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
  85. data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +177 -114
  86. data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
  87. data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
  88. data/lib/wallee-ruby-sdk/api/token_service_api.rb +237 -52
  89. data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
  90. data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
  91. data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
  92. data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
  93. data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
  94. data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
  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 +6 -10
  97. data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
  98. data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
  99. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +161 -0
  100. data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
  101. data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
  102. data/lib/wallee-ruby-sdk/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/api/webhook_listener_service_api.rb +41 -45
  105. data/lib/wallee-ruby-sdk/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 +36 -6
  110. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
  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 +1 -5
  115. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
  116. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +31 -20
  117. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
  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 +36 -6
  120. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
  121. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
  122. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
  123. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +27 -6
  124. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
  125. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
  126. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
  127. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +120 -6
  128. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
  129. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +40 -5
  130. data/lib/wallee-ruby-sdk/models/account.rb +76 -6
  131. data/lib/wallee-ruby-sdk/models/account_create.rb +36 -6
  132. data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
  133. data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
  134. data/lib/wallee-ruby-sdk/models/account_update.rb +36 -6
  135. data/lib/wallee-ruby-sdk/models/address.rb +236 -15
  136. data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
  137. data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
  138. data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
  139. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
  140. data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
  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/{payment_terminal_device_state.rb → bank_account_state.rb} +6 -11
  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/bank_transaction_source.rb +215 -0
  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/cardholder_authentication.rb +231 -0
  158. data/lib/wallee-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
  159. data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
  160. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +37 -6
  161. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
  162. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
  163. data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
  164. data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
  165. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
  166. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
  167. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
  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 +0 -4
  170. data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
  171. data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
  172. data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
  173. data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
  174. data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
  175. data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
  176. data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
  177. data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
  178. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
  179. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
  180. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
  181. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
  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/{payment_terminal_reference.rb → customer_address.rb} +41 -45
  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 +0 -4
  196. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
  197. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
  198. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
  199. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
  200. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
  201. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +2 -6
  202. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +2 -6
  203. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
  204. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
  205. data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
  206. data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
  207. data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
  208. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
  209. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
  210. data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
  211. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
  212. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
  213. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
  214. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
  215. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
  216. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
  217. data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
  218. data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
  219. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
  220. data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
  221. data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
  222. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
  223. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
  224. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
  225. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
  226. data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
  227. data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → external_transfer_bank_transaction.rb} +38 -62
  228. data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
  229. data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
  230. data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
  231. data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
  232. data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
  233. data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
  234. data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
  235. data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
  236. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
  237. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
  238. data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
  239. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
  240. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
  241. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
  242. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
  243. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
  244. data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
  245. data/lib/wallee-ruby-sdk/models/label.rb +1 -5
  246. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
  247. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
  248. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
  249. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
  250. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
  251. data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
  252. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
  253. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
  254. data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
  255. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
  256. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
  257. data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
  258. data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
  259. data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
  260. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
  261. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
  262. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
  263. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
  264. data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
  265. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
  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 +1 -5
  269. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +29 -6
  270. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
  271. data/lib/wallee-ruby-sdk/models/payment_contract.rb +2 -6
  272. data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
  273. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
  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 +32 -21
  277. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +31 -20
  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 +32 -21
  280. data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
  281. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +31 -20
  282. data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
  283. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
  284. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
  285. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
  286. data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
  287. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
  288. data/lib/wallee-ruby-sdk/models/payment_terminal.rb +27 -16
  289. data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +86 -15
  290. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
  291. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
  292. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +12 -6
  293. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
  294. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +23 -22
  295. data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
  296. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
  297. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
  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 +0 -4
  300. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
  301. data/lib/wallee-ruby-sdk/models/permission.rb +15 -9
  302. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
  303. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
  304. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
  305. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
  306. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
  307. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
  308. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
  309. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
  310. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
  311. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
  312. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
  313. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
  314. data/lib/wallee-ruby-sdk/models/recurring_indicator.rb +37 -0
  315. data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
  316. data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
  317. data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
  318. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
  319. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
  320. data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
  321. data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
  322. data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
  323. data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
  324. data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
  325. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +223 -0
  326. data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
  327. data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
  328. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
  329. data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
  330. data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
  331. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
  332. data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
  333. data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
  334. data/lib/wallee-ruby-sdk/models/role.rb +2 -6
  335. data/lib/wallee-ruby-sdk/models/role_state.rb +37 -0
  336. data/lib/wallee-ruby-sdk/models/sales_channel.rb +245 -0
  337. data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
  338. data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
  339. data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
  340. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +470 -0
  341. data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
  342. data/lib/wallee-ruby-sdk/models/shopify_integration_subscription_app_version.rb +36 -0
  343. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
  344. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
  345. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
  346. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_subscriber.rb} +50 -56
  347. data/lib/wallee-ruby-sdk/models/shopify_subscriber_active.rb +241 -0
  348. data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
  349. data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
  350. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +375 -0
  351. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +546 -0
  352. data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +546 -0
  353. data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
  354. data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +363 -0
  355. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +271 -0
  356. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
  357. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_tax_line.rb +201 -0
  358. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
  359. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +366 -0
  360. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
  361. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_state.rb +39 -0
  362. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_update.rb +351 -0
  363. data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
  364. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
  365. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data_create.rb → shopify_subscription_suspension_create.rb} +38 -42
  366. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
  367. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
  368. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
  369. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_addresses_request.rb +211 -0
  370. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +233 -0
  371. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +463 -0
  372. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
  373. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
  374. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
  375. data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
  376. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
  377. data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +301 -0
  378. data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
  379. data/lib/wallee-ruby-sdk/models/space.rb +76 -6
  380. data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
  381. data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
  382. data/lib/wallee-ruby-sdk/models/space_create.rb +36 -6
  383. data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
  384. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
  385. data/lib/wallee-ruby-sdk/models/space_update.rb +36 -6
  386. data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
  387. data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
  388. data/lib/wallee-ruby-sdk/models/subscriber.rb +47 -6
  389. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
  390. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +47 -6
  391. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
  392. data/lib/wallee-ruby-sdk/models/subscription.rb +62 -6
  393. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +50 -6
  394. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +59 -6
  395. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +50 -6
  396. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +50 -6
  397. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
  398. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
  399. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
  400. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +65 -6
  401. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +65 -6
  402. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
  403. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
  404. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
  405. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
  406. data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  407. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +15 -7
  408. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +37 -7
  409. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +30 -6
  410. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
  411. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
  412. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
  413. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
  414. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
  415. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
  416. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
  417. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
  418. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
  419. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
  420. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
  421. data/lib/wallee-ruby-sdk/models/subscription_product.rb +42 -6
  422. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +27 -6
  423. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +33 -7
  424. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
  425. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
  426. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
  427. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
  428. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +33 -7
  429. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +46 -6
  430. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
  431. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
  432. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
  433. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +27 -6
  434. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +15 -9
  435. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
  436. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
  437. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
  438. data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
  439. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
  440. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
  441. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
  442. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
  443. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
  444. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
  445. data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
  446. data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
  447. data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
  448. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
  449. data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
  450. data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
  451. data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
  452. data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
  453. data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
  454. data/lib/wallee-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
  455. data/lib/wallee-ruby-sdk/models/terminal_receipt_format.rb +35 -0
  456. data/lib/wallee-ruby-sdk/models/token.rb +32 -6
  457. data/lib/wallee-ruby-sdk/models/token_create.rb +32 -6
  458. data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
  459. data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
  460. data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
  461. data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
  462. data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
  463. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data.rb → tokenized_card_data.rb} +24 -38
  464. data/lib/wallee-ruby-sdk/models/tokenized_card_data_create.rb +348 -0
  465. data/lib/wallee-ruby-sdk/models/transaction.rb +257 -9
  466. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
  467. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
  468. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
  469. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
  470. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +51 -6
  471. data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
  472. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
  473. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +55 -6
  474. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
  475. data/lib/wallee-ruby-sdk/models/transaction_create.rb +154 -6
  476. data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
  477. data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
  478. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
  479. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
  480. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
  481. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
  482. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
  483. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
  484. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
  485. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
  486. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
  487. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +120 -6
  488. data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
  489. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
  490. data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
  491. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
  492. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
  493. data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
  494. data/lib/wallee-ruby-sdk/models/user.rb +1 -5
  495. data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
  496. data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
  497. data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
  498. data/lib/wallee-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
  499. data/lib/wallee-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
  500. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
  501. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
  502. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
  503. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
  504. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
  505. data/lib/wallee-ruby-sdk/models/webhook_url.rb +51 -6
  506. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +40 -5
  507. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +40 -5
  508. data/lib/wallee-ruby-sdk/version.rb +1 -5
  509. data/test/condition_type_service_test.rb +22 -0
  510. data/test/transaction_create_service_test.rb +2 -2
  511. data/test/transaction_payment_page_service_test.rb +3 -3
  512. data/wallee-ruby-sdk.gemspec +4 -7
  513. metadata +161 -19
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -118,7 +114,7 @@ module Wallee
118
114
  return nil unless attributes.is_a?(Hash)
119
115
  self.class.swagger_types.each_pair do |key, type|
120
116
  if type =~ /\AArray<(.*)>/i
121
- # check to ensure the input is an array given that the the attribute
117
+ # check to ensure the input is an array given that the attribute
122
118
  # is documented as an array but the input is not
123
119
  if attributes[self.class.attribute_map[key]].is_a?(Array)
124
120
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -112,15 +108,30 @@ module Wallee
112
108
  # @return Array for valid properties with the reasons
113
109
  def list_invalid_properties
114
110
  invalid_properties = Array.new
111
+ if !@name.nil? && @name.to_s.length > 100
112
+ invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
113
+ end
114
+
115
115
  invalid_properties
116
116
  end
117
117
 
118
118
  # Check to see if the all the properties in the model are valid
119
119
  # @return true if the model is valid
120
120
  def valid?
121
+ return false if !@name.nil? && @name.to_s.length > 100
121
122
  true
122
123
  end
123
124
 
125
+ # Custom attribute writer method with validation
126
+ # @param [Object] name Value to be assigned
127
+ def name=(name)
128
+ if !name.nil? && name.to_s.length > 100
129
+ fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
130
+ end
131
+
132
+ @name = name
133
+ end
134
+
124
135
  # Checks equality by comparing each attribute.
125
136
  # @param [Object] Object to be compared
126
137
  def ==(o)
@@ -154,7 +165,7 @@ module Wallee
154
165
  return nil unless attributes.is_a?(Hash)
155
166
  self.class.swagger_types.each_pair do |key, type|
156
167
  if type =~ /\AArray<(.*)>/i
157
- # check to ensure the input is an array given that the the attribute
168
+ # check to ensure the input is an array given that the attribute
158
169
  # is documented as an array but the input is not
159
170
  if attributes[self.class.attribute_map[key]].is_a?(Array)
160
171
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -118,7 +114,7 @@ module Wallee
118
114
  return nil unless attributes.is_a?(Hash)
119
115
  self.class.swagger_types.each_pair do |key, type|
120
116
  if type =~ /\AArray<(.*)>/i
121
- # check to ensure the input is an array given that the the attribute
117
+ # check to ensure the input is an array given that the attribute
122
118
  # is documented as an array but the input is not
123
119
  if attributes[self.class.attribute_map[key]].is_a?(Array)
124
120
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -152,15 +148,30 @@ module Wallee
152
148
  # @return Array for valid properties with the reasons
153
149
  def list_invalid_properties
154
150
  invalid_properties = Array.new
151
+ if !@name.nil? && @name.to_s.length > 100
152
+ invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
153
+ end
154
+
155
155
  invalid_properties
156
156
  end
157
157
 
158
158
  # Check to see if the all the properties in the model are valid
159
159
  # @return true if the model is valid
160
160
  def valid?
161
+ return false if !@name.nil? && @name.to_s.length > 100
161
162
  true
162
163
  end
163
164
 
165
+ # Custom attribute writer method with validation
166
+ # @param [Object] name Value to be assigned
167
+ def name=(name)
168
+ if !name.nil? && name.to_s.length > 100
169
+ fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
170
+ end
171
+
172
+ @name = name
173
+ end
174
+
164
175
  # Checks equality by comparing each attribute.
165
176
  # @param [Object] Object to be compared
166
177
  def ==(o)
@@ -198,7 +209,7 @@ module Wallee
198
209
  return nil unless attributes.is_a?(Hash)
199
210
  self.class.swagger_types.each_pair do |key, type|
200
211
  if type =~ /\AArray<(.*)>/i
201
- # check to ensure the input is an array given that the the attribute
212
+ # check to ensure the input is an array given that the attribute
202
213
  # is documented as an array but the input is not
203
214
  if attributes[self.class.attribute_map[key]].is_a?(Array)
204
215
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -224,7 +220,7 @@ module Wallee
224
220
  return nil unless attributes.is_a?(Hash)
225
221
  self.class.swagger_types.each_pair do |key, type|
226
222
  if type =~ /\AArray<(.*)>/i
227
- # check to ensure the input is an array given that the the attribute
223
+ # check to ensure the input is an array given that the attribute
228
224
  # is documented as an array but the input is not
229
225
  if attributes[self.class.attribute_map[key]].is_a?(Array)
230
226
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -118,7 +114,7 @@ module Wallee
118
114
  return nil unless attributes.is_a?(Hash)
119
115
  self.class.swagger_types.each_pair do |key, type|
120
116
  if type =~ /\AArray<(.*)>/i
121
- # check to ensure the input is an array given that the the attribute
117
+ # check to ensure the input is an array given that the attribute
122
118
  # is documented as an array but the input is not
123
119
  if attributes[self.class.attribute_map[key]].is_a?(Array)
124
120
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -148,15 +144,30 @@ module Wallee
148
144
  # @return Array for valid properties with the reasons
149
145
  def list_invalid_properties
150
146
  invalid_properties = Array.new
147
+ if !@name.nil? && @name.to_s.length > 100
148
+ invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 100.')
149
+ end
150
+
151
151
  invalid_properties
152
152
  end
153
153
 
154
154
  # Check to see if the all the properties in the model are valid
155
155
  # @return true if the model is valid
156
156
  def valid?
157
+ return false if !@name.nil? && @name.to_s.length > 100
157
158
  true
158
159
  end
159
160
 
161
+ # Custom attribute writer method with validation
162
+ # @param [Object] name Value to be assigned
163
+ def name=(name)
164
+ if !name.nil? && name.to_s.length > 100
165
+ fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 100.'
166
+ end
167
+
168
+ @name = name
169
+ end
170
+
160
171
  # Checks equality by comparing each attribute.
161
172
  # @param [Object] Object to be compared
162
173
  def ==(o)
@@ -194,7 +205,7 @@ module Wallee
194
205
  return nil unless attributes.is_a?(Hash)
195
206
  self.class.swagger_types.each_pair do |key, type|
196
207
  if type =~ /\AArray<(.*)>/i
197
- # check to ensure the input is an array given that the the attribute
208
+ # check to ensure the input is an array given that the attribute
198
209
  # is documented as an array but the input is not
199
210
  if attributes[self.class.attribute_map[key]].is_a?(Array)
200
211
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -138,7 +134,7 @@ module Wallee
138
134
  return nil unless attributes.is_a?(Hash)
139
135
  self.class.swagger_types.each_pair do |key, type|
140
136
  if type =~ /\AArray<(.*)>/i
141
- # check to ensure the input is an array given that the the attribute
137
+ # check to ensure the input is an array given that the attribute
142
138
  # is documented as an array but the input is not
143
139
  if attributes[self.class.attribute_map[key]].is_a?(Array)
144
140
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -106,7 +102,7 @@ module Wallee
106
102
  return nil unless attributes.is_a?(Hash)
107
103
  self.class.swagger_types.each_pair do |key, type|
108
104
  if type =~ /\AArray<(.*)>/i
109
- # check to ensure the input is an array given that the the attribute
105
+ # check to ensure the input is an array given that the attribute
110
106
  # is documented as an array but the input is not
111
107
  if attributes[self.class.attribute_map[key]].is_a?(Array)
112
108
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -111,7 +107,7 @@ module Wallee
111
107
  return nil unless attributes.is_a?(Hash)
112
108
  self.class.swagger_types.each_pair do |key, type|
113
109
  if type =~ /\AArray<(.*)>/i
114
- # check to ensure the input is an array given that the the attribute
110
+ # check to ensure the input is an array given that the attribute
115
111
  # is documented as an array but the input is not
116
112
  if attributes[self.class.attribute_map[key]].is_a?(Array)
117
113
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -136,7 +132,7 @@ module Wallee
136
132
  return nil unless attributes.is_a?(Hash)
137
133
  self.class.swagger_types.each_pair do |key, type|
138
134
  if type =~ /\AArray<(.*)>/i
139
- # check to ensure the input is an array given that the the attribute
135
+ # check to ensure the input is an array given that the attribute
140
136
  # is documented as an array but the input is not
141
137
  if attributes[self.class.attribute_map[key]].is_a?(Array)
142
138
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -141,7 +137,7 @@ module Wallee
141
137
  return nil unless attributes.is_a?(Hash)
142
138
  self.class.swagger_types.each_pair do |key, type|
143
139
  if type =~ /\AArray<(.*)>/i
144
- # check to ensure the input is an array given that the the attribute
140
+ # check to ensure the input is an array given that the attribute
145
141
  # is documented as an array but the input is not
146
142
  if attributes[self.class.attribute_map[key]].is_a?(Array)
147
143
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -114,7 +110,7 @@ module Wallee
114
110
  return nil unless attributes.is_a?(Hash)
115
111
  self.class.swagger_types.each_pair do |key, type|
116
112
  if type =~ /\AArray<(.*)>/i
117
- # check to ensure the input is an array given that the the attribute
113
+ # check to ensure the input is an array given that the attribute
118
114
  # is documented as an array but the input is not
119
115
  if attributes[self.class.attribute_map[key]].is_a?(Array)
120
116
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -23,30 +19,24 @@ require 'date'
23
19
 
24
20
  module Wallee
25
21
  #
26
- class PaymentTerminalDevice
22
+ class ExternalTransferBankTransaction
27
23
  #
28
- attr_accessor :account
29
-
30
- # The created on date indicates the date on which the entity was stored into the database.
31
- attr_accessor :created_on
32
-
33
- # The ID is the primary key of the entity. The ID identifies the entity uniquely.
34
- attr_accessor :id
24
+ attr_accessor :bank_transaction
35
25
 
36
26
  #
37
- attr_accessor :model
27
+ attr_accessor :external_account_identifier
38
28
 
39
29
  #
40
- attr_accessor :name
30
+ attr_accessor :external_account_type
41
31
 
42
32
  #
43
- attr_accessor :serial_number
33
+ attr_accessor :external_bank_name
44
34
 
45
- #
46
- attr_accessor :state
35
+ # The ID is the primary key of the entity. The ID identifies the entity uniquely.
36
+ attr_accessor :id
47
37
 
48
- #
49
- attr_accessor :terminal
38
+ # The linked space id holds the ID of the space to which the entity belongs to.
39
+ attr_accessor :linked_space_id
50
40
 
51
41
  # The version number indicates the version of the entity. The version is incremented whenever the entity is changed.
52
42
  attr_accessor :version
@@ -54,14 +44,12 @@ module Wallee
54
44
  # Attribute mapping from ruby-style variable name to JSON key.
55
45
  def self.attribute_map
56
46
  {
57
- :'account' => :'account',
58
- :'created_on' => :'createdOn',
47
+ :'bank_transaction' => :'bankTransaction',
48
+ :'external_account_identifier' => :'externalAccountIdentifier',
49
+ :'external_account_type' => :'externalAccountType',
50
+ :'external_bank_name' => :'externalBankName',
59
51
  :'id' => :'id',
60
- :'model' => :'model',
61
- :'name' => :'name',
62
- :'serial_number' => :'serialNumber',
63
- :'state' => :'state',
64
- :'terminal' => :'terminal',
52
+ :'linked_space_id' => :'linkedSpaceId',
65
53
  :'version' => :'version'
66
54
  }
67
55
  end
@@ -69,14 +57,12 @@ module Wallee
69
57
  # Attribute type mapping.
70
58
  def self.swagger_types
71
59
  {
72
- :'account' => :'Account',
73
- :'created_on' => :'DateTime',
60
+ :'bank_transaction' => :'BankTransaction',
61
+ :'external_account_identifier' => :'String',
62
+ :'external_account_type' => :'String',
63
+ :'external_bank_name' => :'String',
74
64
  :'id' => :'Integer',
75
- :'model' => :'PaymentTerminalDeviceModel',
76
- :'name' => :'String',
77
- :'serial_number' => :'String',
78
- :'state' => :'PaymentTerminalDeviceState',
79
- :'terminal' => :'PaymentTerminalReference',
65
+ :'linked_space_id' => :'Integer',
80
66
  :'version' => :'Integer'
81
67
  }
82
68
  end
@@ -89,36 +75,28 @@ module Wallee
89
75
  # convert string to symbol for hash key
90
76
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
91
77
 
92
- if attributes.has_key?(:'account')
93
- self.account = attributes[:'account']
94
- end
95
-
96
- if attributes.has_key?(:'createdOn')
97
- self.created_on = attributes[:'createdOn']
78
+ if attributes.has_key?(:'bankTransaction')
79
+ self.bank_transaction = attributes[:'bankTransaction']
98
80
  end
99
81
 
100
- if attributes.has_key?(:'id')
101
- self.id = attributes[:'id']
82
+ if attributes.has_key?(:'externalAccountIdentifier')
83
+ self.external_account_identifier = attributes[:'externalAccountIdentifier']
102
84
  end
103
85
 
104
- if attributes.has_key?(:'model')
105
- self.model = attributes[:'model']
86
+ if attributes.has_key?(:'externalAccountType')
87
+ self.external_account_type = attributes[:'externalAccountType']
106
88
  end
107
89
 
108
- if attributes.has_key?(:'name')
109
- self.name = attributes[:'name']
90
+ if attributes.has_key?(:'externalBankName')
91
+ self.external_bank_name = attributes[:'externalBankName']
110
92
  end
111
93
 
112
- if attributes.has_key?(:'serialNumber')
113
- self.serial_number = attributes[:'serialNumber']
114
- end
115
-
116
- if attributes.has_key?(:'state')
117
- self.state = attributes[:'state']
94
+ if attributes.has_key?(:'id')
95
+ self.id = attributes[:'id']
118
96
  end
119
97
 
120
- if attributes.has_key?(:'terminal')
121
- self.terminal = attributes[:'terminal']
98
+ if attributes.has_key?(:'linkedSpaceId')
99
+ self.linked_space_id = attributes[:'linkedSpaceId']
122
100
  end
123
101
 
124
102
  if attributes.has_key?(:'version')
@@ -144,14 +122,12 @@ module Wallee
144
122
  def ==(o)
145
123
  return true if self.equal?(o)
146
124
  self.class == o.class &&
147
- account == o.account &&
148
- created_on == o.created_on &&
125
+ bank_transaction == o.bank_transaction &&
126
+ external_account_identifier == o.external_account_identifier &&
127
+ external_account_type == o.external_account_type &&
128
+ external_bank_name == o.external_bank_name &&
149
129
  id == o.id &&
150
- model == o.model &&
151
- name == o.name &&
152
- serial_number == o.serial_number &&
153
- state == o.state &&
154
- terminal == o.terminal &&
130
+ linked_space_id == o.linked_space_id &&
155
131
  version == o.version
156
132
  end
157
133
 
@@ -164,7 +140,7 @@ module Wallee
164
140
  # Calculates hash code according to all attributes.
165
141
  # @return [Fixnum] Hash code
166
142
  def hash
167
- [account, created_on, id, model, name, serial_number, state, terminal, version].hash
143
+ [bank_transaction, external_account_identifier, external_account_type, external_bank_name, id, linked_space_id, version].hash
168
144
  end
169
145
 
170
146
  # Builds the object from hash
@@ -174,7 +150,7 @@ module Wallee
174
150
  return nil unless attributes.is_a?(Hash)
175
151
  self.class.swagger_types.each_pair do |key, type|
176
152
  if type =~ /\AArray<(.*)>/i
177
- # check to ensure the input is an array given that the the attribute
153
+ # check to ensure the input is an array given that the attribute
178
154
  # is documented as an array but the input is not
179
155
  if attributes[self.class.attribute_map[key]].is_a?(Array)
180
156
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )