wallee-ruby-sdk 2.2.3 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/lib/wallee-ruby-sdk.rb +63 -8
  5. data/lib/wallee-ruby-sdk/api/bank_account_service_api.rb +213 -0
  6. data/lib/wallee-ruby-sdk/api/bank_transaction_service_api.rb +213 -0
  7. data/lib/wallee-ruby-sdk/api/charge_bank_transaction_service_api.rb +213 -0
  8. data/lib/wallee-ruby-sdk/api/currency_bank_account_service_api.rb +213 -0
  9. data/lib/wallee-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +213 -0
  10. data/lib/wallee-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +213 -0
  11. data/lib/wallee-ruby-sdk/api/payment_terminal_till_service_api.rb +170 -0
  12. data/lib/wallee-ruby-sdk/api/refund_bank_transaction_service_api.rb +213 -0
  13. data/lib/wallee-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +213 -0
  14. data/lib/wallee-ruby-sdk/api/shopify_subscriber_service_api.rb +62 -0
  15. data/lib/wallee-ruby-sdk/api/shopify_subscription_service_api.rb +124 -0
  16. data/lib/wallee-ruby-sdk/api/shopify_transaction_service_api.rb +213 -0
  17. data/lib/wallee-ruby-sdk/api/subscriber_service_api.rb +3 -3
  18. data/lib/wallee-ruby-sdk/api/subscription_service_api.rb +67 -0
  19. data/lib/wallee-ruby-sdk/api/token_service_api.rb +189 -0
  20. data/lib/wallee-ruby-sdk/api/transaction_terminal_service_api.rb +21 -32
  21. data/lib/wallee-ruby-sdk/api/web_app_service_api.rb +200 -0
  22. data/lib/wallee-ruby-sdk/api_client.rb +7 -4
  23. data/lib/wallee-ruby-sdk/configuration.rb +2 -2
  24. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +11 -1
  25. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +15 -15
  26. data/lib/wallee-ruby-sdk/models/{abstract_shopify_subscription_product_active.rb → abstract_shopify_subscription_product_update.rb} +2 -12
  27. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +11 -1
  28. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +11 -1
  29. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +59 -1
  30. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +24 -0
  31. data/lib/wallee-ruby-sdk/models/account.rb +31 -1
  32. data/lib/wallee-ruby-sdk/models/account_create.rb +11 -1
  33. data/lib/wallee-ruby-sdk/models/account_update.rb +11 -1
  34. data/lib/wallee-ruby-sdk/models/authenticated_card_data.rb +221 -0
  35. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data.rb → authenticated_card_data_create.rb} +86 -12
  36. data/lib/wallee-ruby-sdk/models/bank_account.rb +291 -0
  37. data/lib/wallee-ruby-sdk/models/bank_account_environment.rb +35 -0
  38. data/lib/wallee-ruby-sdk/models/bank_account_state.rb +37 -0
  39. data/lib/wallee-ruby-sdk/models/bank_account_type.rb +227 -0
  40. data/lib/wallee-ruby-sdk/models/bank_transaction.rb +387 -0
  41. data/lib/wallee-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
  42. data/lib/wallee-ruby-sdk/models/bank_transaction_source.rb +215 -0
  43. data/lib/wallee-ruby-sdk/models/bank_transaction_state.rb +35 -0
  44. data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +215 -0
  45. data/lib/wallee-ruby-sdk/models/card_authentication_response.rb +38 -0
  46. data/lib/wallee-ruby-sdk/models/card_authentication_version.rb +35 -0
  47. data/lib/wallee-ruby-sdk/models/card_cryptogram.rb +201 -0
  48. data/lib/wallee-ruby-sdk/models/card_cryptogram_create.rb +211 -0
  49. data/lib/wallee-ruby-sdk/models/card_cryptogram_type.rb +34 -0
  50. data/lib/wallee-ruby-sdk/models/cardholder_authentication.rb +231 -0
  51. data/lib/wallee-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
  52. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +11 -1
  53. data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +291 -0
  54. data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +241 -0
  55. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +1 -1
  56. data/lib/wallee-ruby-sdk/models/debt_collection_case_create.rb +1 -1
  57. data/lib/wallee-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
  58. data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
  59. data/lib/wallee-ruby-sdk/models/payment_adjustment.rb +231 -0
  60. data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +215 -0
  61. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +13 -1
  62. data/lib/wallee-ruby-sdk/models/payment_contract.rb +1 -25
  63. data/lib/wallee-ruby-sdk/models/payment_link.rb +16 -40
  64. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +15 -15
  65. data/lib/wallee-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
  66. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +16 -44
  67. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +15 -15
  68. data/lib/wallee-ruby-sdk/models/payment_terminal.rb +11 -1
  69. data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +0 -60
  70. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +11 -1
  71. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +2 -22
  72. data/lib/wallee-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
  73. data/lib/wallee-ruby-sdk/models/permission.rb +14 -4
  74. data/lib/wallee-ruby-sdk/models/recurring_indicator.rb +37 -0
  75. data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +281 -0
  76. data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
  77. data/lib/wallee-ruby-sdk/models/rendered_terminal_receipt.rb +26 -6
  78. data/lib/wallee-ruby-sdk/models/role.rb +1 -1
  79. data/lib/wallee-ruby-sdk/models/role_state.rb +37 -0
  80. data/lib/wallee-ruby-sdk/models/sales_channel.rb +34 -4
  81. data/lib/wallee-ruby-sdk/models/shopify_additional_line_item_data.rb +35 -0
  82. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +73 -31
  83. data/lib/wallee-ruby-sdk/models/shopify_integration_payment_app_version.rb +34 -0
  84. data/lib/wallee-ruby-sdk/models/{shopify_integration_app_version.rb → shopify_integration_subscription_app_version.rb} +3 -3
  85. data/lib/wallee-ruby-sdk/models/shopify_subscriber.rb +1 -1
  86. data/lib/wallee-ruby-sdk/models/shopify_subscriber_active.rb +241 -0
  87. data/lib/wallee-ruby-sdk/models/shopify_subscriber_creation.rb +216 -0
  88. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +61 -7
  89. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +0 -60
  90. data/lib/wallee-ruby-sdk/models/{payment_terminal_contact_address.rb → shopify_subscription_address_create.rb} +152 -2
  91. data/lib/wallee-ruby-sdk/models/shopify_subscription_creation_request.rb +363 -0
  92. data/lib/wallee-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +271 -0
  93. data/lib/wallee-ruby-sdk/models/{shopify_subscription_edit_model_item.rb → shopify_subscription_model_item.rb} +2 -2
  94. data/lib/wallee-ruby-sdk/models/{shopify_subscription_edit_model_tax_line.rb → shopify_subscription_model_tax_line.rb} +1 -1
  95. data/lib/wallee-ruby-sdk/models/shopify_subscription_product_create.rb +9 -14
  96. data/lib/wallee-ruby-sdk/models/{shopify_subscription_product_active.rb → shopify_subscription_product_update.rb} +2 -12
  97. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_addresses_request.rb +211 -0
  98. data/lib/wallee-ruby-sdk/models/shopify_subscription_update_request.rb +11 -81
  99. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +11 -1
  100. data/lib/wallee-ruby-sdk/models/space.rb +31 -1
  101. data/lib/wallee-ruby-sdk/models/space_create.rb +11 -1
  102. data/lib/wallee-ruby-sdk/models/space_update.rb +11 -1
  103. data/lib/wallee-ruby-sdk/models/subscriber.rb +1 -1
  104. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +1 -1
  105. data/lib/wallee-ruby-sdk/models/subscription.rb +11 -1
  106. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +1 -25
  107. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +1 -29
  108. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +1 -25
  109. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +1 -25
  110. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +49 -1
  111. data/lib/wallee-ruby-sdk/models/subscription_charge_create.rb +49 -1
  112. data/lib/wallee-ruby-sdk/models/subscription_create_request.rb +1 -1
  113. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +12 -2
  114. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry_create.rb +1 -1
  115. data/lib/wallee-ruby-sdk/models/subscription_product.rb +11 -1
  116. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +11 -1
  117. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +1 -1
  118. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +1 -1
  119. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +11 -1
  120. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +11 -1
  121. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +14 -4
  122. data/lib/wallee-ruby-sdk/models/subscription_update_request.rb +206 -0
  123. data/lib/wallee-ruby-sdk/models/tax_calculation.rb +35 -0
  124. data/lib/wallee-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
  125. data/lib/wallee-ruby-sdk/models/terminal_receipt_format.rb +35 -0
  126. data/lib/wallee-ruby-sdk/models/token.rb +1 -25
  127. data/lib/wallee-ruby-sdk/models/token_create.rb +1 -29
  128. data/lib/wallee-ruby-sdk/models/tokenized_card_data.rb +211 -0
  129. data/lib/wallee-ruby-sdk/models/{unencrypted_card_data_create.rb → tokenized_card_data_create.rb} +60 -5
  130. data/lib/wallee-ruby-sdk/models/transaction.rb +132 -4
  131. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +26 -1
  132. data/lib/wallee-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
  133. data/lib/wallee-ruby-sdk/models/transaction_completion_request.rb +26 -1
  134. data/lib/wallee-ruby-sdk/models/transaction_create.rb +59 -1
  135. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +59 -1
  136. data/lib/wallee-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
  137. data/lib/wallee-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
  138. data/lib/wallee-ruby-sdk/models/webhook_url.rb +35 -1
  139. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +24 -0
  140. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +24 -0
  141. data/lib/wallee-ruby-sdk/version.rb +1 -1
  142. data/test/condition_type_service_test.rb +22 -0
  143. data/wallee-ruby-sdk.gemspec +3 -2
  144. metadata +93 -17
@@ -85,6 +85,68 @@ module Wallee
85
85
  return data, status_code, headers
86
86
  end
87
87
 
88
+ # Create
89
+ # This operation allows to create a Shopify subscription.
90
+ # @param space_id
91
+ # @param creation_request
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [ShopifySubscriptionVersion]
94
+ def create(space_id, creation_request, opts = {})
95
+ data, _status_code, _headers = create_with_http_info(space_id, creation_request, opts)
96
+ return data
97
+ end
98
+
99
+ # Create
100
+ # This operation allows to create a Shopify subscription.
101
+ # @param space_id
102
+ # @param creation_request
103
+ # @param [Hash] opts the optional parameters
104
+ # @return [Array<(ShopifySubscriptionVersion, Fixnum, Hash)>] ShopifySubscriptionVersion data, response status code and response headers
105
+ def create_with_http_info(space_id, creation_request, opts = {})
106
+ if @api_client.config.debugging
107
+ @api_client.config.logger.debug "Calling API: ShopifySubscriptionService.create ..."
108
+ end
109
+ # verify the required parameter 'space_id' is set
110
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling ShopifySubscriptionService.create" if space_id.nil?
111
+ # verify the required parameter 'creation_request' is set
112
+ fail ArgumentError, "Missing the required parameter 'creation_request' when calling ShopifySubscriptionService.create" if creation_request.nil?
113
+ # resource path
114
+ local_var_path = "/shopify-subscription/create".sub('{format}','json')
115
+
116
+ # query parameters
117
+ query_params = {}
118
+ query_params[:'spaceId'] = space_id
119
+
120
+ # header parameters
121
+ header_params = {}
122
+
123
+ # HTTP header 'Accept' (if needed)
124
+ local_header_accept = ['application/json;charset=utf-8']
125
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
126
+
127
+ # HTTP header 'Content-Type'
128
+ local_header_content_type = ['application/json;charset=utf-8']
129
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
130
+
131
+ # form parameters
132
+ form_params = {}
133
+
134
+ # http body (model)
135
+ post_body = @api_client.object_to_http_body(creation_request)
136
+ auth_names = []
137
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
138
+ :header_params => header_params,
139
+ :query_params => query_params,
140
+ :form_params => form_params,
141
+ :body => post_body,
142
+ :auth_names => auth_names,
143
+ :return_type => 'ShopifySubscriptionVersion')
144
+ if @api_client.config.debugging
145
+ @api_client.config.logger.debug "API called: ShopifySubscriptionService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
146
+ end
147
+ return data, status_code, headers
148
+ end
149
+
88
150
  # Read
89
151
  # Reads the entity with the given 'id' and returns it.
90
152
  # @param space_id
@@ -338,5 +400,67 @@ module Wallee
338
400
  end
339
401
  return data, status_code, headers
340
402
  end
403
+
404
+ # Update Addresses
405
+ # This operation allows to update a Shopify subscription addresses.
406
+ # @param space_id
407
+ # @param update_request
408
+ # @param [Hash] opts the optional parameters
409
+ # @return [ShopifySubscriptionVersion]
410
+ def update_addresses(space_id, update_request, opts = {})
411
+ data, _status_code, _headers = update_addresses_with_http_info(space_id, update_request, opts)
412
+ return data
413
+ end
414
+
415
+ # Update Addresses
416
+ # This operation allows to update a Shopify subscription addresses.
417
+ # @param space_id
418
+ # @param update_request
419
+ # @param [Hash] opts the optional parameters
420
+ # @return [Array<(ShopifySubscriptionVersion, Fixnum, Hash)>] ShopifySubscriptionVersion data, response status code and response headers
421
+ def update_addresses_with_http_info(space_id, update_request, opts = {})
422
+ if @api_client.config.debugging
423
+ @api_client.config.logger.debug "Calling API: ShopifySubscriptionService.update_addresses ..."
424
+ end
425
+ # verify the required parameter 'space_id' is set
426
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling ShopifySubscriptionService.update_addresses" if space_id.nil?
427
+ # verify the required parameter 'update_request' is set
428
+ fail ArgumentError, "Missing the required parameter 'update_request' when calling ShopifySubscriptionService.update_addresses" if update_request.nil?
429
+ # resource path
430
+ local_var_path = "/shopify-subscription/update-addresses".sub('{format}','json')
431
+
432
+ # query parameters
433
+ query_params = {}
434
+ query_params[:'spaceId'] = space_id
435
+
436
+ # header parameters
437
+ header_params = {}
438
+
439
+ # HTTP header 'Accept' (if needed)
440
+ local_header_accept = ['application/json;charset=utf-8']
441
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
442
+
443
+ # HTTP header 'Content-Type'
444
+ local_header_content_type = ['application/json;charset=utf-8']
445
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
446
+
447
+ # form parameters
448
+ form_params = {}
449
+
450
+ # http body (model)
451
+ post_body = @api_client.object_to_http_body(update_request)
452
+ auth_names = []
453
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
454
+ :header_params => header_params,
455
+ :query_params => query_params,
456
+ :form_params => form_params,
457
+ :body => post_body,
458
+ :auth_names => auth_names,
459
+ :return_type => 'ShopifySubscriptionVersion')
460
+ if @api_client.config.debugging
461
+ @api_client.config.logger.debug "API called: ShopifySubscriptionService#update_addresses\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
462
+ end
463
+ return data, status_code, headers
464
+ end
341
465
  end
342
466
  end
@@ -0,0 +1,213 @@
1
+ =begin
2
+ The wallee API allows an easy interaction with the wallee web service.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+
16
+ =end
17
+
18
+ require "uri"
19
+
20
+ module Wallee
21
+ class ShopifyTransactionService
22
+ attr_accessor :api_client
23
+
24
+ def initialize(api_client = ApiClient.default)
25
+ @api_client = api_client
26
+ end
27
+
28
+ # Count
29
+ # Counts the number of items in the database as restricted by the given filter.
30
+ # @param space_id
31
+ # @param [Hash] opts the optional parameters
32
+ # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
33
+ # @return [Integer]
34
+ def count(space_id, opts = {})
35
+ data, _status_code, _headers = count_with_http_info(space_id, opts)
36
+ return data
37
+ end
38
+
39
+ # Count
40
+ # Counts the number of items in the database as restricted by the given filter.
41
+ # @param space_id
42
+ # @param [Hash] opts the optional parameters
43
+ # @option opts [EntityQueryFilter] :filter The filter which restricts the entities which are used to calculate the count.
44
+ # @return [Array<(Integer, Fixnum, Hash)>] Integer data, response status code and response headers
45
+ def count_with_http_info(space_id, opts = {})
46
+ if @api_client.config.debugging
47
+ @api_client.config.logger.debug "Calling API: ShopifyTransactionService.count ..."
48
+ end
49
+ # verify the required parameter 'space_id' is set
50
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling ShopifyTransactionService.count" if space_id.nil?
51
+ # resource path
52
+ local_var_path = "/shopify-transaction/count".sub('{format}','json')
53
+
54
+ # query parameters
55
+ query_params = {}
56
+ query_params[:'spaceId'] = space_id
57
+
58
+ # header parameters
59
+ header_params = {}
60
+
61
+ # HTTP header 'Accept' (if needed)
62
+ local_header_accept = ['application/json;charset=utf-8']
63
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
64
+
65
+ # HTTP header 'Content-Type'
66
+ local_header_content_type = ['application/json;charset=utf-8']
67
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
68
+
69
+ # form parameters
70
+ form_params = {}
71
+
72
+ # http body (model)
73
+ post_body = @api_client.object_to_http_body(opts[:'filter'])
74
+ auth_names = []
75
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
76
+ :header_params => header_params,
77
+ :query_params => query_params,
78
+ :form_params => form_params,
79
+ :body => post_body,
80
+ :auth_names => auth_names,
81
+ :return_type => 'Integer')
82
+ if @api_client.config.debugging
83
+ @api_client.config.logger.debug "API called: ShopifyTransactionService#count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
84
+ end
85
+ return data, status_code, headers
86
+ end
87
+
88
+ # Read
89
+ # Reads the entity with the given 'id' and returns it.
90
+ # @param space_id
91
+ # @param id The id of the Shopify transaction which should be returned.
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [ShopifyTransaction]
94
+ def read(space_id, id, opts = {})
95
+ data, _status_code, _headers = read_with_http_info(space_id, id, opts)
96
+ return data
97
+ end
98
+
99
+ # Read
100
+ # Reads the entity with the given &#39;id&#39; and returns it.
101
+ # @param space_id
102
+ # @param id The id of the Shopify transaction which should be returned.
103
+ # @param [Hash] opts the optional parameters
104
+ # @return [Array<(ShopifyTransaction, Fixnum, Hash)>] ShopifyTransaction data, response status code and response headers
105
+ def read_with_http_info(space_id, id, opts = {})
106
+ if @api_client.config.debugging
107
+ @api_client.config.logger.debug "Calling API: ShopifyTransactionService.read ..."
108
+ end
109
+ # verify the required parameter 'space_id' is set
110
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling ShopifyTransactionService.read" if space_id.nil?
111
+ # verify the required parameter 'id' is set
112
+ fail ArgumentError, "Missing the required parameter 'id' when calling ShopifyTransactionService.read" if id.nil?
113
+ # resource path
114
+ local_var_path = "/shopify-transaction/read".sub('{format}','json')
115
+
116
+ # query parameters
117
+ query_params = {}
118
+ query_params[:'spaceId'] = space_id
119
+ query_params[:'id'] = id
120
+
121
+ # header parameters
122
+ header_params = {}
123
+
124
+ # HTTP header 'Accept' (if needed)
125
+ local_header_accept = ['application/json;charset=utf-8']
126
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
127
+
128
+ # HTTP header 'Content-Type'
129
+ local_header_content_type = ['*/*']
130
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
131
+
132
+ # form parameters
133
+ form_params = {}
134
+
135
+ # http body (model)
136
+ post_body = nil
137
+ auth_names = []
138
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
139
+ :header_params => header_params,
140
+ :query_params => query_params,
141
+ :form_params => form_params,
142
+ :body => post_body,
143
+ :auth_names => auth_names,
144
+ :return_type => 'ShopifyTransaction')
145
+ if @api_client.config.debugging
146
+ @api_client.config.logger.debug "API called: ShopifyTransactionService#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
147
+ end
148
+ return data, status_code, headers
149
+ end
150
+
151
+ # Search
152
+ # Searches for the entities as specified by the given query.
153
+ # @param space_id
154
+ # @param query The query restricts the Shopify transactions which are returned by the search.
155
+ # @param [Hash] opts the optional parameters
156
+ # @return [Array<ShopifyTransaction>]
157
+ def search(space_id, query, opts = {})
158
+ data, _status_code, _headers = search_with_http_info(space_id, query, opts)
159
+ return data
160
+ end
161
+
162
+ # Search
163
+ # Searches for the entities as specified by the given query.
164
+ # @param space_id
165
+ # @param query The query restricts the Shopify transactions which are returned by the search.
166
+ # @param [Hash] opts the optional parameters
167
+ # @return [Array<(Array<ShopifyTransaction>, Fixnum, Hash)>] Array<ShopifyTransaction> data, response status code and response headers
168
+ def search_with_http_info(space_id, query, opts = {})
169
+ if @api_client.config.debugging
170
+ @api_client.config.logger.debug "Calling API: ShopifyTransactionService.search ..."
171
+ end
172
+ # verify the required parameter 'space_id' is set
173
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling ShopifyTransactionService.search" if space_id.nil?
174
+ # verify the required parameter 'query' is set
175
+ fail ArgumentError, "Missing the required parameter 'query' when calling ShopifyTransactionService.search" if query.nil?
176
+ # resource path
177
+ local_var_path = "/shopify-transaction/search".sub('{format}','json')
178
+
179
+ # query parameters
180
+ query_params = {}
181
+ query_params[:'spaceId'] = space_id
182
+
183
+ # header parameters
184
+ header_params = {}
185
+
186
+ # HTTP header 'Accept' (if needed)
187
+ local_header_accept = ['application/json;charset=utf-8']
188
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
189
+
190
+ # HTTP header 'Content-Type'
191
+ local_header_content_type = ['application/json;charset=utf-8']
192
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
193
+
194
+ # form parameters
195
+ form_params = {}
196
+
197
+ # http body (model)
198
+ post_body = @api_client.object_to_http_body(query)
199
+ auth_names = []
200
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
201
+ :header_params => header_params,
202
+ :query_params => query_params,
203
+ :form_params => form_params,
204
+ :body => post_body,
205
+ :auth_names => auth_names,
206
+ :return_type => 'Array<ShopifyTransaction>')
207
+ if @api_client.config.debugging
208
+ @api_client.config.logger.debug "API called: ShopifyTransactionService#search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
209
+ end
210
+ return data, status_code, headers
211
+ end
212
+ end
213
+ end
@@ -90,7 +90,7 @@ module Wallee
90
90
  # @param space_id
91
91
  # @param entity The customer object with the properties which should be created.
92
92
  # @param [Hash] opts the optional parameters
93
- # @return [SubscriberCreate]
93
+ # @return [Subscriber]
94
94
  def create(space_id, entity, opts = {})
95
95
  data, _status_code, _headers = create_with_http_info(space_id, entity, opts)
96
96
  return data
@@ -101,7 +101,7 @@ module Wallee
101
101
  # @param space_id
102
102
  # @param entity The customer object with the properties which should be created.
103
103
  # @param [Hash] opts the optional parameters
104
- # @return [Array<(SubscriberCreate, Fixnum, Hash)>] SubscriberCreate data, response status code and response headers
104
+ # @return [Array<(Subscriber, Fixnum, Hash)>] Subscriber data, response status code and response headers
105
105
  def create_with_http_info(space_id, entity, opts = {})
106
106
  if @api_client.config.debugging
107
107
  @api_client.config.logger.debug "Calling API: SubscriberService.create ..."
@@ -140,7 +140,7 @@ module Wallee
140
140
  :form_params => form_params,
141
141
  :body => post_body,
142
142
  :auth_names => auth_names,
143
- :return_type => 'SubscriberCreate')
143
+ :return_type => 'Subscriber')
144
144
  if @api_client.config.debugging
145
145
  @api_client.config.logger.debug "API called: SubscriberService#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
146
146
  end
@@ -600,6 +600,73 @@ module Wallee
600
600
  return data, status_code, headers
601
601
  end
602
602
 
603
+ # update
604
+ # This operation allows to update the subscription.
605
+ # @param space_id
606
+ # @param subscription_id
607
+ # @param request
608
+ # @param [Hash] opts the optional parameters
609
+ # @return [Subscription]
610
+ def update(space_id, subscription_id, request, opts = {})
611
+ data, _status_code, _headers = update_with_http_info(space_id, subscription_id, request, opts)
612
+ return data
613
+ end
614
+
615
+ # update
616
+ # This operation allows to update the subscription.
617
+ # @param space_id
618
+ # @param subscription_id
619
+ # @param request
620
+ # @param [Hash] opts the optional parameters
621
+ # @return [Array<(Subscription, Fixnum, Hash)>] Subscription data, response status code and response headers
622
+ def update_with_http_info(space_id, subscription_id, request, opts = {})
623
+ if @api_client.config.debugging
624
+ @api_client.config.logger.debug "Calling API: SubscriptionService.update ..."
625
+ end
626
+ # verify the required parameter 'space_id' is set
627
+ fail ArgumentError, "Missing the required parameter 'space_id' when calling SubscriptionService.update" if space_id.nil?
628
+ # verify the required parameter 'subscription_id' is set
629
+ fail ArgumentError, "Missing the required parameter 'subscription_id' when calling SubscriptionService.update" if subscription_id.nil?
630
+ # verify the required parameter 'request' is set
631
+ fail ArgumentError, "Missing the required parameter 'request' when calling SubscriptionService.update" if request.nil?
632
+ # resource path
633
+ local_var_path = "/subscription/update".sub('{format}','json')
634
+
635
+ # query parameters
636
+ query_params = {}
637
+ query_params[:'spaceId'] = space_id
638
+ query_params[:'subscriptionId'] = subscription_id
639
+
640
+ # header parameters
641
+ header_params = {}
642
+
643
+ # HTTP header 'Accept' (if needed)
644
+ local_header_accept = ['application/json;charset=utf-8']
645
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
646
+
647
+ # HTTP header 'Content-Type'
648
+ local_header_content_type = ['application/json;charset=utf-8']
649
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
650
+
651
+ # form parameters
652
+ form_params = {}
653
+
654
+ # http body (model)
655
+ post_body = @api_client.object_to_http_body(request)
656
+ auth_names = []
657
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
658
+ :header_params => header_params,
659
+ :query_params => query_params,
660
+ :form_params => form_params,
661
+ :body => post_body,
662
+ :auth_names => auth_names,
663
+ :return_type => 'Subscription')
664
+ if @api_client.config.debugging
665
+ @api_client.config.logger.debug "API called: SubscriptionService#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
666
+ end
667
+ return data, status_code, headers
668
+ end
669
+
603
670
  # update product version
604
671
  # The update product version operation updates the product version of the subscription to the latest active product version.
605
672
  # @param space_id