wallee-ruby-sdk 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (297) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/LICENSE +201 -0
  4. data/README.md +64 -0
  5. data/Rakefile +13 -0
  6. data/lib/wallee-ruby-sdk/api_client.rb +404 -0
  7. data/lib/wallee-ruby-sdk/api_error.rb +47 -0
  8. data/lib/wallee-ruby-sdk/configuration.rb +144 -0
  9. data/lib/wallee-ruby-sdk/models/account.rb +298 -0
  10. data/lib/wallee-ruby-sdk/models/account_create.rb +308 -0
  11. data/lib/wallee-ruby-sdk/models/account_state.rb +47 -0
  12. data/lib/wallee-ruby-sdk/models/account_type.rb +44 -0
  13. data/lib/wallee-ruby-sdk/models/account_update.rb +308 -0
  14. data/lib/wallee-ruby-sdk/models/address.rb +388 -0
  15. data/lib/wallee-ruby-sdk/models/address_create.rb +388 -0
  16. data/lib/wallee-ruby-sdk/models/application_user.rb +268 -0
  17. data/lib/wallee-ruby-sdk/models/application_user_create.rb +283 -0
  18. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +278 -0
  19. data/lib/wallee-ruby-sdk/models/application_user_update.rb +278 -0
  20. data/lib/wallee-ruby-sdk/models/attachment_resource.rb +210 -0
  21. data/lib/wallee-ruby-sdk/models/charge.rb +318 -0
  22. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +420 -0
  23. data/lib/wallee-ruby-sdk/models/charge_attempt_environment.rb +43 -0
  24. data/lib/wallee-ruby-sdk/models/charge_attempt_state.rb +44 -0
  25. data/lib/wallee-ruby-sdk/models/charge_flow.rb +270 -0
  26. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +318 -0
  27. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +288 -0
  28. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +222 -0
  29. data/lib/wallee-ruby-sdk/models/charge_flow_level_state.rb +44 -0
  30. data/lib/wallee-ruby-sdk/models/charge_state.rb +44 -0
  31. data/lib/wallee-ruby-sdk/models/charge_type.rb +44 -0
  32. data/lib/wallee-ruby-sdk/models/client_error.rb +238 -0
  33. data/lib/wallee-ruby-sdk/models/client_error_type.rb +44 -0
  34. data/lib/wallee-ruby-sdk/models/condition.rb +258 -0
  35. data/lib/wallee-ruby-sdk/models/condition_type.rb +222 -0
  36. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +278 -0
  37. data/lib/wallee-ruby-sdk/models/connector_invocation_stage.rb +45 -0
  38. data/lib/wallee-ruby-sdk/models/creation_entity_state.rb +46 -0
  39. data/lib/wallee-ruby-sdk/models/criteria_operator.rb +50 -0
  40. data/lib/wallee-ruby-sdk/models/customers_presence.rb +44 -0
  41. data/lib/wallee-ruby-sdk/models/data_collection_type.rb +43 -0
  42. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +222 -0
  43. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +222 -0
  44. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +218 -0
  45. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +223 -0
  46. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +318 -0
  47. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +222 -0
  48. data/lib/wallee-ruby-sdk/models/delivery_indication_state.rb +45 -0
  49. data/lib/wallee-ruby-sdk/models/document_template.rb +278 -0
  50. data/lib/wallee-ruby-sdk/models/document_template_type.rb +242 -0
  51. data/lib/wallee-ruby-sdk/models/email_sender.rb +278 -0
  52. data/lib/wallee-ruby-sdk/models/email_sender_type.rb +232 -0
  53. data/lib/wallee-ruby-sdk/models/email_template.rb +324 -0
  54. data/lib/wallee-ruby-sdk/models/email_template_type.rb +288 -0
  55. data/lib/wallee-ruby-sdk/models/entity_query.rb +240 -0
  56. data/lib/wallee-ruby-sdk/models/entity_query_filter.rb +245 -0
  57. data/lib/wallee-ruby-sdk/models/entity_query_filter_type.rb +44 -0
  58. data/lib/wallee-ruby-sdk/models/entity_query_order_by.rb +208 -0
  59. data/lib/wallee-ruby-sdk/models/entity_query_order_by_type.rb +43 -0
  60. data/lib/wallee-ruby-sdk/models/entity_reference.rb +188 -0
  61. data/lib/wallee-ruby-sdk/models/failure_category.rb +46 -0
  62. data/lib/wallee-ruby-sdk/models/failure_reason.rb +244 -0
  63. data/lib/wallee-ruby-sdk/models/feature.rb +274 -0
  64. data/lib/wallee-ruby-sdk/models/gender.rb +43 -0
  65. data/lib/wallee-ruby-sdk/models/human_user.rb +318 -0
  66. data/lib/wallee-ruby-sdk/models/human_user_create.rb +328 -0
  67. data/lib/wallee-ruby-sdk/models/human_user_update.rb +328 -0
  68. data/lib/wallee-ruby-sdk/models/installment_calculated_plan.rb +242 -0
  69. data/lib/wallee-ruby-sdk/models/installment_calculated_slice.rb +220 -0
  70. data/lib/wallee-ruby-sdk/models/installment_payment.rb +280 -0
  71. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +300 -0
  72. data/lib/wallee-ruby-sdk/models/installment_payment_slice_state.rb +48 -0
  73. data/lib/wallee-ruby-sdk/models/installment_payment_state.rb +49 -0
  74. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +362 -0
  75. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +288 -0
  76. data/lib/wallee-ruby-sdk/models/label.rb +238 -0
  77. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +274 -0
  78. data/lib/wallee-ruby-sdk/models/label_descriptor_category.rb +43 -0
  79. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +232 -0
  80. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +222 -0
  81. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +242 -0
  82. data/lib/wallee-ruby-sdk/models/line_item.rb +342 -0
  83. data/lib/wallee-ruby-sdk/models/line_item_attribute.rb +208 -0
  84. data/lib/wallee-ruby-sdk/models/line_item_attribute_create.rb +208 -0
  85. data/lib/wallee-ruby-sdk/models/line_item_create.rb +367 -0
  86. data/lib/wallee-ruby-sdk/models/line_item_reduction.rb +218 -0
  87. data/lib/wallee-ruby-sdk/models/line_item_reduction_create.rb +233 -0
  88. data/lib/wallee-ruby-sdk/models/line_item_type.rb +45 -0
  89. data/lib/wallee-ruby-sdk/models/localized_string.rb +218 -0
  90. data/lib/wallee-ruby-sdk/models/manual_task.rb +290 -0
  91. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +230 -0
  92. data/lib/wallee-ruby-sdk/models/manual_task_action_style.rb +44 -0
  93. data/lib/wallee-ruby-sdk/models/manual_task_state.rb +44 -0
  94. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +234 -0
  95. data/lib/wallee-ruby-sdk/models/one_click_payment_mode.rb +44 -0
  96. data/lib/wallee-ruby-sdk/models/payment_connector.rb +306 -0
  97. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +322 -0
  98. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +218 -0
  99. data/lib/wallee-ruby-sdk/models/payment_method.rb +256 -0
  100. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +252 -0
  101. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +328 -0
  102. data/lib/wallee-ruby-sdk/models/payment_primary_risk_taker.rb +44 -0
  103. data/lib/wallee-ruby-sdk/models/payment_processor.rb +278 -0
  104. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +258 -0
  105. data/lib/wallee-ruby-sdk/models/permission.rb +286 -0
  106. data/lib/wallee-ruby-sdk/models/persistable_currency_amount.rb +208 -0
  107. data/lib/wallee-ruby-sdk/models/persistable_currency_amount_update.rb +208 -0
  108. data/lib/wallee-ruby-sdk/models/product_fee_type.rb +44 -0
  109. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +278 -0
  110. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +288 -0
  111. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +240 -0
  112. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee_update.rb +250 -0
  113. data/lib/wallee-ruby-sdk/models/product_metered_tier_pricing.rb +43 -0
  114. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +280 -0
  115. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +290 -0
  116. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +294 -0
  117. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +304 -0
  118. data/lib/wallee-ruby-sdk/models/refund.rb +450 -0
  119. data/lib/wallee-ruby-sdk/models/refund_create.rb +470 -0
  120. data/lib/wallee-ruby-sdk/models/refund_state.rb +46 -0
  121. data/lib/wallee-ruby-sdk/models/refund_type.rb +45 -0
  122. data/lib/wallee-ruby-sdk/models/rendered_document.rb +230 -0
  123. data/lib/wallee-ruby-sdk/models/resource_path.rb +258 -0
  124. data/lib/wallee-ruby-sdk/models/resource_state.rb +44 -0
  125. data/lib/wallee-ruby-sdk/models/rest_country.rb +240 -0
  126. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +228 -0
  127. data/lib/wallee-ruby-sdk/models/rest_currency.rb +218 -0
  128. data/lib/wallee-ruby-sdk/models/rest_language.rb +248 -0
  129. data/lib/wallee-ruby-sdk/models/scope.rb +302 -0
  130. data/lib/wallee-ruby-sdk/models/server_error.rb +218 -0
  131. data/lib/wallee-ruby-sdk/models/space.rb +330 -0
  132. data/lib/wallee-ruby-sdk/models/space_address.rb +318 -0
  133. data/lib/wallee-ruby-sdk/models/space_address_setter.rb +318 -0
  134. data/lib/wallee-ruby-sdk/models/space_create.rb +350 -0
  135. data/lib/wallee-ruby-sdk/models/space_reference.rb +258 -0
  136. data/lib/wallee-ruby-sdk/models/space_reference_state.rb +46 -0
  137. data/lib/wallee-ruby-sdk/models/space_update.rb +340 -0
  138. data/lib/wallee-ruby-sdk/models/space_view.rb +258 -0
  139. data/lib/wallee-ruby-sdk/models/static_value.rb +234 -0
  140. data/lib/wallee-ruby-sdk/models/subscriber.rb +332 -0
  141. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +342 -0
  142. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +347 -0
  143. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +342 -0
  144. data/lib/wallee-ruby-sdk/models/subscription.rb +338 -0
  145. data/lib/wallee-ruby-sdk/models/subscription_change_request.rb +250 -0
  146. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +390 -0
  147. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +405 -0
  148. data/lib/wallee-ruby-sdk/models/subscription_charge_processing_type.rb +43 -0
  149. data/lib/wallee-ruby-sdk/models/subscription_charge_state.rb +46 -0
  150. data/lib/wallee-ruby-sdk/models/subscription_charge_type.rb +43 -0
  151. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +245 -0
  152. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +350 -0
  153. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +375 -0
  154. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_state.rb +44 -0
  155. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +268 -0
  156. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +278 -0
  157. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +288 -0
  158. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +232 -0
  159. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +278 -0
  160. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +298 -0
  161. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report_create.rb +318 -0
  162. data/lib/wallee-ruby-sdk/models/subscription_pending.rb +348 -0
  163. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +298 -0
  164. data/lib/wallee-ruby-sdk/models/subscription_period_bill_state.rb +43 -0
  165. data/lib/wallee-ruby-sdk/models/subscription_product.rb +300 -0
  166. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +310 -0
  167. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +298 -0
  168. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +258 -0
  169. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +268 -0
  170. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +258 -0
  171. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference_state.rb +45 -0
  172. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +308 -0
  173. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +315 -0
  174. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +258 -0
  175. data/lib/wallee-ruby-sdk/models/subscription_product_retirement_create.rb +263 -0
  176. data/lib/wallee-ruby-sdk/models/subscription_product_state.rb +46 -0
  177. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +390 -0
  178. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +310 -0
  179. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +258 -0
  180. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement_create.rb +263 -0
  181. data/lib/wallee-ruby-sdk/models/subscription_product_version_state.rb +46 -0
  182. data/lib/wallee-ruby-sdk/models/subscription_state.rb +48 -0
  183. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +328 -0
  184. data/lib/wallee-ruby-sdk/models/subscription_suspension_action.rb +43 -0
  185. data/lib/wallee-ruby-sdk/models/subscription_suspension_create.rb +343 -0
  186. data/lib/wallee-ruby-sdk/models/subscription_suspension_reason.rb +44 -0
  187. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +328 -0
  188. data/lib/wallee-ruby-sdk/models/subscription_suspension_state.rb +43 -0
  189. data/lib/wallee-ruby-sdk/models/subscription_update.rb +348 -0
  190. data/lib/wallee-ruby-sdk/models/subscription_version.rb +370 -0
  191. data/lib/wallee-ruby-sdk/models/subscription_version_state.rb +47 -0
  192. data/lib/wallee-ruby-sdk/models/tax.rb +208 -0
  193. data/lib/wallee-ruby-sdk/models/tax_class.rb +258 -0
  194. data/lib/wallee-ruby-sdk/models/tax_create.rb +218 -0
  195. data/lib/wallee-ruby-sdk/models/tenant_database.rb +218 -0
  196. data/lib/wallee-ruby-sdk/models/token.rb +308 -0
  197. data/lib/wallee-ruby-sdk/models/token_create.rb +323 -0
  198. data/lib/wallee-ruby-sdk/models/token_update.rb +318 -0
  199. data/lib/wallee-ruby-sdk/models/token_version.rb +360 -0
  200. data/lib/wallee-ruby-sdk/models/token_version_state.rb +44 -0
  201. data/lib/wallee-ruby-sdk/models/transaction.rb +626 -0
  202. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +218 -0
  203. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +390 -0
  204. data/lib/wallee-ruby-sdk/models/transaction_completion_mode.rb +44 -0
  205. data/lib/wallee-ruby-sdk/models/transaction_completion_state.rb +45 -0
  206. data/lib/wallee-ruby-sdk/models/transaction_create.rb +646 -0
  207. data/lib/wallee-ruby-sdk/models/transaction_group.rb +268 -0
  208. data/lib/wallee-ruby-sdk/models/transaction_group_state.rb +44 -0
  209. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +380 -0
  210. data/lib/wallee-ruby-sdk/models/transaction_invoice_replacement.rb +250 -0
  211. data/lib/wallee-ruby-sdk/models/transaction_invoice_state.rb +48 -0
  212. data/lib/wallee-ruby-sdk/models/transaction_line_item_update_request.rb +215 -0
  213. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +320 -0
  214. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +636 -0
  215. data/lib/wallee-ruby-sdk/models/transaction_state.rb +51 -0
  216. data/lib/wallee-ruby-sdk/models/transaction_user_interface_type.rb +44 -0
  217. data/lib/wallee-ruby-sdk/models/transaction_void.rb +380 -0
  218. data/lib/wallee-ruby-sdk/models/transaction_void_mode.rb +43 -0
  219. data/lib/wallee-ruby-sdk/models/transaction_void_state.rb +45 -0
  220. data/lib/wallee-ruby-sdk/models/user.rb +248 -0
  221. data/lib/wallee-ruby-sdk/models/user_type.rb +45 -0
  222. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +248 -0
  223. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +300 -0
  224. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +330 -0
  225. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +220 -0
  226. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +310 -0
  227. data/lib/wallee-ruby-sdk/models/webhook_url.rb +258 -0
  228. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +273 -0
  229. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +268 -0
  230. data/lib/wallee-ruby-sdk/services/account_service_api.rb +372 -0
  231. data/lib/wallee-ruby-sdk/services/application_user_service_api.rb +372 -0
  232. data/lib/wallee-ruby-sdk/services/charge_attempt_service_api.rb +217 -0
  233. data/lib/wallee-ruby-sdk/services/charge_flow_level_service_api.rb +280 -0
  234. data/lib/wallee-ruby-sdk/services/charge_flow_service_api.rb +352 -0
  235. data/lib/wallee-ruby-sdk/services/condition_type_service_api.rb +143 -0
  236. data/lib/wallee-ruby-sdk/services/country_service_api.rb +85 -0
  237. data/lib/wallee-ruby-sdk/services/country_state_service_api.rb +143 -0
  238. data/lib/wallee-ruby-sdk/services/currency_service_api.rb +85 -0
  239. data/lib/wallee-ruby-sdk/services/delivery_indication_service_api.rb +341 -0
  240. data/lib/wallee-ruby-sdk/services/document_template_service_api.rb +217 -0
  241. data/lib/wallee-ruby-sdk/services/document_template_type_service_api.rb +143 -0
  242. data/lib/wallee-ruby-sdk/services/email_sender_service_api.rb +219 -0
  243. data/lib/wallee-ruby-sdk/services/email_sender_type_service_api.rb +143 -0
  244. data/lib/wallee-ruby-sdk/services/email_template_service_api.rb +217 -0
  245. data/lib/wallee-ruby-sdk/services/email_template_type_service_api.rb +143 -0
  246. data/lib/wallee-ruby-sdk/services/human_user_service_api.rb +372 -0
  247. data/lib/wallee-ruby-sdk/services/installment_payment_service_api.rb +287 -0
  248. data/lib/wallee-ruby-sdk/services/installment_payment_slice_service_api.rb +219 -0
  249. data/lib/wallee-ruby-sdk/services/installment_plan_calculation_service_api.rb +95 -0
  250. data/lib/wallee-ruby-sdk/services/installment_plan_configuration_service_api.rb +219 -0
  251. data/lib/wallee-ruby-sdk/services/installment_plan_slice_configuration_service_api.rb +219 -0
  252. data/lib/wallee-ruby-sdk/services/label_description_group_service_api.rb +143 -0
  253. data/lib/wallee-ruby-sdk/services/label_description_service_api.rb +143 -0
  254. data/lib/wallee-ruby-sdk/services/language_service_api.rb +85 -0
  255. data/lib/wallee-ruby-sdk/services/manual_task_service_api.rb +217 -0
  256. data/lib/wallee-ruby-sdk/services/payment_connector_configuration_service_api.rb +217 -0
  257. data/lib/wallee-ruby-sdk/services/payment_connector_service_api.rb +143 -0
  258. data/lib/wallee-ruby-sdk/services/payment_method_configuration_service_api.rb +217 -0
  259. data/lib/wallee-ruby-sdk/services/payment_method_service_api.rb +143 -0
  260. data/lib/wallee-ruby-sdk/services/payment_processor_configuration_service_api.rb +217 -0
  261. data/lib/wallee-ruby-sdk/services/payment_processor_service_api.rb +143 -0
  262. data/lib/wallee-ruby-sdk/services/permission_service_api.rb +143 -0
  263. data/lib/wallee-ruby-sdk/services/refund_service_api.rb +468 -0
  264. data/lib/wallee-ruby-sdk/services/space_service_api.rb +372 -0
  265. data/lib/wallee-ruby-sdk/services/static_value_service_api.rb +143 -0
  266. data/lib/wallee-ruby-sdk/services/subscriber_service_api.rb +402 -0
  267. data/lib/wallee-ruby-sdk/services/subscription_charge_service_api.rb +342 -0
  268. data/lib/wallee-ruby-sdk/services/subscription_ledger_entry_service_api.rb +279 -0
  269. data/lib/wallee-ruby-sdk/services/subscription_metric_service_api.rb +402 -0
  270. data/lib/wallee-ruby-sdk/services/subscription_metric_usage_service_api.rb +279 -0
  271. data/lib/wallee-ruby-sdk/services/subscription_period_bill_service_api.rb +217 -0
  272. data/lib/wallee-ruby-sdk/services/subscription_product_component_group_service_api.rb +402 -0
  273. data/lib/wallee-ruby-sdk/services/subscription_product_component_service_api.rb +402 -0
  274. data/lib/wallee-ruby-sdk/services/subscription_product_fee_tier_service_api.rb +402 -0
  275. data/lib/wallee-ruby-sdk/services/subscription_product_metered_fee_service_api.rb +402 -0
  276. data/lib/wallee-ruby-sdk/services/subscription_product_period_fee_service_api.rb +402 -0
  277. data/lib/wallee-ruby-sdk/services/subscription_product_retirement_service_api.rb +279 -0
  278. data/lib/wallee-ruby-sdk/services/subscription_product_service_api.rb +341 -0
  279. data/lib/wallee-ruby-sdk/services/subscription_product_setup_fee_service_api.rb +402 -0
  280. data/lib/wallee-ruby-sdk/services/subscription_product_version_retirement_service_api.rb +279 -0
  281. data/lib/wallee-ruby-sdk/services/subscription_product_version_service_api.rb +404 -0
  282. data/lib/wallee-ruby-sdk/services/subscription_service_api.rb +608 -0
  283. data/lib/wallee-ruby-sdk/services/subscription_suspension_service_api.rb +342 -0
  284. data/lib/wallee-ruby-sdk/services/subscription_version_service_api.rb +217 -0
  285. data/lib/wallee-ruby-sdk/services/token_service_api.rb +402 -0
  286. data/lib/wallee-ruby-sdk/services/token_version_service_api.rb +280 -0
  287. data/lib/wallee-ruby-sdk/services/transaction_completion_service_api.rb +343 -0
  288. data/lib/wallee-ruby-sdk/services/transaction_invoice_service_api.rb +473 -0
  289. data/lib/wallee-ruby-sdk/services/transaction_service_api.rb +1263 -0
  290. data/lib/wallee-ruby-sdk/services/transaction_void_service_api.rb +343 -0
  291. data/lib/wallee-ruby-sdk/services/webhook_listener_service_api.rb +402 -0
  292. data/lib/wallee-ruby-sdk/services/webhook_url_service_api.rb +402 -0
  293. data/lib/wallee-ruby-sdk/version.rb +24 -0
  294. data/lib/wallee-ruby-sdk.rb +332 -0
  295. data/test/transactioncreate.rb +93 -0
  296. data/wallee-ruby-sdk.gemspec +47 -0
  297. metadata +380 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cbe9f7f857f7734e0a52d01158ff7466c721aae4
4
+ data.tar.gz: a610455c07d529af844f9b447754fae64774a963
5
+ SHA512:
6
+ metadata.gz: 39d710d5293dd557eb16c1e88c96dab45fa492e8bc747ae743d8dc3d0436e42368f6594851b922bb2754c1678fe60c51c61aaa5b56594e365ff1715d38e721d9
7
+ data.tar.gz: f290e667be199feb62e58de08c3256f69090523fccfa468ec1264679fb5a60f9e2f842a673c61aba6a9744e486ec23c109afedc646d1b6e1cff11e3354c637a9
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ group :development, :test do
6
+ gem 'rake', '~> 12.0.0'
7
+ gem 'test-unit', '~> 3.2.5'
8
+ end
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright {yyyy} {name of copyright owner}
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,64 @@
1
+ [![Build Status](https://travis-ci.org/wallee-payment/wallee-ruby-sdk.svg?branch=master)](https://travis-ci.org/wallee-payment/wallee-ruby-sdk)
2
+
3
+ # wallee-ruby-sdk
4
+
5
+ A ruby wrapper around the wallee API.
6
+
7
+ ## Documentation
8
+
9
+ https://app-wallee.com/doc/api/web-service
10
+
11
+ ## Installation
12
+
13
+ Add this line to your application's Gemfile:
14
+
15
+ ```ruby
16
+ gem 'wallee-ruby-sdk'
17
+ ```
18
+
19
+ And then execute:
20
+
21
+ ```shell
22
+ $ bundle
23
+ ```
24
+
25
+ Or install it yourself as:
26
+
27
+ ```shell
28
+ $ gem install wallee-ruby-sdk
29
+ ```
30
+
31
+
32
+ ## Usage
33
+
34
+ ### Basic Example
35
+
36
+ ```ruby
37
+ # Load the gem
38
+ require 'wallee-ruby-sdk'
39
+
40
+ # Setup userId and authenticationKey
41
+ Wallee.configure do |config|
42
+ config.user_id = 'YOUR USER ID'
43
+ config.authentication_key = 'YOUR AUTHENTICATION KEY'
44
+ end
45
+
46
+ api_instance = Wallee::AccountService.new
47
+
48
+ opts = {
49
+ filter: Wallee::EntityQueryFilter.new # EntityQueryFilter | The filter which restricts the entities which are used to calculate the count.
50
+ }
51
+
52
+ begin
53
+ #Count
54
+ result = api_instance.account_service_count(opts)
55
+ p result
56
+ rescue Wallee::ApiError => e
57
+ puts "Exception when calling AccountService->account_service_count: #{e}"
58
+ end
59
+
60
+ ```
61
+
62
+ ## License
63
+
64
+ Please see the [license file](https://github.com/wallee-payment/wallee-ruby-sdk/blob/master/LICENSE) for more information.
data/Rakefile ADDED
@@ -0,0 +1,13 @@
1
+ require 'rake/testtask'
2
+
3
+ Rake::TestTask.new do |t|
4
+ t.libs = ["lib"]
5
+ t.warning = true
6
+ t.verbose = true
7
+ t.test_files = FileList['test/*.rb']
8
+ end
9
+
10
+
11
+ task default: %w[test]
12
+
13
+