wallee-ruby-sdk 2.0.1 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (457) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE +1 -1
  4. data/README.md +3 -3
  5. data/lib/wallee-ruby-sdk.rb +71 -9
  6. data/lib/wallee-ruby-sdk/api/account_service_api.rb +35 -39
  7. data/lib/wallee-ruby-sdk/api/application_user_service_api.rb +35 -39
  8. data/lib/wallee-ruby-sdk/api/card_processing_service_api.rb +18 -22
  9. data/lib/wallee-ruby-sdk/api/charge_attempt_service_api.rb +20 -24
  10. data/lib/wallee-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +213 -0
  11. data/lib/wallee-ruby-sdk/api/charge_flow_level_service_api.rb +27 -31
  12. data/lib/wallee-ruby-sdk/api/charge_flow_service_api.rb +36 -40
  13. data/lib/wallee-ruby-sdk/api/condition_type_service_api.rb +11 -15
  14. data/lib/wallee-ruby-sdk/api/country_service_api.rb +5 -9
  15. data/lib/wallee-ruby-sdk/api/country_state_service_api.rb +11 -15
  16. data/lib/wallee-ruby-sdk/api/currency_service_api.rb +5 -9
  17. data/lib/wallee-ruby-sdk/api/customer_address_service_api.rb +460 -0
  18. data/lib/wallee-ruby-sdk/api/customer_comment_service_api.rb +522 -0
  19. data/lib/wallee-ruby-sdk/api/customer_service_api.rb +398 -0
  20. data/lib/wallee-ruby-sdk/api/debt_collection_case_service_api.rb +87 -91
  21. data/lib/wallee-ruby-sdk/api/debt_collector_configuration_service_api.rb +20 -24
  22. data/lib/wallee-ruby-sdk/api/debt_collector_service_api.rb +11 -15
  23. data/lib/wallee-ruby-sdk/api/delivery_indication_service_api.rb +34 -38
  24. data/lib/wallee-ruby-sdk/api/document_template_service_api.rb +20 -24
  25. data/lib/wallee-ruby-sdk/api/document_template_type_service_api.rb +11 -15
  26. data/lib/wallee-ruby-sdk/api/human_user_service_api.rb +41 -45
  27. data/lib/wallee-ruby-sdk/api/installment_payment_service_api.rb +29 -33
  28. data/lib/wallee-ruby-sdk/api/installment_payment_slice_service_api.rb +21 -25
  29. data/lib/wallee-ruby-sdk/api/installment_plan_calculation_service_api.rb +7 -11
  30. data/lib/wallee-ruby-sdk/api/installment_plan_configuration_service_api.rb +21 -25
  31. data/lib/wallee-ruby-sdk/api/installment_plan_slice_configuration_service_api.rb +21 -25
  32. data/lib/wallee-ruby-sdk/api/label_description_group_service_api.rb +11 -15
  33. data/lib/wallee-ruby-sdk/api/label_description_service_api.rb +11 -15
  34. data/lib/wallee-ruby-sdk/api/language_service_api.rb +5 -9
  35. data/lib/wallee-ruby-sdk/api/legal_organization_form_service_api.rb +17 -21
  36. data/lib/wallee-ruby-sdk/api/manual_task_service_api.rb +20 -24
  37. data/lib/wallee-ruby-sdk/api/mertic_usage_service_api.rb +8 -12
  38. data/lib/wallee-ruby-sdk/api/payment_connector_configuration_service_api.rb +20 -24
  39. data/lib/wallee-ruby-sdk/api/payment_connector_service_api.rb +11 -15
  40. data/lib/wallee-ruby-sdk/api/payment_link_service_api.rb +41 -45
  41. data/lib/wallee-ruby-sdk/api/payment_method_brand_service_api.rb +139 -0
  42. data/lib/wallee-ruby-sdk/api/payment_method_configuration_service_api.rb +20 -24
  43. data/lib/wallee-ruby-sdk/api/payment_method_service_api.rb +11 -15
  44. data/lib/wallee-ruby-sdk/api/payment_processor_configuration_service_api.rb +20 -24
  45. data/lib/wallee-ruby-sdk/api/payment_processor_service_api.rb +11 -15
  46. data/lib/wallee-ruby-sdk/api/payment_terminal_service_api.rb +213 -0
  47. data/lib/wallee-ruby-sdk/api/permission_service_api.rb +11 -15
  48. data/lib/wallee-ruby-sdk/api/refund_comment_service_api.rb +49 -53
  49. data/lib/wallee-ruby-sdk/api/refund_service_api.rb +56 -60
  50. data/lib/wallee-ruby-sdk/api/shopify_recurring_order_service_api.rb +274 -0
  51. data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +213 -0
  52. data/lib/wallee-ruby-sdk/api/shopify_subscription_product_service_api.rb +337 -0
  53. data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +342 -0
  54. data/lib/wallee-ruby-sdk/api/shopify_subscription_suspension_service_api.rb +337 -0
  55. data/lib/wallee-ruby-sdk/api/shopify_subscription_version_service_api.rb +213 -0
  56. data/lib/wallee-ruby-sdk/api/space_service_api.rb +35 -39
  57. data/lib/wallee-ruby-sdk/api/static_value_service_api.rb +11 -15
  58. data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +41 -45
  59. data/lib/wallee-ruby-sdk/api/subscription_affiliate_service_api.rb +41 -45
  60. data/lib/wallee-ruby-sdk/api/subscription_charge_service_api.rb +34 -38
  61. data/lib/wallee-ruby-sdk/api/subscription_ledger_entry_service_api.rb +27 -31
  62. data/lib/wallee-ruby-sdk/api/subscription_metric_service_api.rb +41 -45
  63. data/lib/wallee-ruby-sdk/api/subscription_metric_usage_service_api.rb +27 -31
  64. data/lib/wallee-ruby-sdk/api/subscription_period_bill_service_api.rb +26 -30
  65. data/lib/wallee-ruby-sdk/api/subscription_product_component_group_service_api.rb +41 -45
  66. data/lib/wallee-ruby-sdk/api/subscription_product_component_service_api.rb +41 -45
  67. data/lib/wallee-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +41 -45
  68. data/lib/wallee-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +41 -45
  69. data/lib/wallee-ruby-sdk/api/subscription_product_period_fee_service_api.rb +41 -45
  70. data/lib/wallee-ruby-sdk/api/subscription_product_retirement_service_api.rb +27 -31
  71. data/lib/wallee-ruby-sdk/api/subscription_product_service_api.rb +34 -38
  72. data/lib/wallee-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +41 -45
  73. data/lib/wallee-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +27 -31
  74. data/lib/wallee-ruby-sdk/api/subscription_product_version_service_api.rb +41 -45
  75. data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +110 -114
  76. data/lib/wallee-ruby-sdk/api/subscription_suspension_service_api.rb +34 -38
  77. data/lib/wallee-ruby-sdk/api/subscription_version_service_api.rb +20 -24
  78. data/lib/wallee-ruby-sdk/api/token_service_api.rb +48 -52
  79. data/lib/wallee-ruby-sdk/api/token_version_service_api.rb +27 -31
  80. data/lib/wallee-ruby-sdk/api/transaction_comment_service_api.rb +49 -53
  81. data/lib/wallee-ruby-sdk/api/transaction_completion_service_api.rb +48 -52
  82. data/lib/wallee-ruby-sdk/api/transaction_iframe_service_api.rb +7 -11
  83. data/lib/wallee-ruby-sdk/api/transaction_invoice_comment_service_api.rb +49 -53
  84. data/lib/wallee-ruby-sdk/api/transaction_invoice_service_api.rb +64 -68
  85. data/lib/wallee-ruby-sdk/api/transaction_lightbox_service_api.rb +91 -0
  86. data/lib/wallee-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +6 -10
  87. data/lib/wallee-ruby-sdk/api/transaction_payment_page_service_api.rb +7 -11
  88. data/lib/wallee-ruby-sdk/api/transaction_service_api.rb +141 -135
  89. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +172 -0
  90. data/lib/wallee-ruby-sdk/api/transaction_void_service_api.rb +34 -38
  91. data/lib/wallee-ruby-sdk/api/user_account_role_service_api.rb +21 -25
  92. data/lib/wallee-ruby-sdk/api/user_space_role_service_api.rb +21 -25
  93. data/lib/wallee-ruby-sdk/api/webhook_listener_service_api.rb +41 -45
  94. data/lib/wallee-ruby-sdk/api/webhook_url_service_api.rb +41 -45
  95. data/lib/wallee-ruby-sdk/api_client.rb +2 -4
  96. data/lib/wallee-ruby-sdk/api_error.rb +0 -4
  97. data/lib/wallee-ruby-sdk/configuration.rb +0 -4
  98. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +25 -5
  99. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +16 -5
  100. data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +312 -0
  101. data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
  102. data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
  103. data/lib/wallee-ruby-sdk/models/abstract_debt_collection_case_update.rb +1 -5
  104. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +61 -5
  105. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +16 -5
  106. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +16 -5
  107. data/lib/wallee-ruby-sdk/models/abstract_shopify_subscription_product_active.rb +330 -0
  108. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +25 -5
  109. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +46 -5
  110. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +25 -5
  111. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +1 -5
  112. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +16 -5
  113. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +31 -5
  114. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +16 -5
  115. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +16 -5
  116. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +61 -5
  117. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +16 -5
  118. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +16 -5
  119. data/lib/wallee-ruby-sdk/models/account.rb +46 -6
  120. data/lib/wallee-ruby-sdk/models/account_create.rb +25 -5
  121. data/lib/wallee-ruby-sdk/models/account_state.rb +0 -4
  122. data/lib/wallee-ruby-sdk/models/account_type.rb +0 -4
  123. data/lib/wallee-ruby-sdk/models/account_update.rb +25 -5
  124. data/lib/wallee-ruby-sdk/models/address.rb +236 -15
  125. data/lib/wallee-ruby-sdk/models/address_create.rb +236 -15
  126. data/lib/wallee-ruby-sdk/models/application_user.rb +16 -5
  127. data/lib/wallee-ruby-sdk/models/application_user_create.rb +16 -5
  128. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +16 -5
  129. data/lib/wallee-ruby-sdk/models/application_user_update.rb +16 -5
  130. data/lib/wallee-ruby-sdk/models/charge.rb +1 -5
  131. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +27 -6
  132. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +0 -4
  133. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +0 -4
  134. data/lib/wallee-ruby-sdk/models/charge_flow.rb +1 -5
  135. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +1 -5
  136. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +16 -5
  137. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +14 -6
  138. data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +231 -0
  139. data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +0 -4
  140. data/lib/wallee-ruby-sdk/models/charge_state.rb +0 -4
  141. data/lib/wallee-ruby-sdk/models/charge_type.rb +0 -4
  142. data/lib/wallee-ruby-sdk/models/client_error.rb +1 -5
  143. data/lib/wallee-ruby-sdk/models/client_error_type.rb +0 -4
  144. data/lib/wallee-ruby-sdk/models/completion_line_item.rb +16 -5
  145. data/lib/wallee-ruby-sdk/models/completion_line_item_create.rb +20 -5
  146. data/lib/wallee-ruby-sdk/models/condition.rb +16 -5
  147. data/lib/wallee-ruby-sdk/models/condition_type.rb +1 -5
  148. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +1 -5
  149. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +0 -4
  150. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +0 -4
  151. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +0 -4
  152. data/lib/wallee-ruby-sdk/models/customer.rb +353 -0
  153. data/lib/wallee-ruby-sdk/models/customer_active.rb +343 -0
  154. data/lib/wallee-ruby-sdk/models/{payment_terminal_device.rb → customer_address.rb} +42 -56
  155. data/lib/wallee-ruby-sdk/models/customer_address_active.rb +231 -0
  156. data/lib/wallee-ruby-sdk/models/customer_address_create.rb +216 -0
  157. data/lib/wallee-ruby-sdk/models/customer_address_type.rb +36 -0
  158. data/lib/wallee-ruby-sdk/models/customer_comment.rb +296 -0
  159. data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +236 -0
  160. data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +221 -0
  161. data/lib/wallee-ruby-sdk/models/customer_create.rb +313 -0
  162. data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +606 -0
  163. data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +606 -0
  164. data/lib/wallee-ruby-sdk/models/customers_presence.rb +0 -4
  165. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +0 -4
  166. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +1 -5
  167. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +1 -5
  168. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +16 -5
  169. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +16 -5
  170. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +1 -5
  171. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +1 -5
  172. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +46 -5
  173. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +1 -5
  174. data/lib/wallee-ruby-sdk/models/debt_collection_case_state.rb +0 -4
  175. data/lib/wallee-ruby-sdk/models/debt_collection_case_update.rb +1 -5
  176. data/lib/wallee-ruby-sdk/models/debt_collection_environment.rb +0 -4
  177. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +25 -5
  178. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +1 -5
  179. data/lib/wallee-ruby-sdk/models/debt_collector.rb +1 -5
  180. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +16 -5
  181. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +1 -5
  182. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +16 -5
  183. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +1 -5
  184. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +1 -5
  185. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +0 -4
  186. data/lib/wallee-ruby-sdk/models/document_template.rb +16 -5
  187. data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -5
  188. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -5
  189. data/lib/wallee-ruby-sdk/models/entity_export_request.rb +1 -5
  190. data/lib/wallee-ruby-sdk/models/entity_query.rb +1 -5
  191. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +1 -5
  192. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +0 -4
  193. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +1 -5
  194. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +0 -4
  195. data/lib/wallee-ruby-sdk/models/environment.rb +0 -4
  196. data/lib/wallee-ruby-sdk/models/failure_category.rb +0 -4
  197. data/lib/wallee-ruby-sdk/models/failure_reason.rb +1 -5
  198. data/lib/wallee-ruby-sdk/models/feature.rb +12 -6
  199. data/lib/wallee-ruby-sdk/models/feature_category.rb +225 -0
  200. data/lib/wallee-ruby-sdk/models/gender.rb +0 -4
  201. data/lib/wallee-ruby-sdk/models/human_user.rb +61 -5
  202. data/lib/wallee-ruby-sdk/models/human_user_create.rb +61 -5
  203. data/lib/wallee-ruby-sdk/models/human_user_update.rb +61 -5
  204. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +1 -5
  205. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +1 -5
  206. data/lib/wallee-ruby-sdk/models/installment_payment.rb +1 -5
  207. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +1 -5
  208. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +0 -4
  209. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +0 -4
  210. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +16 -5
  211. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +1 -5
  212. data/lib/wallee-ruby-sdk/models/label.rb +1 -5
  213. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +1 -5
  214. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +0 -4
  215. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +1 -5
  216. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +1 -5
  217. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +1 -5
  218. data/lib/wallee-ruby-sdk/models/line_item.rb +55 -5
  219. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +31 -5
  220. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +39 -5
  221. data/lib/wallee-ruby-sdk/models/line_item_create.rb +63 -5
  222. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +16 -5
  223. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +20 -5
  224. data/lib/wallee-ruby-sdk/models/line_item_type.rb +0 -4
  225. data/lib/wallee-ruby-sdk/models/localized_string.rb +1 -5
  226. data/lib/wallee-ruby-sdk/models/manual_task.rb +1 -5
  227. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +1 -5
  228. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +0 -4
  229. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +0 -4
  230. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +1 -5
  231. data/lib/wallee-ruby-sdk/models/metric_usage.rb +1 -5
  232. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +0 -4
  233. data/lib/wallee-ruby-sdk/models/payment_connector.rb +1 -5
  234. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +16 -5
  235. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -5
  236. data/lib/wallee-ruby-sdk/models/payment_contract.rb +25 -5
  237. data/lib/wallee-ruby-sdk/models/payment_contract_state.rb +0 -4
  238. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +1 -5
  239. data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +211 -0
  240. data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +203 -0
  241. data/lib/wallee-ruby-sdk/models/payment_link.rb +40 -5
  242. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +16 -5
  243. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +44 -5
  244. data/lib/wallee-ruby-sdk/models/payment_link_protection_mode.rb +0 -4
  245. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +16 -5
  246. data/lib/wallee-ruby-sdk/models/payment_method.rb +1 -5
  247. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +1 -5
  248. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +16 -5
  249. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +0 -4
  250. data/lib/wallee-ruby-sdk/models/payment_processor.rb +1 -5
  251. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +16 -5
  252. data/lib/wallee-ruby-sdk/models/payment_terminal.rb +17 -16
  253. data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +146 -15
  254. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +16 -5
  255. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_state.rb +0 -4
  256. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +1 -5
  257. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version_state.rb +0 -4
  258. data/lib/wallee-ruby-sdk/models/payment_terminal_contact_address.rb +396 -0
  259. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +27 -6
  260. data/lib/wallee-ruby-sdk/models/payment_terminal_location_state.rb +0 -4
  261. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +1 -5
  262. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version_state.rb +0 -4
  263. data/lib/wallee-ruby-sdk/models/payment_terminal_state.rb +0 -4
  264. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +5 -21
  265. data/lib/wallee-ruby-sdk/models/permission.rb +1 -5
  266. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +1 -5
  267. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +1 -5
  268. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +0 -4
  269. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +1 -5
  270. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +1 -5
  271. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +1 -5
  272. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +1 -5
  273. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +0 -4
  274. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +1 -5
  275. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +1 -5
  276. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +1 -5
  277. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +1 -5
  278. data/lib/wallee-ruby-sdk/models/refund.rb +76 -6
  279. data/lib/wallee-ruby-sdk/models/refund_comment.rb +16 -5
  280. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +16 -5
  281. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +16 -5
  282. data/lib/wallee-ruby-sdk/models/refund_create.rb +53 -9
  283. data/lib/wallee-ruby-sdk/models/refund_state.rb +0 -4
  284. data/lib/wallee-ruby-sdk/models/refund_type.rb +2 -6
  285. data/lib/wallee-ruby-sdk/models/rendered_document.rb +1 -5
  286. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +203 -0
  287. data/lib/wallee-ruby-sdk/models/resource_path.rb +25 -5
  288. data/lib/wallee-ruby-sdk/models/resource_state.rb +0 -4
  289. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +1 -5
  290. data/lib/wallee-ruby-sdk/models/rest_address_format_field.rb +0 -4
  291. data/lib/wallee-ruby-sdk/models/rest_country.rb +1 -5
  292. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +1 -5
  293. data/lib/wallee-ruby-sdk/models/rest_currency.rb +1 -5
  294. data/lib/wallee-ruby-sdk/models/rest_language.rb +1 -5
  295. data/lib/wallee-ruby-sdk/models/role.rb +1 -5
  296. data/lib/wallee-ruby-sdk/models/sales_channel.rb +215 -0
  297. data/lib/wallee-ruby-sdk/models/scope.rb +57 -6
  298. data/lib/wallee-ruby-sdk/models/server_error.rb +1 -5
  299. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +428 -0
  300. data/lib/wallee-ruby-sdk/models/shopify_integration_app_version.rb +36 -0
  301. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +351 -0
  302. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_state.rb +39 -0
  303. data/lib/wallee-ruby-sdk/models/shopify_recurring_order_update_request.rb +201 -0
  304. data/lib/wallee-ruby-sdk/models/{payment_terminal_reference.rb → shopify_subscriber.rb} +41 -25
  305. data/lib/wallee-ruby-sdk/models/shopify_subscriber_state.rb +36 -0
  306. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +321 -0
  307. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +606 -0
  308. data/lib/wallee-ruby-sdk/models/shopify_subscription_billing_interval_unit.rb +39 -0
  309. data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_item.rb +233 -0
  310. data/lib/wallee-ruby-sdk/models/shopify_subscription_edit_model_tax_line.rb +201 -0
  311. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +471 -0
  312. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_active.rb +361 -0
  313. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +371 -0
  314. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_pricing_option.rb +38 -0
  315. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_state.rb → shopify_subscription_product_state.rb} +8 -11
  316. data/lib/wallee-ruby-sdk/models/shopify_subscription_state.rb +39 -0
  317. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +311 -0
  318. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_create.rb +226 -0
  319. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_initiator.rb +35 -0
  320. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_state.rb +35 -0
  321. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension_type.rb +35 -0
  322. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +303 -0
  323. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +453 -0
  324. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item.rb +233 -0
  325. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_item_price_strategy.rb +35 -0
  326. data/lib/wallee-ruby-sdk/models/shopify_subscription_version_state.rb +36 -0
  327. data/lib/wallee-ruby-sdk/models/shopify_subscription_weekday.rb +40 -0
  328. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_manufacturer.rb → shopify_tax_line.rb} +20 -44
  329. data/lib/wallee-ruby-sdk/models/{payment_terminal_device_model.rb → shopify_transaction.rb} +64 -50
  330. data/lib/wallee-ruby-sdk/models/shopify_transaction_state.rb +38 -0
  331. data/lib/wallee-ruby-sdk/models/space.rb +46 -6
  332. data/lib/wallee-ruby-sdk/models/space_address.rb +116 -15
  333. data/lib/wallee-ruby-sdk/models/space_address_create.rb +116 -15
  334. data/lib/wallee-ruby-sdk/models/space_create.rb +25 -5
  335. data/lib/wallee-ruby-sdk/models/space_reference.rb +1 -5
  336. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +0 -4
  337. data/lib/wallee-ruby-sdk/models/space_update.rb +25 -5
  338. data/lib/wallee-ruby-sdk/models/space_view.rb +25 -5
  339. data/lib/wallee-ruby-sdk/models/static_value.rb +1 -5
  340. data/lib/wallee-ruby-sdk/models/subscriber.rb +46 -5
  341. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +46 -5
  342. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +46 -5
  343. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +46 -5
  344. data/lib/wallee-ruby-sdk/models/subscription.rb +52 -6
  345. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +73 -5
  346. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +86 -5
  347. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +73 -5
  348. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +73 -5
  349. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +25 -5
  350. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +25 -5
  351. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +14 -6
  352. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +16 -5
  353. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +16 -5
  354. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +0 -4
  355. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +0 -4
  356. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +0 -4
  357. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +201 -0
  358. data/lib/wallee-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
  359. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +14 -6
  360. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +25 -5
  361. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +29 -5
  362. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +0 -4
  363. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +1 -5
  364. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +1 -5
  365. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +1 -5
  366. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +1 -5
  367. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +1 -5
  368. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +16 -5
  369. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +16 -5
  370. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +42 -16
  371. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +1 -5
  372. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +0 -4
  373. data/lib/wallee-ruby-sdk/models/subscription_product.rb +31 -5
  374. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +16 -5
  375. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +32 -6
  376. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +1 -5
  377. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +1 -5
  378. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +16 -5
  379. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +0 -4
  380. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +32 -6
  381. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +35 -5
  382. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +1 -5
  383. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +1 -5
  384. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +0 -4
  385. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +16 -5
  386. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +1 -5
  387. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +1 -5
  388. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +1 -5
  389. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +0 -4
  390. data/lib/wallee-ruby-sdk/models/subscription_state.rb +1 -4
  391. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +16 -5
  392. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +0 -4
  393. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +16 -5
  394. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +0 -4
  395. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +16 -5
  396. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +0 -4
  397. data/lib/wallee-ruby-sdk/models/subscription_update.rb +27 -6
  398. data/lib/wallee-ruby-sdk/models/subscription_version.rb +14 -6
  399. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +0 -4
  400. data/lib/wallee-ruby-sdk/models/tax.rb +25 -5
  401. data/lib/wallee-ruby-sdk/models/tax_class.rb +16 -5
  402. data/lib/wallee-ruby-sdk/models/tax_create.rb +29 -5
  403. data/lib/wallee-ruby-sdk/models/tenant_database.rb +16 -5
  404. data/lib/wallee-ruby-sdk/models/token.rb +55 -5
  405. data/lib/wallee-ruby-sdk/models/token_create.rb +59 -5
  406. data/lib/wallee-ruby-sdk/models/token_update.rb +31 -5
  407. data/lib/wallee-ruby-sdk/models/token_version.rb +54 -6
  408. data/lib/wallee-ruby-sdk/models/token_version_state.rb +0 -4
  409. data/lib/wallee-ruby-sdk/models/token_version_type.rb +1 -5
  410. data/lib/wallee-ruby-sdk/models/tokenization_mode.rb +0 -4
  411. data/lib/wallee-ruby-sdk/models/transaction.rb +126 -6
  412. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +1 -5
  413. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +16 -5
  414. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +16 -5
  415. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +16 -5
  416. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +25 -5
  417. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +0 -4
  418. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +29 -5
  419. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +0 -4
  420. data/lib/wallee-ruby-sdk/models/transaction_create.rb +96 -6
  421. data/lib/wallee-ruby-sdk/models/transaction_environment_selection_strategy.rb +0 -4
  422. data/lib/wallee-ruby-sdk/models/transaction_group.rb +16 -5
  423. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +0 -4
  424. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +51 -6
  425. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +16 -5
  426. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +16 -5
  427. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +16 -5
  428. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +44 -5
  429. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +0 -4
  430. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +1 -5
  431. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +1 -5
  432. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +61 -5
  433. data/lib/wallee-ruby-sdk/models/transaction_state.rb +0 -4
  434. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +1 -4
  435. data/lib/wallee-ruby-sdk/models/transaction_void.rb +1 -5
  436. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +0 -4
  437. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +0 -4
  438. data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +1 -5
  439. data/lib/wallee-ruby-sdk/models/unencrypted_card_data.rb +64 -5
  440. data/lib/wallee-ruby-sdk/models/unencrypted_card_data_create.rb +68 -5
  441. data/lib/wallee-ruby-sdk/models/user.rb +1 -5
  442. data/lib/wallee-ruby-sdk/models/user_account_role.rb +1 -5
  443. data/lib/wallee-ruby-sdk/models/user_space_role.rb +1 -5
  444. data/lib/wallee-ruby-sdk/models/user_type.rb +0 -4
  445. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +16 -5
  446. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +16 -5
  447. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +16 -5
  448. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +1 -5
  449. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +16 -5
  450. data/lib/wallee-ruby-sdk/models/webhook_url.rb +16 -5
  451. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +16 -5
  452. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +16 -5
  453. data/lib/wallee-ruby-sdk/version.rb +1 -5
  454. data/test/transaction_create_service_test.rb +2 -2
  455. data/test/transaction_payment_page_service_test.rb +3 -3
  456. data/wallee-ruby-sdk.gemspec +1 -5
  457. metadata +77 -11
@@ -1,10 +1,6 @@
1
1
  =begin
2
- wallee API: 2.0.1
3
-
4
2
  The wallee API allows an easy interaction with the wallee web service.
5
3
 
6
-
7
-
8
4
  Licensed under the Apache License, Version 2.0 (the "License");
9
5
  you may not use this file except in compliance with the License.
10
6
  You may obtain a copy of the License at
@@ -121,20 +117,78 @@ module Wallee
121
117
  # @return Array for valid properties with the reasons
122
118
  def list_invalid_properties
123
119
  invalid_properties = Array.new
120
+ if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
121
+ invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 150.')
122
+ end
123
+
124
+ if !@token_reference.nil? && @token_reference.to_s.length > 100
125
+ invalid_properties.push('invalid value for "token_reference", the character length must be smaller than or equal to 100.')
126
+ end
127
+
124
128
  if @external_id.nil?
125
129
  invalid_properties.push('invalid value for "external_id", external_id cannot be nil.')
126
130
  end
127
131
 
132
+ if @external_id.to_s.length > 100
133
+ invalid_properties.push('invalid value for "external_id", the character length must be smaller than or equal to 100.')
134
+ end
135
+
136
+ if @external_id.to_s.length < 1
137
+ invalid_properties.push('invalid value for "external_id", the character length must be great than or equal to 1.')
138
+ end
139
+
128
140
  invalid_properties
129
141
  end
130
142
 
131
143
  # Check to see if the all the properties in the model are valid
132
144
  # @return true if the model is valid
133
145
  def valid?
146
+ return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
147
+ return false if !@token_reference.nil? && @token_reference.to_s.length > 100
134
148
  return false if @external_id.nil?
149
+ return false if @external_id.to_s.length > 100
150
+ return false if @external_id.to_s.length < 1
135
151
  true
136
152
  end
137
153
 
154
+ # Custom attribute writer method with validation
155
+ # @param [Object] customer_email_address Value to be assigned
156
+ def customer_email_address=(customer_email_address)
157
+ if !customer_email_address.nil? && customer_email_address.to_s.length > 150
158
+ fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 150.'
159
+ end
160
+
161
+ @customer_email_address = customer_email_address
162
+ end
163
+
164
+ # Custom attribute writer method with validation
165
+ # @param [Object] token_reference Value to be assigned
166
+ def token_reference=(token_reference)
167
+ if !token_reference.nil? && token_reference.to_s.length > 100
168
+ fail ArgumentError, 'invalid value for "token_reference", the character length must be smaller than or equal to 100.'
169
+ end
170
+
171
+ @token_reference = token_reference
172
+ end
173
+
174
+ # Custom attribute writer method with validation
175
+ # @param [Object] external_id Value to be assigned
176
+ def external_id=(external_id)
177
+ if external_id.nil?
178
+ fail ArgumentError, 'external_id cannot be nil'
179
+ end
180
+
181
+ if external_id.to_s.length > 100
182
+ fail ArgumentError, 'invalid value for "external_id", the character length must be smaller than or equal to 100.'
183
+ end
184
+
185
+ if external_id.to_s.length < 1
186
+ fail ArgumentError, 'invalid value for "external_id", the character length must be great than or equal to 1.'
187
+ end
188
+
189
+ @external_id = external_id
190
+ end
191
+
138
192
  # Checks equality by comparing each attribute.
139
193
  # @param [Object] Object to be compared
140
194
  def ==(o)
@@ -169,7 +223,7 @@ module Wallee
169
223
  return nil unless attributes.is_a?(Hash)
170
224
  self.class.swagger_types.each_pair do |key, type|
171
225
  if type =~ /\AArray<(.*)>/i
172
- # check to ensure the input is an array given that the the attribute
226
+ # check to ensure the input is an array given that the attribute
173
227
  # is documented as an array but the input is not
174
228
  if attributes[self.class.attribute_map[key]].is_a?(Array)
175
229
  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
@@ -121,6 +117,14 @@ module Wallee
121
117
  # @return Array for valid properties with the reasons
122
118
  def list_invalid_properties
123
119
  invalid_properties = Array.new
120
+ if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
121
+ invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 150.')
122
+ end
123
+
124
+ if !@token_reference.nil? && @token_reference.to_s.length > 100
125
+ invalid_properties.push('invalid value for "token_reference", the character length must be smaller than or equal to 100.')
126
+ end
127
+
124
128
  if @id.nil?
125
129
  invalid_properties.push('invalid value for "id", id cannot be nil.')
126
130
  end
@@ -135,11 +139,33 @@ module Wallee
135
139
  # Check to see if the all the properties in the model are valid
136
140
  # @return true if the model is valid
137
141
  def valid?
142
+ return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 150
143
+ return false if !@token_reference.nil? && @token_reference.to_s.length > 100
138
144
  return false if @id.nil?
139
145
  return false if @version.nil?
140
146
  true
141
147
  end
142
148
 
149
+ # Custom attribute writer method with validation
150
+ # @param [Object] customer_email_address Value to be assigned
151
+ def customer_email_address=(customer_email_address)
152
+ if !customer_email_address.nil? && customer_email_address.to_s.length > 150
153
+ fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 150.'
154
+ end
155
+
156
+ @customer_email_address = customer_email_address
157
+ end
158
+
159
+ # Custom attribute writer method with validation
160
+ # @param [Object] token_reference Value to be assigned
161
+ def token_reference=(token_reference)
162
+ if !token_reference.nil? && token_reference.to_s.length > 100
163
+ fail ArgumentError, 'invalid value for "token_reference", the character length must be smaller than or equal to 100.'
164
+ end
165
+
166
+ @token_reference = token_reference
167
+ end
168
+
143
169
  # Checks equality by comparing each attribute.
144
170
  # @param [Object] Object to be compared
145
171
  def ==(o)
@@ -174,7 +200,7 @@ module Wallee
174
200
  return nil unless attributes.is_a?(Hash)
175
201
  self.class.swagger_types.each_pair do |key, type|
176
202
  if type =~ /\AArray<(.*)>/i
177
- # check to ensure the input is an array given that the the attribute
203
+ # check to ensure the input is an array given that the attribute
178
204
  # is documented as an array but the input is not
179
205
  if attributes[self.class.attribute_map[key]].is_a?(Array)
180
206
  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
@@ -39,6 +35,9 @@ module Wallee
39
35
  # The expires on date indicates when token version expires. Once this date is reached the token version is marked as obsolete.
40
36
  attr_accessor :expires_on
41
37
 
38
+ #
39
+ attr_accessor :icon_url
40
+
42
41
  # The ID is the primary key of the entity. The ID identifies the entity uniquely.
43
42
  attr_accessor :id
44
43
 
@@ -60,6 +59,9 @@ module Wallee
60
59
  #
61
60
  attr_accessor :payment_connector_configuration
62
61
 
62
+ # The payment information hash set contains hashes of the payment information represented by this token version.
63
+ attr_accessor :payment_information_hashes
64
+
63
65
  #
64
66
  attr_accessor :payment_method
65
67
 
@@ -95,6 +97,7 @@ module Wallee
95
97
  :'created_on' => :'createdOn',
96
98
  :'environment' => :'environment',
97
99
  :'expires_on' => :'expiresOn',
100
+ :'icon_url' => :'iconUrl',
98
101
  :'id' => :'id',
99
102
  :'labels' => :'labels',
100
103
  :'language' => :'language',
@@ -102,6 +105,7 @@ module Wallee
102
105
  :'name' => :'name',
103
106
  :'obsoleted_on' => :'obsoletedOn',
104
107
  :'payment_connector_configuration' => :'paymentConnectorConfiguration',
108
+ :'payment_information_hashes' => :'paymentInformationHashes',
105
109
  :'payment_method' => :'paymentMethod',
106
110
  :'payment_method_brand' => :'paymentMethodBrand',
107
111
  :'planned_purge_date' => :'plannedPurgeDate',
@@ -122,6 +126,7 @@ module Wallee
122
126
  :'created_on' => :'DateTime',
123
127
  :'environment' => :'ChargeAttemptEnvironment',
124
128
  :'expires_on' => :'DateTime',
129
+ :'icon_url' => :'String',
125
130
  :'id' => :'Integer',
126
131
  :'labels' => :'Array<Label>',
127
132
  :'language' => :'String',
@@ -129,6 +134,7 @@ module Wallee
129
134
  :'name' => :'String',
130
135
  :'obsoleted_on' => :'DateTime',
131
136
  :'payment_connector_configuration' => :'PaymentConnectorConfiguration',
137
+ :'payment_information_hashes' => :'Array<PaymentInformationHash>',
132
138
  :'payment_method' => :'Integer',
133
139
  :'payment_method_brand' => :'Integer',
134
140
  :'planned_purge_date' => :'DateTime',
@@ -169,6 +175,10 @@ module Wallee
169
175
  self.expires_on = attributes[:'expiresOn']
170
176
  end
171
177
 
178
+ if attributes.has_key?(:'iconUrl')
179
+ self.icon_url = attributes[:'iconUrl']
180
+ end
181
+
172
182
  if attributes.has_key?(:'id')
173
183
  self.id = attributes[:'id']
174
184
  end
@@ -199,6 +209,12 @@ module Wallee
199
209
  self.payment_connector_configuration = attributes[:'paymentConnectorConfiguration']
200
210
  end
201
211
 
212
+ if attributes.has_key?(:'paymentInformationHashes')
213
+ if (value = attributes[:'paymentInformationHashes']).is_a?(Array)
214
+ self.payment_information_hashes = value
215
+ end
216
+ end
217
+
202
218
  if attributes.has_key?(:'paymentMethod')
203
219
  self.payment_method = attributes[:'paymentMethod']
204
220
  end
@@ -240,15 +256,45 @@ module Wallee
240
256
  # @return Array for valid properties with the reasons
241
257
  def list_invalid_properties
242
258
  invalid_properties = Array.new
259
+ if !@name.nil? && @name.to_s.length > 150
260
+ invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 150.')
261
+ end
262
+
263
+ if !@processor_token.nil? && @processor_token.to_s.length > 150
264
+ invalid_properties.push('invalid value for "processor_token", the character length must be smaller than or equal to 150.')
265
+ end
266
+
243
267
  invalid_properties
244
268
  end
245
269
 
246
270
  # Check to see if the all the properties in the model are valid
247
271
  # @return true if the model is valid
248
272
  def valid?
273
+ return false if !@name.nil? && @name.to_s.length > 150
274
+ return false if !@processor_token.nil? && @processor_token.to_s.length > 150
249
275
  true
250
276
  end
251
277
 
278
+ # Custom attribute writer method with validation
279
+ # @param [Object] name Value to be assigned
280
+ def name=(name)
281
+ if !name.nil? && name.to_s.length > 150
282
+ fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 150.'
283
+ end
284
+
285
+ @name = name
286
+ end
287
+
288
+ # Custom attribute writer method with validation
289
+ # @param [Object] processor_token Value to be assigned
290
+ def processor_token=(processor_token)
291
+ if !processor_token.nil? && processor_token.to_s.length > 150
292
+ fail ArgumentError, 'invalid value for "processor_token", the character length must be smaller than or equal to 150.'
293
+ end
294
+
295
+ @processor_token = processor_token
296
+ end
297
+
252
298
  # Checks equality by comparing each attribute.
253
299
  # @param [Object] Object to be compared
254
300
  def ==(o)
@@ -259,6 +305,7 @@ module Wallee
259
305
  created_on == o.created_on &&
260
306
  environment == o.environment &&
261
307
  expires_on == o.expires_on &&
308
+ icon_url == o.icon_url &&
262
309
  id == o.id &&
263
310
  labels == o.labels &&
264
311
  language == o.language &&
@@ -266,6 +313,7 @@ module Wallee
266
313
  name == o.name &&
267
314
  obsoleted_on == o.obsoleted_on &&
268
315
  payment_connector_configuration == o.payment_connector_configuration &&
316
+ payment_information_hashes == o.payment_information_hashes &&
269
317
  payment_method == o.payment_method &&
270
318
  payment_method_brand == o.payment_method_brand &&
271
319
  planned_purge_date == o.planned_purge_date &&
@@ -286,7 +334,7 @@ module Wallee
286
334
  # Calculates hash code according to all attributes.
287
335
  # @return [Fixnum] Hash code
288
336
  def hash
289
- [activated_on, billing_address, created_on, environment, expires_on, id, labels, language, linked_space_id, name, obsoleted_on, payment_connector_configuration, payment_method, payment_method_brand, planned_purge_date, processor_token, shipping_address, state, token, type, version].hash
337
+ [activated_on, billing_address, created_on, environment, expires_on, icon_url, id, labels, language, linked_space_id, name, obsoleted_on, payment_connector_configuration, payment_information_hashes, payment_method, payment_method_brand, planned_purge_date, processor_token, shipping_address, state, token, type, version].hash
290
338
  end
291
339
 
292
340
  # Builds the object from hash
@@ -296,7 +344,7 @@ module Wallee
296
344
  return nil unless attributes.is_a?(Hash)
297
345
  self.class.swagger_types.each_pair do |key, type|
298
346
  if type =~ /\AArray<(.*)>/i
299
- # check to ensure the input is an array given that the the attribute
347
+ # check to ensure the input is an array given that the attribute
300
348
  # is documented as an array but the input is not
301
349
  if attributes[self.class.attribute_map[key]].is_a?(Array)
302
350
  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
@@ -128,7 +124,7 @@ module Wallee
128
124
  return nil unless attributes.is_a?(Hash)
129
125
  self.class.swagger_types.each_pair do |key, type|
130
126
  if type =~ /\AArray<(.*)>/i
131
- # 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
132
128
  # is documented as an array but the input is not
133
129
  if attributes[self.class.attribute_map[key]].is_a?(Array)
134
130
  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
@@ -42,6 +38,9 @@ module Wallee
42
38
  # The environment in which this transaction was successfully authorized.
43
39
  attr_accessor :authorization_environment
44
40
 
41
+ # The sales channel through which the transaction was placed.
42
+ attr_accessor :authorization_sales_channel
43
+
45
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.
46
45
  attr_accessor :authorization_timeout_on
47
46
 
@@ -96,6 +95,9 @@ module Wallee
96
95
  # 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.
97
96
  attr_accessor :device_session_identifier
98
97
 
98
+ # Flag indicating whether email sending is disabled for this particular transaction. Defaults to false.
99
+ attr_accessor :emails_disabled
100
+
99
101
  # The transaction's end of life indicates the date from which on no operation can be carried out anymore.
100
102
  attr_accessor :end_of_life
101
103
 
@@ -183,6 +185,12 @@ module Wallee
183
185
  # The tokenization mode controls if and how the tokenization of payment information is applied to the transaction.
184
186
  attr_accessor :tokenization_mode
185
187
 
188
+ # The total applied fees is the sum of all fees that have been applied so far.
189
+ attr_accessor :total_applied_fees
190
+
191
+ # The total settled amount is the total amount which has been settled so far.
192
+ attr_accessor :total_settled_amount
193
+
186
194
  # The user agent header provides the exact string which contains the user agent of the buyer.
187
195
  attr_accessor :user_agent_header
188
196
 
@@ -204,6 +212,7 @@ module Wallee
204
212
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
205
213
  :'authorization_amount' => :'authorizationAmount',
206
214
  :'authorization_environment' => :'authorizationEnvironment',
215
+ :'authorization_sales_channel' => :'authorizationSalesChannel',
207
216
  :'authorization_timeout_on' => :'authorizationTimeoutOn',
208
217
  :'authorized_on' => :'authorizedOn',
209
218
  :'auto_confirmation_enabled' => :'autoConfirmationEnabled',
@@ -222,6 +231,7 @@ module Wallee
222
231
  :'customers_presence' => :'customersPresence',
223
232
  :'delivery_decision_made_on' => :'deliveryDecisionMadeOn',
224
233
  :'device_session_identifier' => :'deviceSessionIdentifier',
234
+ :'emails_disabled' => :'emailsDisabled',
225
235
  :'end_of_life' => :'endOfLife',
226
236
  :'environment' => :'environment',
227
237
  :'environment_selection_strategy' => :'environmentSelectionStrategy',
@@ -251,6 +261,8 @@ module Wallee
251
261
  :'time_zone' => :'timeZone',
252
262
  :'token' => :'token',
253
263
  :'tokenization_mode' => :'tokenizationMode',
264
+ :'total_applied_fees' => :'totalAppliedFees',
265
+ :'total_settled_amount' => :'totalSettledAmount',
254
266
  :'user_agent_header' => :'userAgentHeader',
255
267
  :'user_failure_message' => :'userFailureMessage',
256
268
  :'user_interface_type' => :'userInterfaceType',
@@ -267,6 +279,7 @@ module Wallee
267
279
  :'allowed_payment_method_configurations' => :'Array<Integer>',
268
280
  :'authorization_amount' => :'Float',
269
281
  :'authorization_environment' => :'ChargeAttemptEnvironment',
282
+ :'authorization_sales_channel' => :'Integer',
270
283
  :'authorization_timeout_on' => :'DateTime',
271
284
  :'authorized_on' => :'DateTime',
272
285
  :'auto_confirmation_enabled' => :'BOOLEAN',
@@ -285,6 +298,7 @@ module Wallee
285
298
  :'customers_presence' => :'CustomersPresence',
286
299
  :'delivery_decision_made_on' => :'DateTime',
287
300
  :'device_session_identifier' => :'String',
301
+ :'emails_disabled' => :'BOOLEAN',
288
302
  :'end_of_life' => :'DateTime',
289
303
  :'environment' => :'Environment',
290
304
  :'environment_selection_strategy' => :'TransactionEnvironmentSelectionStrategy',
@@ -314,6 +328,8 @@ module Wallee
314
328
  :'time_zone' => :'String',
315
329
  :'token' => :'Token',
316
330
  :'tokenization_mode' => :'TokenizationMode',
331
+ :'total_applied_fees' => :'Float',
332
+ :'total_settled_amount' => :'Float',
317
333
  :'user_agent_header' => :'String',
318
334
  :'user_failure_message' => :'String',
319
335
  :'user_interface_type' => :'TransactionUserInterfaceType',
@@ -357,6 +373,10 @@ module Wallee
357
373
  self.authorization_environment = attributes[:'authorizationEnvironment']
358
374
  end
359
375
 
376
+ if attributes.has_key?(:'authorizationSalesChannel')
377
+ self.authorization_sales_channel = attributes[:'authorizationSalesChannel']
378
+ end
379
+
360
380
  if attributes.has_key?(:'authorizationTimeoutOn')
361
381
  self.authorization_timeout_on = attributes[:'authorizationTimeoutOn']
362
382
  end
@@ -429,6 +449,10 @@ module Wallee
429
449
  self.device_session_identifier = attributes[:'deviceSessionIdentifier']
430
450
  end
431
451
 
452
+ if attributes.has_key?(:'emailsDisabled')
453
+ self.emails_disabled = attributes[:'emailsDisabled']
454
+ end
455
+
432
456
  if attributes.has_key?(:'endOfLife')
433
457
  self.end_of_life = attributes[:'endOfLife']
434
458
  end
@@ -549,6 +573,14 @@ module Wallee
549
573
  self.tokenization_mode = attributes[:'tokenizationMode']
550
574
  end
551
575
 
576
+ if attributes.has_key?(:'totalAppliedFees')
577
+ self.total_applied_fees = attributes[:'totalAppliedFees']
578
+ end
579
+
580
+ if attributes.has_key?(:'totalSettledAmount')
581
+ self.total_settled_amount = attributes[:'totalSettledAmount']
582
+ end
583
+
552
584
  if attributes.has_key?(:'userAgentHeader')
553
585
  self.user_agent_header = attributes[:'userAgentHeader']
554
586
  end
@@ -570,15 +602,99 @@ module Wallee
570
602
  # @return Array for valid properties with the reasons
571
603
  def list_invalid_properties
572
604
  invalid_properties = Array.new
605
+ if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
606
+ invalid_properties.push('invalid value for "customer_email_address", the character length must be smaller than or equal to 254.')
607
+ end
608
+
609
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
610
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.')
611
+ end
612
+
613
+ if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
614
+ invalid_properties.push('invalid value for "device_session_identifier", the character length must be great than or equal to 10.')
615
+ end
616
+
617
+ if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
618
+ invalid_properties.push('invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.')
619
+ end
620
+
621
+ if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
622
+ invalid_properties.push('invalid value for "merchant_reference", the character length must be smaller than or equal to 100.')
623
+ end
624
+
625
+ if !@shipping_method.nil? && @shipping_method.to_s.length > 200
626
+ invalid_properties.push('invalid value for "shipping_method", the character length must be smaller than or equal to 200.')
627
+ end
628
+
573
629
  invalid_properties
574
630
  end
575
631
 
576
632
  # Check to see if the all the properties in the model are valid
577
633
  # @return true if the model is valid
578
634
  def valid?
635
+ return false if !@customer_email_address.nil? && @customer_email_address.to_s.length > 254
636
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length > 40
637
+ return false if !@device_session_identifier.nil? && @device_session_identifier.to_s.length < 10
638
+ return false if !@invoice_merchant_reference.nil? && @invoice_merchant_reference.to_s.length > 100
639
+ return false if !@merchant_reference.nil? && @merchant_reference.to_s.length > 100
640
+ return false if !@shipping_method.nil? && @shipping_method.to_s.length > 200
579
641
  true
580
642
  end
581
643
 
644
+ # Custom attribute writer method with validation
645
+ # @param [Object] customer_email_address Value to be assigned
646
+ def customer_email_address=(customer_email_address)
647
+ if !customer_email_address.nil? && customer_email_address.to_s.length > 254
648
+ fail ArgumentError, 'invalid value for "customer_email_address", the character length must be smaller than or equal to 254.'
649
+ end
650
+
651
+ @customer_email_address = customer_email_address
652
+ end
653
+
654
+ # Custom attribute writer method with validation
655
+ # @param [Object] device_session_identifier Value to be assigned
656
+ def device_session_identifier=(device_session_identifier)
657
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length > 40
658
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be smaller than or equal to 40.'
659
+ end
660
+
661
+ if !device_session_identifier.nil? && device_session_identifier.to_s.length < 10
662
+ fail ArgumentError, 'invalid value for "device_session_identifier", the character length must be great than or equal to 10.'
663
+ end
664
+
665
+ @device_session_identifier = device_session_identifier
666
+ end
667
+
668
+ # Custom attribute writer method with validation
669
+ # @param [Object] invoice_merchant_reference Value to be assigned
670
+ def invoice_merchant_reference=(invoice_merchant_reference)
671
+ if !invoice_merchant_reference.nil? && invoice_merchant_reference.to_s.length > 100
672
+ fail ArgumentError, 'invalid value for "invoice_merchant_reference", the character length must be smaller than or equal to 100.'
673
+ end
674
+
675
+ @invoice_merchant_reference = invoice_merchant_reference
676
+ end
677
+
678
+ # Custom attribute writer method with validation
679
+ # @param [Object] merchant_reference Value to be assigned
680
+ def merchant_reference=(merchant_reference)
681
+ if !merchant_reference.nil? && merchant_reference.to_s.length > 100
682
+ fail ArgumentError, 'invalid value for "merchant_reference", the character length must be smaller than or equal to 100.'
683
+ end
684
+
685
+ @merchant_reference = merchant_reference
686
+ end
687
+
688
+ # Custom attribute writer method with validation
689
+ # @param [Object] shipping_method Value to be assigned
690
+ def shipping_method=(shipping_method)
691
+ if !shipping_method.nil? && shipping_method.to_s.length > 200
692
+ fail ArgumentError, 'invalid value for "shipping_method", the character length must be smaller than or equal to 200.'
693
+ end
694
+
695
+ @shipping_method = shipping_method
696
+ end
697
+
582
698
  # Checks equality by comparing each attribute.
583
699
  # @param [Object] Object to be compared
584
700
  def ==(o)
@@ -590,6 +706,7 @@ module Wallee
590
706
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
591
707
  authorization_amount == o.authorization_amount &&
592
708
  authorization_environment == o.authorization_environment &&
709
+ authorization_sales_channel == o.authorization_sales_channel &&
593
710
  authorization_timeout_on == o.authorization_timeout_on &&
594
711
  authorized_on == o.authorized_on &&
595
712
  auto_confirmation_enabled == o.auto_confirmation_enabled &&
@@ -608,6 +725,7 @@ module Wallee
608
725
  customers_presence == o.customers_presence &&
609
726
  delivery_decision_made_on == o.delivery_decision_made_on &&
610
727
  device_session_identifier == o.device_session_identifier &&
728
+ emails_disabled == o.emails_disabled &&
611
729
  end_of_life == o.end_of_life &&
612
730
  environment == o.environment &&
613
731
  environment_selection_strategy == o.environment_selection_strategy &&
@@ -637,6 +755,8 @@ module Wallee
637
755
  time_zone == o.time_zone &&
638
756
  token == o.token &&
639
757
  tokenization_mode == o.tokenization_mode &&
758
+ total_applied_fees == o.total_applied_fees &&
759
+ total_settled_amount == o.total_settled_amount &&
640
760
  user_agent_header == o.user_agent_header &&
641
761
  user_failure_message == o.user_failure_message &&
642
762
  user_interface_type == o.user_interface_type &&
@@ -652,7 +772,7 @@ module Wallee
652
772
  # Calculates hash code according to all attributes.
653
773
  # @return [Fixnum] Hash code
654
774
  def hash
655
- [accept_header, accept_language_header, allowed_payment_method_brands, allowed_payment_method_configurations, authorization_amount, authorization_environment, authorization_timeout_on, authorized_on, auto_confirmation_enabled, billing_address, charge_retry_enabled, completed_amount, 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, parent, 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
775
+ [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_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, language, line_items, linked_space_id, merchant_reference, meta_data, parent, 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, total_applied_fees, total_settled_amount, user_agent_header, user_failure_message, user_interface_type, version].hash
656
776
  end
657
777
 
658
778
  # Builds the object from hash
@@ -662,7 +782,7 @@ module Wallee
662
782
  return nil unless attributes.is_a?(Hash)
663
783
  self.class.swagger_types.each_pair do |key, type|
664
784
  if type =~ /\AArray<(.*)>/i
665
- # check to ensure the input is an array given that the the attribute
785
+ # check to ensure the input is an array given that the attribute
666
786
  # is documented as an array but the input is not
667
787
  if attributes[self.class.attribute_map[key]].is_a?(Array)
668
788
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )