wallee-ruby-sdk 1.0.2 → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (495) 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 +252 -116
  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/{services → api}/card_processing_service_api.rb +20 -24
  9. data/lib/wallee-ruby-sdk/{services → api}/charge_attempt_service_api.rb +20 -24
  10. data/lib/wallee-ruby-sdk/{services/email_template_service_api.rb → api/charge_bank_transaction_service_api.rb} +36 -40
  11. data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
  12. data/lib/wallee-ruby-sdk/{services → api}/charge_flow_level_service_api.rb +27 -31
  13. data/lib/wallee-ruby-sdk/{services → api}/charge_flow_service_api.rb +36 -40
  14. data/lib/wallee-ruby-sdk/{services → api}/condition_type_service_api.rb +11 -15
  15. data/lib/wallee-ruby-sdk/{services → api}/country_service_api.rb +5 -9
  16. data/lib/wallee-ruby-sdk/{services → api}/country_state_service_api.rb +11 -15
  17. data/lib/wallee-ruby-sdk/{services → api}/currency_service_api.rb +5 -9
  18. data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
  19. data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
  20. data/lib/wallee-ruby-sdk/{services/token_service_api.rb → api/customer_service_api.rb} +68 -72
  21. data/lib/wallee-ruby-sdk/{services → api}/debt_collection_case_service_api.rb +87 -91
  22. data/lib/wallee-ruby-sdk/{services → api}/debt_collector_configuration_service_api.rb +20 -24
  23. data/lib/wallee-ruby-sdk/{services → api}/debt_collector_service_api.rb +11 -15
  24. data/lib/wallee-ruby-sdk/{services → api}/delivery_indication_service_api.rb +34 -38
  25. data/lib/wallee-ruby-sdk/{services → api}/document_template_service_api.rb +20 -24
  26. data/lib/wallee-ruby-sdk/{services → api}/document_template_type_service_api.rb +11 -15
  27. data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
  28. data/lib/wallee-ruby-sdk/{services → api}/human_user_service_api.rb +41 -45
  29. data/lib/wallee-ruby-sdk/{services → api}/installment_payment_service_api.rb +29 -33
  30. data/lib/wallee-ruby-sdk/{services → api}/installment_payment_slice_service_api.rb +21 -25
  31. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_calculation_service_api.rb +7 -11
  32. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_configuration_service_api.rb +21 -25
  33. data/lib/wallee-ruby-sdk/{services → api}/installment_plan_slice_configuration_service_api.rb +21 -25
  34. data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
  35. data/lib/wallee-ruby-sdk/{services → api}/label_description_group_service_api.rb +11 -15
  36. data/lib/wallee-ruby-sdk/{services → api}/label_description_service_api.rb +11 -15
  37. data/lib/wallee-ruby-sdk/{services → api}/language_service_api.rb +5 -9
  38. data/lib/wallee-ruby-sdk/{services → api}/legal_organization_form_service_api.rb +17 -21
  39. data/lib/wallee-ruby-sdk/{services → api}/manual_task_service_api.rb +20 -24
  40. data/lib/wallee-ruby-sdk/{services → api}/mertic_usage_service_api.rb +8 -12
  41. data/lib/wallee-ruby-sdk/{services → api}/payment_connector_configuration_service_api.rb +20 -24
  42. data/lib/wallee-ruby-sdk/{services → api}/payment_connector_service_api.rb +11 -15
  43. data/lib/wallee-ruby-sdk/{services → api}/payment_link_service_api.rb +41 -45
  44. data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
  45. data/lib/wallee-ruby-sdk/{services → api}/payment_method_configuration_service_api.rb +20 -24
  46. data/lib/wallee-ruby-sdk/{services → api}/payment_method_service_api.rb +11 -15
  47. data/lib/wallee-ruby-sdk/{services → api}/payment_processor_configuration_service_api.rb +20 -24
  48. data/lib/wallee-ruby-sdk/{services → api}/payment_processor_service_api.rb +11 -15
  49. data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
  50. data/lib/wallee-ruby-sdk/api/payment_terminal_till_service_api.rb +99 -0
  51. data/lib/wallee-ruby-sdk/{services → api}/permission_service_api.rb +11 -15
  52. data/lib/wallee-ruby-sdk/api/refund_bank_transaction_service_api.rb +213 -0
  53. data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +464 -0
  54. data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
  55. data/lib/wallee-ruby-sdk/{services → api}/refund_service_api.rb +117 -53
  56. data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
  57. data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +213 -0
  58. data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
  59. data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +466 -0
  60. data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
  61. data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
  62. data/lib/wallee-ruby-sdk/api/shopify_transaction_service_api.rb +213 -0
  63. data/lib/wallee-ruby-sdk/{services → api}/space_service_api.rb +35 -39
  64. data/lib/wallee-ruby-sdk/{services → api}/static_value_service_api.rb +11 -15
  65. data/lib/wallee-ruby-sdk/{services → api}/subscriber_service_api.rb +44 -48
  66. data/lib/wallee-ruby-sdk/{services → api}/subscription_affiliate_service_api.rb +41 -45
  67. data/lib/wallee-ruby-sdk/{services → api}/subscription_charge_service_api.rb +34 -38
  68. data/lib/wallee-ruby-sdk/{services → api}/subscription_ledger_entry_service_api.rb +27 -31
  69. data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_service_api.rb +41 -45
  70. data/lib/wallee-ruby-sdk/{services → api}/subscription_metric_usage_service_api.rb +27 -31
  71. data/lib/wallee-ruby-sdk/{services → api}/subscription_period_bill_service_api.rb +26 -30
  72. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_group_service_api.rb +41 -45
  73. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_component_service_api.rb +41 -45
  74. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_fee_tier_service_api.rb +41 -45
  75. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_metered_fee_service_api.rb +41 -45
  76. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_period_fee_service_api.rb +41 -45
  77. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_retirement_service_api.rb +27 -31
  78. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_service_api.rb +34 -38
  79. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_setup_fee_service_api.rb +41 -45
  80. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_retirement_service_api.rb +27 -31
  81. data/lib/wallee-ruby-sdk/{services → api}/subscription_product_version_service_api.rb +41 -45
  82. data/lib/wallee-ruby-sdk/{services → api}/subscription_service_api.rb +237 -107
  83. data/lib/wallee-ruby-sdk/{services → api}/subscription_suspension_service_api.rb +34 -38
  84. data/lib/wallee-ruby-sdk/{services → api}/subscription_version_service_api.rb +20 -24
  85. data/lib/wallee-ruby-sdk/api/token_service_api.rb +587 -0
  86. data/lib/wallee-ruby-sdk/{services → api}/token_version_service_api.rb +27 -31
  87. data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +464 -0
  88. data/lib/wallee-ruby-sdk/{services → api}/transaction_completion_service_api.rb +158 -38
  89. data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +91 -0
  90. data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +464 -0
  91. data/lib/wallee-ruby-sdk/{services → api}/transaction_invoice_service_api.rb +180 -53
  92. data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
  93. data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +86 -0
  94. data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +91 -0
  95. data/lib/wallee-ruby-sdk/{services → api}/transaction_service_api.rb +149 -327
  96. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
  97. data/lib/wallee-ruby-sdk/{services → api}/transaction_void_service_api.rb +34 -38
  98. data/lib/wallee-ruby-sdk/{services → api}/user_account_role_service_api.rb +21 -25
  99. data/lib/wallee-ruby-sdk/{services → api}/user_space_role_service_api.rb +21 -25
  100. data/lib/wallee-ruby-sdk/{services → api}/webhook_listener_service_api.rb +41 -45
  101. data/lib/wallee-ruby-sdk/{services → api}/webhook_url_service_api.rb +41 -45
  102. data/lib/wallee-ruby-sdk/api_client.rb +9 -8
  103. data/lib/wallee-ruby-sdk/api_error.rb +0 -4
  104. data/lib/wallee-ruby-sdk/configuration.rb +2 -6
  105. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +40 -14
  106. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +31 -14
  107. data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
  108. data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
  109. data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
  110. data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +5 -13
  111. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +87 -15
  112. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +35 -28
  113. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
  114. data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_update.rb +320 -0
  115. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +51 -15
  116. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +51 -14
  117. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +30 -14
  118. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +5 -13
  119. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +20 -13
  120. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +35 -13
  121. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
  122. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
  123. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +127 -17
  124. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +43 -14
  125. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +44 -13
  126. data/lib/wallee-ruby-sdk/models/account.rb +90 -13
  127. data/lib/wallee-ruby-sdk/models/account_create.rb +56 -14
  128. data/lib/wallee-ruby-sdk/models/account_state.rb +12 -20
  129. data/lib/wallee-ruby-sdk/models/account_type.rb +9 -17
  130. data/lib/wallee-ruby-sdk/models/account_update.rb +42 -15
  131. data/lib/wallee-ruby-sdk/models/address.rb +240 -22
  132. data/lib/wallee-ruby-sdk/models/address_create.rb +240 -22
  133. data/lib/wallee-ruby-sdk/models/application_user.rb +32 -14
  134. data/lib/wallee-ruby-sdk/models/application_user_create.rb +32 -14
  135. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +31 -13
  136. data/lib/wallee-ruby-sdk/models/application_user_update.rb +33 -15
  137. data/lib/wallee-ruby-sdk/models/bank_account.rb +291 -0
  138. data/lib/wallee-ruby-sdk/models/bank_account_environment.rb +35 -0
  139. data/lib/wallee-ruby-sdk/models/bank_account_state.rb +37 -0
  140. data/lib/wallee-ruby-sdk/models/bank_account_type.rb +227 -0
  141. data/lib/wallee-ruby-sdk/models/bank_transaction.rb +387 -0
  142. data/lib/wallee-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
  143. data/lib/wallee-ruby-sdk/models/{attachment_resource.rb → bank_transaction_source.rb} +33 -28
  144. data/lib/wallee-ruby-sdk/models/bank_transaction_state.rb +35 -0
  145. data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +215 -0
  146. data/lib/wallee-ruby-sdk/models/charge.rb +16 -13
  147. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +61 -13
  148. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +8 -16
  149. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +9 -17
  150. data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
  151. data/lib/wallee-ruby-sdk/models/charge_flow.rb +5 -12
  152. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +5 -12
  153. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +20 -12
  154. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +20 -15
  155. data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
  156. data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +9 -17
  157. data/lib/wallee-ruby-sdk/models/charge_state.rb +9 -17
  158. data/lib/wallee-ruby-sdk/models/charge_type.rb +10 -17
  159. data/lib/wallee-ruby-sdk/models/client_error.rb +5 -12
  160. data/lib/wallee-ruby-sdk/models/client_error_type.rb +9 -17
  161. data/lib/wallee-ruby-sdk/models/completion_line_item.rb +226 -0
  162. data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +245 -0
  163. data/lib/wallee-ruby-sdk/models/condition.rb +20 -12
  164. data/lib/wallee-ruby-sdk/models/condition_type.rb +7 -14
  165. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +5 -12
  166. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +10 -18
  167. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +11 -19
  168. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +18 -24
  169. data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +241 -0
  170. data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
  171. data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
  172. data/lib/wallee-ruby-sdk/models/customer_address.rb +261 -0
  173. data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
  174. data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
  175. data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
  176. data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
  177. data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
  178. data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
  179. data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
  180. data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
  181. data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
  182. data/lib/wallee-ruby-sdk/models/customers_presence.rb +9 -17
  183. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +8 -16
  184. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +5 -12
  185. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +5 -12
  186. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +20 -12
  187. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +21 -13
  188. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +5 -12
  189. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +7 -14
  190. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +50 -12
  191. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +7 -14
  192. data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +13 -21
  193. data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +7 -14
  194. data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +8 -16
  195. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +29 -12
  196. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +7 -14
  197. data/lib/wallee-ruby-sdk/models/debt_collector.rb +7 -14
  198. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +20 -12
  199. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +7 -14
  200. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +20 -12
  201. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +16 -13
  202. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +7 -14
  203. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +10 -18
  204. data/lib/wallee-ruby-sdk/models/document_template.rb +41 -13
  205. data/lib/wallee-ruby-sdk/models/document_template_type.rb +18 -15
  206. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +203 -0
  207. data/lib/wallee-ruby-sdk/models/entity_export_request.rb +6 -13
  208. data/lib/wallee-ruby-sdk/models/entity_query.rb +5 -12
  209. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +6 -13
  210. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +9 -17
  211. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +7 -14
  212. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +8 -16
  213. data/lib/wallee-ruby-sdk/models/environment.rb +8 -16
  214. data/lib/wallee-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
  215. data/lib/wallee-ruby-sdk/models/failure_category.rb +11 -19
  216. data/lib/wallee-ruby-sdk/models/failure_reason.rb +7 -14
  217. data/lib/wallee-ruby-sdk/models/feature.rb +18 -15
  218. data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
  219. data/lib/wallee-ruby-sdk/models/gender.rb +8 -16
  220. data/lib/wallee-ruby-sdk/models/human_user.rb +107 -14
  221. data/lib/wallee-ruby-sdk/models/human_user_create.rb +86 -13
  222. data/lib/wallee-ruby-sdk/models/human_user_update.rb +88 -15
  223. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +5 -12
  224. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +5 -12
  225. data/lib/wallee-ruby-sdk/models/installment_payment.rb +5 -12
  226. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +5 -12
  227. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +13 -21
  228. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +14 -22
  229. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +20 -12
  230. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +5 -12
  231. data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
  232. data/lib/wallee-ruby-sdk/models/label.rb +5 -12
  233. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +7 -14
  234. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +8 -16
  235. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +7 -14
  236. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +7 -14
  237. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +5 -12
  238. data/lib/wallee-ruby-sdk/models/line_item.rb +121 -14
  239. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +35 -12
  240. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +45 -14
  241. data/lib/wallee-ruby-sdk/models/line_item_create.rb +84 -19
  242. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +20 -12
  243. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +27 -15
  244. data/lib/wallee-ruby-sdk/models/line_item_type.rb +10 -18
  245. data/lib/wallee-ruby-sdk/models/localized_string.rb +5 -12
  246. data/lib/wallee-ruby-sdk/models/manual_task.rb +5 -12
  247. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +6 -13
  248. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +9 -17
  249. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +9 -17
  250. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +7 -14
  251. data/lib/wallee-ruby-sdk/models/metric_usage.rb +7 -14
  252. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +9 -17
  253. data/lib/wallee-ruby-sdk/models/payment_adjustment.rb +231 -0
  254. data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +215 -0
  255. data/lib/wallee-ruby-sdk/models/payment_connector.rb +8 -15
  256. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +33 -13
  257. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +5 -12
  258. data/lib/wallee-ruby-sdk/models/payment_contract.rb +29 -12
  259. data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +11 -19
  260. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +7 -14
  261. data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
  262. data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
  263. data/lib/wallee-ruby-sdk/models/payment_link.rb +59 -27
  264. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +37 -29
  265. data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
  266. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +64 -28
  267. data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +8 -16
  268. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +37 -29
  269. data/lib/wallee-ruby-sdk/models/payment_method.rb +8 -15
  270. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +7 -14
  271. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +22 -14
  272. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +9 -17
  273. data/lib/wallee-ruby-sdk/models/payment_processor.rb +10 -17
  274. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +20 -12
  275. data/lib/wallee-ruby-sdk/models/{email_template.rb → payment_terminal.rb} +51 -79
  276. data/lib/wallee-ruby-sdk/models/{space_address_setter.rb → payment_terminal_address.rb} +105 -27
  277. data/lib/wallee-ruby-sdk/models/{email_sender.rb → payment_terminal_configuration.rb} +34 -46
  278. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
  279. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +313 -0
  280. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
  281. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +276 -0
  282. data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
  283. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +281 -0
  284. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
  285. data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +38 -0
  286. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +215 -0
  287. data/lib/wallee-ruby-sdk/models/permission.rb +20 -17
  288. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +5 -12
  289. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +5 -12
  290. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +9 -17
  291. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +5 -12
  292. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +7 -14
  293. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +5 -12
  294. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +7 -14
  295. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +8 -16
  296. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +16 -13
  297. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +18 -15
  298. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +5 -12
  299. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +7 -14
  300. data/lib/wallee-ruby-sdk/models/refund.rb +120 -13
  301. data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
  302. data/lib/wallee-ruby-sdk/models/refund_comment.rb +296 -0
  303. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +236 -0
  304. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +221 -0
  305. data/lib/wallee-ruby-sdk/models/refund_create.rb +67 -21
  306. data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
  307. data/lib/wallee-ruby-sdk/models/refund_state.rb +12 -19
  308. data/lib/wallee-ruby-sdk/models/refund_type.rb +10 -18
  309. data/lib/wallee-ruby-sdk/models/rendered_document.rb +5 -12
  310. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
  311. data/lib/wallee-ruby-sdk/models/resource_path.rb +29 -12
  312. data/lib/wallee-ruby-sdk/models/resource_state.rb +9 -17
  313. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +5 -12
  314. data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +16 -24
  315. data/lib/wallee-ruby-sdk/models/rest_country.rb +5 -12
  316. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +5 -12
  317. data/lib/wallee-ruby-sdk/models/rest_currency.rb +5 -12
  318. data/lib/wallee-ruby-sdk/models/rest_language.rb +5 -12
  319. data/lib/wallee-ruby-sdk/models/role.rb +16 -13
  320. data/lib/wallee-ruby-sdk/models/{email_template_type.rb → sales_channel.rb} +27 -70
  321. data/lib/wallee-ruby-sdk/models/scope.rb +61 -13
  322. data/lib/wallee-ruby-sdk/models/server_error.rb +5 -12
  323. data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
  324. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +470 -0
  325. data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
  326. data/lib/wallee-ruby-sdk/models/shopify_integration_subscription_app_version.rb +36 -0
  327. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
  328. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
  329. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
  330. data/lib/wallee-ruby-sdk/models/shopify_subscriber.rb +281 -0
  331. data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
  332. data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
  333. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +365 -0
  334. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +546 -0
  335. data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +546 -0
  336. data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
  337. data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +353 -0
  338. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +261 -0
  339. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_item.rb +233 -0
  340. data/lib/wallee-ruby-sdk/models/{entity_reference.rb → shopify_subscription_model_tax_line.rb} +27 -14
  341. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
  342. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +366 -0
  343. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
  344. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_state.rb +39 -0
  345. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_update.rb +351 -0
  346. data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
  347. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
  348. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
  349. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
  350. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
  351. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
  352. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_addresses_request.rb +211 -0
  353. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +233 -0
  354. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
  355. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
  356. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
  357. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
  358. data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
  359. data/lib/wallee-ruby-sdk/models/shopify_tax_line.rb +231 -0
  360. data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +301 -0
  361. data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
  362. data/lib/wallee-ruby-sdk/models/space.rb +91 -14
  363. data/lib/wallee-ruby-sdk/models/space_address.rb +120 -22
  364. data/lib/wallee-ruby-sdk/models/space_address_create.rb +120 -22
  365. data/lib/wallee-ruby-sdk/models/space_create.rb +52 -15
  366. data/lib/wallee-ruby-sdk/models/space_reference.rb +5 -12
  367. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +11 -19
  368. data/lib/wallee-ruby-sdk/models/space_update.rb +53 -16
  369. data/lib/wallee-ruby-sdk/models/space_view.rb +29 -12
  370. data/lib/wallee-ruby-sdk/models/static_value.rb +7 -14
  371. data/lib/wallee-ruby-sdk/models/subscriber.rb +51 -13
  372. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +53 -15
  373. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +52 -14
  374. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +53 -15
  375. data/lib/wallee-ruby-sdk/models/subscription.rb +76 -13
  376. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +78 -13
  377. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +92 -14
  378. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +78 -13
  379. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +78 -13
  380. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +32 -15
  381. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +32 -15
  382. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +25 -15
  383. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +79 -13
  384. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +71 -15
  385. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +8 -16
  386. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +11 -19
  387. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +8 -16
  388. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
  389. data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  390. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +22 -17
  391. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +40 -13
  392. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +38 -17
  393. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +9 -17
  394. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +5 -12
  395. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +7 -14
  396. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +7 -14
  397. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +7 -14
  398. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +7 -14
  399. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +20 -12
  400. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +24 -16
  401. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +48 -25
  402. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +5 -12
  403. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +8 -16
  404. data/lib/wallee-ruby-sdk/models/subscription_product.rb +35 -12
  405. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +22 -14
  406. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +36 -13
  407. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +5 -12
  408. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +7 -14
  409. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +20 -12
  410. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +10 -18
  411. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +38 -15
  412. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +40 -13
  413. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +5 -12
  414. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +6 -13
  415. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +11 -19
  416. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +31 -13
  417. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +19 -16
  418. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +5 -12
  419. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +6 -13
  420. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +11 -19
  421. data/lib/wallee-ruby-sdk/models/subscription_state.rb +14 -21
  422. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +20 -12
  423. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +8 -16
  424. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +23 -15
  425. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +9 -17
  426. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +20 -12
  427. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +8 -16
  428. data/lib/wallee-ruby-sdk/models/subscription_update.rb +33 -15
  429. data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
  430. data/lib/wallee-ruby-sdk/models/subscription_version.rb +18 -13
  431. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +12 -20
  432. data/lib/wallee-ruby-sdk/models/tax.rb +29 -12
  433. data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
  434. data/lib/wallee-ruby-sdk/models/tax_class.rb +20 -12
  435. data/lib/wallee-ruby-sdk/models/tax_create.rb +35 -14
  436. data/lib/wallee-ruby-sdk/models/tenant_database.rb +20 -12
  437. data/lib/wallee-ruby-sdk/models/token.rb +59 -12
  438. data/lib/wallee-ruby-sdk/models/token_create.rb +64 -13
  439. data/lib/wallee-ruby-sdk/models/token_update.rb +37 -14
  440. data/lib/wallee-ruby-sdk/models/token_version.rb +78 -13
  441. data/lib/wallee-ruby-sdk/models/token_version_state.rb +9 -17
  442. data/lib/wallee-ruby-sdk/models/token_version_type.rb +7 -14
  443. data/lib/wallee-ruby-sdk/models/{tokenizationn_mode.rb → tokenization_mode.rb} +11 -18
  444. data/lib/wallee-ruby-sdk/models/transaction.rb +292 -17
  445. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +5 -12
  446. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +296 -0
  447. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +236 -0
  448. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +221 -0
  449. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +151 -13
  450. data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
  451. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +9 -17
  452. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +291 -0
  453. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +11 -18
  454. data/lib/wallee-ruby-sdk/models/transaction_create.rb +162 -17
  455. data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +9 -16
  456. data/lib/wallee-ruby-sdk/models/transaction_group.rb +20 -12
  457. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +9 -17
  458. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +76 -14
  459. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
  460. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
  461. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
  462. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +62 -16
  463. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +13 -21
  464. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +6 -13
  465. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +5 -12
  466. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +129 -18
  467. data/lib/wallee-ruby-sdk/models/transaction_state.rb +16 -24
  468. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +11 -17
  469. data/lib/wallee-ruby-sdk/models/transaction_void.rb +5 -12
  470. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +8 -16
  471. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +10 -18
  472. data/lib/wallee-ruby-sdk/models/{email_sender_type.rb → two_factor_authentication_type.rb} +19 -16
  473. data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +68 -12
  474. data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +73 -13
  475. data/lib/wallee-ruby-sdk/models/user.rb +5 -12
  476. data/lib/wallee-ruby-sdk/models/user_account_role.rb +5 -12
  477. data/lib/wallee-ruby-sdk/models/user_space_role.rb +5 -12
  478. data/lib/wallee-ruby-sdk/models/user_type.rb +11 -19
  479. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +20 -12
  480. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +20 -12
  481. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +44 -41
  482. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +6 -13
  483. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +45 -15
  484. data/lib/wallee-ruby-sdk/models/webhook_url.rb +44 -12
  485. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +44 -12
  486. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +46 -14
  487. data/lib/wallee-ruby-sdk/version.rb +1 -5
  488. data/test/condition_type_service_test.rb +22 -0
  489. data/test/{transactioncreate.rb → transaction_create_service_test.rb} +2 -2
  490. data/test/transaction_payment_page_service_test.rb +91 -0
  491. data/wallee-ruby-sdk.gemspec +5 -8
  492. metadata +248 -96
  493. data/lib/wallee-ruby-sdk/services/email_sender_service_api.rb +0 -219
  494. data/lib/wallee-ruby-sdk/services/email_sender_type_service_api.rb +0 -143
  495. data/lib/wallee-ruby-sdk/services/email_template_type_service_api.rb +0 -143
@@ -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
@@ -24,21 +20,17 @@ require 'date'
24
20
  module Wallee
25
21
  class TokenVersionState
26
22
 
27
- UNINITIALIZED = "UNINITIALIZED".freeze
28
- ACTIVE = "ACTIVE".freeze
29
- OBSOLETE = "OBSOLETE".freeze
30
-
31
- # Builds the object from hash
32
- # @param [Hash] attributes Model attributes in the form of hash
33
- # @return [Object] Returns the model itself
23
+ UNINITIALIZED = 'UNINITIALIZED'.freeze
24
+ ACTIVE = 'ACTIVE'.freeze
25
+ OBSOLETE = 'OBSOLETE'.freeze
26
+
27
+ # Builds the enum from string
28
+ # @param [String] The enum value in the form of the string
29
+ # @return [String] The enum value
34
30
  def build_from_hash(value)
35
-
36
- consantValues = TokenVersionState.constants.select{|c| c.to_s == value}
37
- raise "Invalid ENUM value #{value} for class #TokenVersionState" if consantValues.empty?
38
-
31
+ constantValues = TokenVersionState.constants.select { |c| TokenVersionState::const_get(c) == value }
32
+ raise "Invalid ENUM value #{value} for class #TokenVersionState" if constantValues.empty?
39
33
  value
40
-
41
34
  end
42
35
  end
43
-
44
36
  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
@@ -36,7 +32,6 @@ module Wallee
36
32
  #
37
33
  attr_accessor :name
38
34
 
39
-
40
35
  # Attribute mapping from ruby-style variable name to JSON key.
41
36
  def self.attribute_map
42
37
  {
@@ -63,10 +58,10 @@ module Wallee
63
58
  return unless attributes.is_a?(Hash)
64
59
 
65
60
  # convert string to symbol for hash key
66
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
61
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
67
62
 
68
63
  if attributes.has_key?(:'description')
69
- if (value = attributes[:'description']).is_a?(Array)
64
+ if (value = attributes[:'description']).is_a?(Hash)
70
65
  self.description = value
71
66
  end
72
67
  end
@@ -80,24 +75,23 @@ module Wallee
80
75
  end
81
76
 
82
77
  if attributes.has_key?(:'name')
83
- if (value = attributes[:'name']).is_a?(Array)
78
+ if (value = attributes[:'name']).is_a?(Hash)
84
79
  self.name = value
85
80
  end
86
81
  end
87
-
88
82
  end
89
83
 
90
84
  # Show invalid properties with the reasons. Usually used together with valid?
91
- # @return Array for valid properies with the reasons
85
+ # @return Array for valid properties with the reasons
92
86
  def list_invalid_properties
93
87
  invalid_properties = Array.new
94
- return invalid_properties
88
+ invalid_properties
95
89
  end
96
90
 
97
91
  # Check to see if the all the properties in the model are valid
98
92
  # @return true if the model is valid
99
93
  def valid?
100
- return true
94
+ true
101
95
  end
102
96
 
103
97
  # Checks equality by comparing each attribute.
@@ -130,7 +124,7 @@ module Wallee
130
124
  return nil unless attributes.is_a?(Hash)
131
125
  self.class.swagger_types.each_pair do |key, type|
132
126
  if type =~ /\AArray<(.*)>/i
133
- # check to ensure the input is an array given that the the attribute
127
+ # check to ensure the input is an array given that the attribute
134
128
  # is documented as an array but the input is not
135
129
  if attributes[self.class.attribute_map[key]].is_a?(Array)
136
130
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -228,5 +222,4 @@ module Wallee
228
222
  end
229
223
 
230
224
  end
231
-
232
225
  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
@@ -22,23 +18,20 @@ limitations under the License.
22
18
  require 'date'
23
19
 
24
20
  module Wallee
25
- class TokenizationnMode
26
-
27
- FORCE_CREATION = "FORCE_CREATION".freeze
28
- FORCE_CREATION_WITH_ONE_CLICK_PAYMENT = "FORCE_CREATION_WITH_ONE_CLICK_PAYMENT".freeze
29
- ALLOW_ONE_CLICK_PAYMENT = "ALLOW_ONE_CLICK_PAYMENT".freeze
21
+ class TokenizationMode
30
22
 
31
- # Builds the object from hash
32
- # @param [Hash] attributes Model attributes in the form of hash
33
- # @return [Object] Returns the model itself
23
+ FORCE_UPDATE = 'FORCE_UPDATE'.freeze
24
+ FORCE_CREATION = 'FORCE_CREATION'.freeze
25
+ FORCE_CREATION_WITH_ONE_CLICK_PAYMENT = 'FORCE_CREATION_WITH_ONE_CLICK_PAYMENT'.freeze
26
+ ALLOW_ONE_CLICK_PAYMENT = 'ALLOW_ONE_CLICK_PAYMENT'.freeze
27
+
28
+ # Builds the enum from string
29
+ # @param [String] The enum value in the form of the string
30
+ # @return [String] The enum value
34
31
  def build_from_hash(value)
35
-
36
- consantValues = TokenizationnMode.constants.select{|c| c.to_s == value}
37
- raise "Invalid ENUM value #{value} for class #TokenizationnMode" if consantValues.empty?
38
-
32
+ constantValues = TokenizationMode.constants.select { |c| TokenizationMode::const_get(c) == value }
33
+ raise "Invalid ENUM value #{value} for class #TokenizationMode" if constantValues.empty?
39
34
  value
40
-
41
35
  end
42
36
  end
43
-
44
37
  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
@@ -39,6 +35,12 @@ module Wallee
39
35
  #
40
36
  attr_accessor :authorization_amount
41
37
 
38
+ # The environment in which this transaction was successfully authorized.
39
+ attr_accessor :authorization_environment
40
+
41
+ # The sales channel through which the transaction was placed.
42
+ attr_accessor :authorization_sales_channel
43
+
42
44
  # This is the time on which the transaction will be timed out when it is not at least authorized. The timeout time may change over time.
43
45
  attr_accessor :authorization_timeout_on
44
46
 
@@ -54,9 +56,15 @@ module Wallee
54
56
  # When the charging of the customer fails we can retry the charging. This implies that we redirect the user back to the payment page which allows the customer to retry. By default we will retry.
55
57
  attr_accessor :charge_retry_enabled
56
58
 
59
+ # The completed amount is the total amount which has been captured so far.
60
+ attr_accessor :completed_amount
61
+
57
62
  #
58
63
  attr_accessor :completed_on
59
64
 
65
+ # The completion behavior controls when the transaction is completed.
66
+ attr_accessor :completion_behavior
67
+
60
68
  #
61
69
  attr_accessor :completion_timeout_on
62
70
 
@@ -90,6 +98,9 @@ module Wallee
90
98
  # The device session identifier links the transaction with the session identifier provided in the URL of the device data JavaScript. This allows to link the transaction with the collected device data of the buyer.
91
99
  attr_accessor :device_session_identifier
92
100
 
101
+ # Flag indicating whether email sending is disabled for this particular transaction. Defaults to false.
102
+ attr_accessor :emails_disabled
103
+
93
104
  # The transaction's end of life indicates the date from which on no operation can be carried out anymore.
94
105
  attr_accessor :end_of_life
95
106
 
@@ -123,6 +134,9 @@ module Wallee
123
134
  #
124
135
  attr_accessor :invoice_merchant_reference
125
136
 
137
+ #
138
+ attr_accessor :java_enabled
139
+
126
140
  #
127
141
  attr_accessor :language
128
142
 
@@ -138,6 +152,9 @@ module Wallee
138
152
  # Meta data allow to store additional data along the object.
139
153
  attr_accessor :meta_data
140
154
 
155
+ #
156
+ attr_accessor :parent
157
+
141
158
  #
142
159
  attr_accessor :payment_connector_configuration
143
160
 
@@ -150,6 +167,15 @@ module Wallee
150
167
  # The refunded amount is the total amount which has been refunded so far.
151
168
  attr_accessor :refunded_amount
152
169
 
170
+ #
171
+ attr_accessor :screen_color_depth
172
+
173
+ #
174
+ attr_accessor :screen_height
175
+
176
+ #
177
+ attr_accessor :screen_width
178
+
153
179
  #
154
180
  attr_accessor :shipping_address
155
181
 
@@ -165,15 +191,24 @@ module Wallee
165
191
  # The user will be redirected to success URL when the transaction could be authorized or completed. In case no success URL is specified a default success page will be displayed.
166
192
  attr_accessor :success_url
167
193
 
194
+ # The terminal on which the payment was processed.
195
+ attr_accessor :terminal
196
+
168
197
  # The time zone defines in which time zone the customer is located in. The time zone may affects how dates are formatted when interacting with the customer.
169
198
  attr_accessor :time_zone
170
199
 
171
200
  #
172
201
  attr_accessor :token
173
202
 
174
- # The tokenization mode controls if and how a token is automatically applied to the transaction. When a token is directly assigned to the transaction the mode will have no effect at all. Obmitting the mode will disable the automatic application of a token.
203
+ # The tokenization mode controls if and how the tokenization of payment information is applied to the transaction.
175
204
  attr_accessor :tokenization_mode
176
205
 
206
+ # The total applied fees is the sum of all fees that have been applied so far.
207
+ attr_accessor :total_applied_fees
208
+
209
+ # The total settled amount is the total amount which has been settled so far.
210
+ attr_accessor :total_settled_amount
211
+
177
212
  # The user agent header provides the exact string which contains the user agent of the buyer.
178
213
  attr_accessor :user_agent_header
179
214
 
@@ -186,6 +221,11 @@ module Wallee
186
221
  # The version number indicates the version of the entity. The version is incremented whenever the entity is changed.
187
222
  attr_accessor :version
188
223
 
224
+ #
225
+ attr_accessor :window_height
226
+
227
+ #
228
+ attr_accessor :window_width
189
229
 
190
230
  # Attribute mapping from ruby-style variable name to JSON key.
191
231
  def self.attribute_map
@@ -195,12 +235,16 @@ module Wallee
195
235
  :'allowed_payment_method_brands' => :'allowedPaymentMethodBrands',
196
236
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
197
237
  :'authorization_amount' => :'authorizationAmount',
238
+ :'authorization_environment' => :'authorizationEnvironment',
239
+ :'authorization_sales_channel' => :'authorizationSalesChannel',
198
240
  :'authorization_timeout_on' => :'authorizationTimeoutOn',
199
241
  :'authorized_on' => :'authorizedOn',
200
242
  :'auto_confirmation_enabled' => :'autoConfirmationEnabled',
201
243
  :'billing_address' => :'billingAddress',
202
244
  :'charge_retry_enabled' => :'chargeRetryEnabled',
245
+ :'completed_amount' => :'completedAmount',
203
246
  :'completed_on' => :'completedOn',
247
+ :'completion_behavior' => :'completionBehavior',
204
248
  :'completion_timeout_on' => :'completionTimeoutOn',
205
249
  :'confirmed_by' => :'confirmedBy',
206
250
  :'confirmed_on' => :'confirmedOn',
@@ -212,6 +256,7 @@ module Wallee
212
256
  :'customers_presence' => :'customersPresence',
213
257
  :'delivery_decision_made_on' => :'deliveryDecisionMadeOn',
214
258
  :'device_session_identifier' => :'deviceSessionIdentifier',
259
+ :'emails_disabled' => :'emailsDisabled',
215
260
  :'end_of_life' => :'endOfLife',
216
261
  :'environment' => :'environment',
217
262
  :'environment_selection_strategy' => :'environmentSelectionStrategy',
@@ -223,27 +268,37 @@ module Wallee
223
268
  :'internet_protocol_address' => :'internetProtocolAddress',
224
269
  :'internet_protocol_address_country' => :'internetProtocolAddressCountry',
225
270
  :'invoice_merchant_reference' => :'invoiceMerchantReference',
271
+ :'java_enabled' => :'javaEnabled',
226
272
  :'language' => :'language',
227
273
  :'line_items' => :'lineItems',
228
274
  :'linked_space_id' => :'linkedSpaceId',
229
275
  :'merchant_reference' => :'merchantReference',
230
276
  :'meta_data' => :'metaData',
277
+ :'parent' => :'parent',
231
278
  :'payment_connector_configuration' => :'paymentConnectorConfiguration',
232
279
  :'planned_purge_date' => :'plannedPurgeDate',
233
280
  :'processing_on' => :'processingOn',
234
281
  :'refunded_amount' => :'refundedAmount',
282
+ :'screen_color_depth' => :'screenColorDepth',
283
+ :'screen_height' => :'screenHeight',
284
+ :'screen_width' => :'screenWidth',
235
285
  :'shipping_address' => :'shippingAddress',
236
286
  :'shipping_method' => :'shippingMethod',
237
287
  :'space_view_id' => :'spaceViewId',
238
288
  :'state' => :'state',
239
289
  :'success_url' => :'successUrl',
290
+ :'terminal' => :'terminal',
240
291
  :'time_zone' => :'timeZone',
241
292
  :'token' => :'token',
242
293
  :'tokenization_mode' => :'tokenizationMode',
294
+ :'total_applied_fees' => :'totalAppliedFees',
295
+ :'total_settled_amount' => :'totalSettledAmount',
243
296
  :'user_agent_header' => :'userAgentHeader',
244
297
  :'user_failure_message' => :'userFailureMessage',
245
298
  :'user_interface_type' => :'userInterfaceType',
246
- :'version' => :'version'
299
+ :'version' => :'version',
300
+ :'window_height' => :'windowHeight',
301
+ :'window_width' => :'windowWidth'
247
302
  }
248
303
  end
249
304
 
@@ -255,12 +310,16 @@ module Wallee
255
310
  :'allowed_payment_method_brands' => :'Array<PaymentMethodBrand>',
256
311
  :'allowed_payment_method_configurations' => :'Array<Integer>',
257
312
  :'authorization_amount' => :'Float',
313
+ :'authorization_environment' => :'ChargeAttemptEnvironment',
314
+ :'authorization_sales_channel' => :'Integer',
258
315
  :'authorization_timeout_on' => :'DateTime',
259
316
  :'authorized_on' => :'DateTime',
260
317
  :'auto_confirmation_enabled' => :'BOOLEAN',
261
318
  :'billing_address' => :'Address',
262
319
  :'charge_retry_enabled' => :'BOOLEAN',
320
+ :'completed_amount' => :'Float',
263
321
  :'completed_on' => :'DateTime',
322
+ :'completion_behavior' => :'TransactionCompletionBehavior',
264
323
  :'completion_timeout_on' => :'DateTime',
265
324
  :'confirmed_by' => :'Integer',
266
325
  :'confirmed_on' => :'DateTime',
@@ -272,6 +331,7 @@ module Wallee
272
331
  :'customers_presence' => :'CustomersPresence',
273
332
  :'delivery_decision_made_on' => :'DateTime',
274
333
  :'device_session_identifier' => :'String',
334
+ :'emails_disabled' => :'BOOLEAN',
275
335
  :'end_of_life' => :'DateTime',
276
336
  :'environment' => :'Environment',
277
337
  :'environment_selection_strategy' => :'TransactionEnvironmentSelectionStrategy',
@@ -283,27 +343,37 @@ module Wallee
283
343
  :'internet_protocol_address' => :'String',
284
344
  :'internet_protocol_address_country' => :'String',
285
345
  :'invoice_merchant_reference' => :'String',
346
+ :'java_enabled' => :'BOOLEAN',
286
347
  :'language' => :'String',
287
348
  :'line_items' => :'Array<LineItem>',
288
349
  :'linked_space_id' => :'Integer',
289
350
  :'merchant_reference' => :'String',
290
351
  :'meta_data' => :'Hash<String, String>',
352
+ :'parent' => :'Integer',
291
353
  :'payment_connector_configuration' => :'PaymentConnectorConfiguration',
292
354
  :'planned_purge_date' => :'DateTime',
293
355
  :'processing_on' => :'DateTime',
294
356
  :'refunded_amount' => :'Float',
357
+ :'screen_color_depth' => :'String',
358
+ :'screen_height' => :'String',
359
+ :'screen_width' => :'String',
295
360
  :'shipping_address' => :'Address',
296
361
  :'shipping_method' => :'String',
297
362
  :'space_view_id' => :'Integer',
298
363
  :'state' => :'TransactionState',
299
364
  :'success_url' => :'String',
365
+ :'terminal' => :'PaymentTerminal',
300
366
  :'time_zone' => :'String',
301
367
  :'token' => :'Token',
302
- :'tokenization_mode' => :'TokenizationnMode',
368
+ :'tokenization_mode' => :'TokenizationMode',
369
+ :'total_applied_fees' => :'Float',
370
+ :'total_settled_amount' => :'Float',
303
371
  :'user_agent_header' => :'String',
304
372
  :'user_failure_message' => :'String',
305
373
  :'user_interface_type' => :'TransactionUserInterfaceType',
306
- :'version' => :'Integer'
374
+ :'version' => :'Integer',
375
+ :'window_height' => :'String',
376
+ :'window_width' => :'String'
307
377
  }
308
378
  end
309
379
 
@@ -313,7 +383,7 @@ module Wallee
313
383
  return unless attributes.is_a?(Hash)
314
384
 
315
385
  # convert string to symbol for hash key
316
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
386
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
317
387
 
318
388
  if attributes.has_key?(:'acceptHeader')
319
389
  self.accept_header = attributes[:'acceptHeader']
@@ -339,6 +409,14 @@ module Wallee
339
409
  self.authorization_amount = attributes[:'authorizationAmount']
340
410
  end
341
411
 
412
+ if attributes.has_key?(:'authorizationEnvironment')
413
+ self.authorization_environment = attributes[:'authorizationEnvironment']
414
+ end
415
+
416
+ if attributes.has_key?(:'authorizationSalesChannel')
417
+ self.authorization_sales_channel = attributes[:'authorizationSalesChannel']
418
+ end
419
+
342
420
  if attributes.has_key?(:'authorizationTimeoutOn')
343
421
  self.authorization_timeout_on = attributes[:'authorizationTimeoutOn']
344
422
  end
@@ -359,10 +437,18 @@ module Wallee
359
437
  self.charge_retry_enabled = attributes[:'chargeRetryEnabled']
360
438
  end
361
439
 
440
+ if attributes.has_key?(:'completedAmount')
441
+ self.completed_amount = attributes[:'completedAmount']
442
+ end
443
+
362
444
  if attributes.has_key?(:'completedOn')
363
445
  self.completed_on = attributes[:'completedOn']
364
446
  end
365
447
 
448
+ if attributes.has_key?(:'completionBehavior')
449
+ self.completion_behavior = attributes[:'completionBehavior']
450
+ end
451
+
366
452
  if attributes.has_key?(:'completionTimeoutOn')
367
453
  self.completion_timeout_on = attributes[:'completionTimeoutOn']
368
454
  end
@@ -407,6 +493,10 @@ module Wallee
407
493
  self.device_session_identifier = attributes[:'deviceSessionIdentifier']
408
494
  end
409
495
 
496
+ if attributes.has_key?(:'emailsDisabled')
497
+ self.emails_disabled = attributes[:'emailsDisabled']
498
+ end
499
+
410
500
  if attributes.has_key?(:'endOfLife')
411
501
  self.end_of_life = attributes[:'endOfLife']
412
502
  end
@@ -451,6 +541,10 @@ module Wallee
451
541
  self.invoice_merchant_reference = attributes[:'invoiceMerchantReference']
452
542
  end
453
543
 
544
+ if attributes.has_key?(:'javaEnabled')
545
+ self.java_enabled = attributes[:'javaEnabled']
546
+ end
547
+
454
548
  if attributes.has_key?(:'language')
455
549
  self.language = attributes[:'language']
456
550
  end
@@ -470,11 +564,15 @@ module Wallee
470
564
  end
471
565
 
472
566
  if attributes.has_key?(:'metaData')
473
- if (value = attributes[:'metaData']).is_a?(Array)
567
+ if (value = attributes[:'metaData']).is_a?(Hash)
474
568
  self.meta_data = value
475
569
  end
476
570
  end
477
571
 
572
+ if attributes.has_key?(:'parent')
573
+ self.parent = attributes[:'parent']
574
+ end
575
+
478
576
  if attributes.has_key?(:'paymentConnectorConfiguration')
479
577
  self.payment_connector_configuration = attributes[:'paymentConnectorConfiguration']
480
578
  end
@@ -491,6 +589,18 @@ module Wallee
491
589
  self.refunded_amount = attributes[:'refundedAmount']
492
590
  end
493
591
 
592
+ if attributes.has_key?(:'screenColorDepth')
593
+ self.screen_color_depth = attributes[:'screenColorDepth']
594
+ end
595
+
596
+ if attributes.has_key?(:'screenHeight')
597
+ self.screen_height = attributes[:'screenHeight']
598
+ end
599
+
600
+ if attributes.has_key?(:'screenWidth')
601
+ self.screen_width = attributes[:'screenWidth']
602
+ end
603
+
494
604
  if attributes.has_key?(:'shippingAddress')
495
605
  self.shipping_address = attributes[:'shippingAddress']
496
606
  end
@@ -511,6 +621,10 @@ module Wallee
511
621
  self.success_url = attributes[:'successUrl']
512
622
  end
513
623
 
624
+ if attributes.has_key?(:'terminal')
625
+ self.terminal = attributes[:'terminal']
626
+ end
627
+
514
628
  if attributes.has_key?(:'timeZone')
515
629
  self.time_zone = attributes[:'timeZone']
516
630
  end
@@ -523,6 +637,14 @@ module Wallee
523
637
  self.tokenization_mode = attributes[:'tokenizationMode']
524
638
  end
525
639
 
640
+ if attributes.has_key?(:'totalAppliedFees')
641
+ self.total_applied_fees = attributes[:'totalAppliedFees']
642
+ end
643
+
644
+ if attributes.has_key?(:'totalSettledAmount')
645
+ self.total_settled_amount = attributes[:'totalSettledAmount']
646
+ end
647
+
526
648
  if attributes.has_key?(:'userAgentHeader')
527
649
  self.user_agent_header = attributes[:'userAgentHeader']
528
650
  end
@@ -539,19 +661,158 @@ module Wallee
539
661
  self.version = attributes[:'version']
540
662
  end
541
663
 
664
+ if attributes.has_key?(:'windowHeight')
665
+ self.window_height = attributes[:'windowHeight']
666
+ end
667
+
668
+ if attributes.has_key?(:'windowWidth')
669
+ self.window_width = attributes[:'windowWidth']
670
+ end
542
671
  end
543
672
 
544
673
  # Show invalid properties with the reasons. Usually used together with valid?
545
- # @return Array for valid properies with the reasons
674
+ # @return Array for valid properties with the reasons
546
675
  def list_invalid_properties
547
676
  invalid_properties = Array.new
548
- return invalid_properties
677
+ if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
678
+ invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 254.')
679
+ end
680
+
681
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
682
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.')
683
+ end
684
+
685
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
686
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be great than or equal to 10.')
687
+ end
688
+
689
+ if !@failed_url.nil? && @failed_url.to_s.length > 1000
690
+ invalid_properties.push('invalid value for "failed_url", the character length must be smaller than or equal to 1000.')
691
+ end
692
+
693
+ if !@failed_url.nil? && @failed_url.to_s.length < 9
694
+ invalid_properties.push('invalid value for "failed_url", the character length must be great than or equal to 9.')
695
+ end
696
+
697
+ if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
698
+ invalid_properties.push('invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.')
699
+ end
700
+
701
+ if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
702
+ invalid_properties.push('invalid value for "merchant_reference", the character length must be smaller than or equal to 100.')
703
+ end
704
+
705
+ if !@shipping_method.nil? && @shipping_method.to_s.length > 200
706
+ invalid_properties.push('invalid value for "shipping_method", the character length must be smaller than or equal to 200.')
707
+ end
708
+
709
+ if !@success_url.nil? && @success_url.to_s.length > 1000
710
+ invalid_properties.push('invalid value for "success_url", the character length must be smaller than or equal to 1000.')
711
+ end
712
+
713
+ if !@success_url.nil? && @success_url.to_s.length < 9
714
+ invalid_properties.push('invalid value for "success_url", the character length must be great than or equal to 9.')
715
+ end
716
+
717
+ invalid_properties
549
718
  end
550
719
 
551
720
  # Check to see if the all the properties in the model are valid
552
721
  # @return true if the model is valid
553
722
  def valid?
554
- return true
723
+ return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
724
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
725
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
726
+ return false if !@failed_url.nil? && @failed_url.to_s.length > 1000
727
+ return false if !@failed_url.nil? && @failed_url.to_s.length < 9
728
+ return false if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
729
+ return false if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
730
+ return false if !@shipping_method.nil? && @shipping_method.to_s.length > 200
731
+ return false if !@success_url.nil? && @success_url.to_s.length > 1000
732
+ return false if !@success_url.nil? && @success_url.to_s.length < 9
733
+ true
734
+ end
735
+
736
+ # Custom attribute writer method with validation
737
+ # @param [Object] customer_email_address Value to be assigned
738
+ def customer_email_address=(customer_email_address)
739
+ if !customer_email_address.nil? && customer_email_address.to_s.length > 254
740
+ fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 254.'
741
+ end
742
+
743
+ @customer_email_address = customer_email_address
744
+ end
745
+
746
+ # Custom attribute writer method with validation
747
+ # @param [Object] device_session_identifier Value to be assigned
748
+ def device_session_identifier=(device_session_identifier)
749
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length > 40
750
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.'
751
+ end
752
+
753
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length < 10
754
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be great than or equal to 10.'
755
+ end
756
+
757
+ @device_session_identifier = device_session_identifier
758
+ end
759
+
760
+ # Custom attribute writer method with validation
761
+ # @param [Object] failed_url Value to be assigned
762
+ def failed_url=(failed_url)
763
+ if !failed_url.nil? && failed_url.to_s.length > 1000
764
+ fail ArgumentError, 'invalid value for "failed_url", the character length must be smaller than or equal to 1000.'
765
+ end
766
+
767
+ if !failed_url.nil? && failed_url.to_s.length < 9
768
+ fail ArgumentError, 'invalid value for "failed_url", the character length must be great than or equal to 9.'
769
+ end
770
+
771
+ @failed_url = failed_url
772
+ end
773
+
774
+ # Custom attribute writer method with validation
775
+ # @param [Object] invoice_merchant_reference Value to be assigned
776
+ def invoice_merchant_reference=(invoice_merchant_reference)
777
+ if !invoice_merchant_reference.nil? && invoice_merchant_reference.to_s.length > 100
778
+ fail ArgumentError, 'invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.'
779
+ end
780
+
781
+ @invoice_merchant_reference = invoice_merchant_reference
782
+ end
783
+
784
+ # Custom attribute writer method with validation
785
+ # @param [Object] merchant_reference Value to be assigned
786
+ def merchant_reference=(merchant_reference)
787
+ if !merchant_reference.nil? && merchant_reference.to_s.length > 100
788
+ fail ArgumentError, 'invalid value for "merchant_reference", the character length must be smaller than or equal to 100.'
789
+ end
790
+
791
+ @merchant_reference = merchant_reference
792
+ end
793
+
794
+ # Custom attribute writer method with validation
795
+ # @param [Object] shipping_method Value to be assigned
796
+ def shipping_method=(shipping_method)
797
+ if !shipping_method.nil? && shipping_method.to_s.length > 200
798
+ fail ArgumentError, 'invalid value for "shipping_method", the character length must be smaller than or equal to 200.'
799
+ end
800
+
801
+ @shipping_method = shipping_method
802
+ end
803
+
804
+ # Custom attribute writer method with validation
805
+ # @param [Object] success_url Value to be assigned
806
+ def success_url=(success_url)
807
+ if !success_url.nil? && success_url.to_s.length > 1000
808
+ fail ArgumentError, 'invalid value for "success_url", the character length must be smaller than or equal to 1000.'
809
+ end
810
+
811
+ if !success_url.nil? && success_url.to_s.length < 9
812
+ fail ArgumentError, 'invalid value for "success_url", the character length must be great than or equal to 9.'
813
+ end
814
+
815
+ @success_url = success_url
555
816
  end
556
817
 
557
818
  # Checks equality by comparing each attribute.
@@ -564,12 +825,16 @@ module Wallee
564
825
  allowed_payment_method_brands == o.allowed_payment_method_brands &&
565
826
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
566
827
  authorization_amount == o.authorization_amount &&
828
+ authorization_environment == o.authorization_environment &&
829
+ authorization_sales_channel == o.authorization_sales_channel &&
567
830
  authorization_timeout_on == o.authorization_timeout_on &&
568
831
  authorized_on == o.authorized_on &&
569
832
  auto_confirmation_enabled == o.auto_confirmation_enabled &&
570
833
  billing_address == o.billing_address &&
571
834
  charge_retry_enabled == o.charge_retry_enabled &&
835
+ completed_amount == o.completed_amount &&
572
836
  completed_on == o.completed_on &&
837
+ completion_behavior == o.completion_behavior &&
573
838
  completion_timeout_on == o.completion_timeout_on &&
574
839
  confirmed_by == o.confirmed_by &&
575
840
  confirmed_on == o.confirmed_on &&
@@ -581,6 +846,7 @@ module Wallee
581
846
  customers_presence == o.customers_presence &&
582
847
  delivery_decision_made_on == o.delivery_decision_made_on &&
583
848
  device_session_identifier == o.device_session_identifier &&
849
+ emails_disabled == o.emails_disabled &&
584
850
  end_of_life == o.end_of_life &&
585
851
  environment == o.environment &&
586
852
  environment_selection_strategy == o.environment_selection_strategy &&
@@ -592,27 +858,37 @@ module Wallee
592
858
  internet_protocol_address == o.internet_protocol_address &&
593
859
  internet_protocol_address_country == o.internet_protocol_address_country &&
594
860
  invoice_merchant_reference == o.invoice_merchant_reference &&
861
+ java_enabled == o.java_enabled &&
595
862
  language == o.language &&
596
863
  line_items == o.line_items &&
597
864
  linked_space_id == o.linked_space_id &&
598
865
  merchant_reference == o.merchant_reference &&
599
866
  meta_data == o.meta_data &&
867
+ parent == o.parent &&
600
868
  payment_connector_configuration == o.payment_connector_configuration &&
601
869
  planned_purge_date == o.planned_purge_date &&
602
870
  processing_on == o.processing_on &&
603
871
  refunded_amount == o.refunded_amount &&
872
+ screen_color_depth == o.screen_color_depth &&
873
+ screen_height == o.screen_height &&
874
+ screen_width == o.screen_width &&
604
875
  shipping_address == o.shipping_address &&
605
876
  shipping_method == o.shipping_method &&
606
877
  space_view_id == o.space_view_id &&
607
878
  state == o.state &&
608
879
  success_url == o.success_url &&
880
+ terminal == o.terminal &&
609
881
  time_zone == o.time_zone &&
610
882
  token == o.token &&
611
883
  tokenization_mode == o.tokenization_mode &&
884
+ total_applied_fees == o.total_applied_fees &&
885
+ total_settled_amount == o.total_settled_amount &&
612
886
  user_agent_header == o.user_agent_header &&
613
887
  user_failure_message == o.user_failure_message &&
614
888
  user_interface_type == o.user_interface_type &&
615
- version == o.version
889
+ version == o.version &&
890
+ window_height == o.window_height &&
891
+ window_width == o.window_width
616
892
  end
617
893
 
618
894
  # @see the `==` method
@@ -624,7 +900,7 @@ module Wallee
624
900
  # Calculates hash code according to all attributes.
625
901
  # @return [Fixnum] Hash code
626
902
  def hash
627
- [accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_on, completion_timeout_on, confirmed_by, confirmed_on, created_by, created_on, currency, customer_email_address, customer_id, customers_presence, delivery_decision_made_on, device_session_identifier, end_of_life, environment, environment_selection_strategy, failed_on, failed_url, failure_reason, group, id, internet_protocol_address, internet_protocol_address_country, invoice_merchant_reference, language, line_items, linked_space_id, merchant_reference, meta_data, payment_connector_configuration, planned_purge_date, processing_on, refunded_amount, shipping_address, shipping_method, space_view_id, state, success_url, time_zone, token, tokenization_mode, user_agent_header, user_failure_message, user_interface_type, version].hash
903
+ [accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_environment, authorization_sales_channel, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_amount, completed_on, completion_behavior, completion_timeout_on, confirmed_by, confirmed_on, created_by, created_on, currency, customer_email_address, customer_id, customers_presence, delivery_decision_made_on, device_session_identifier, emails_disabled, end_of_life, environment, environment_selection_strategy, failed_on, failed_url, failure_reason, group, id, internet_protocol_address, internet_protocol_address_country, invoice_merchant_reference, java_enabled, language, line_items, linked_space_id, merchant_reference, meta_data, parent, payment_connector_configuration, planned_purge_date, processing_on, refunded_amount, screen_color_depth, screen_height, screen_width, shipping_address, shipping_method, space_view_id, state, success_url, terminal, time_zone, token, tokenization_mode, total_applied_fees, total_settled_amount, user_agent_header, user_failure_message, user_interface_type, version, window_height, window_width].hash
628
904
  end
629
905
 
630
906
  # Builds the object from hash
@@ -634,7 +910,7 @@ module Wallee
634
910
  return nil unless attributes.is_a?(Hash)
635
911
  self.class.swagger_types.each_pair do |key, type|
636
912
  if type =~ /\AArray<(.*)>/i
637
- # check to ensure the input is an array given that the the attribute
913
+ # check to ensure the input is an array given that the attribute
638
914
  # is documented as an array but the input is not
639
915
  if attributes[self.class.attribute_map[key]].is_a?(Array)
640
916
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
@@ -732,5 +1008,4 @@ module Wallee
732
1008
  end
733
1009
 
734
1010
  end
735
-
736
1011
  end