cybersource_rest_client 0.0.73 → 0.0.74
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.
- checksums.yaml +4 -4
- data/lib/cybersource_rest_client/api/batches_api.rb +9 -9
- data/lib/cybersource_rest_client/api/device_de_association_api.rb +168 -0
- data/lib/cybersource_rest_client/api/device_search_api.rb +78 -5
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +5 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7__links.rb → de_association_request_body.rb} +190 -200
- data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +240 -240
- data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +303 -303
- data/lib/cybersource_rest_client/models/get_subscription_response.rb +267 -257
- data/lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb +213 -0
- data/lib/cybersource_rest_client/models/inline_response_200_10.rb +292 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_9_records.rb → inline_response_200_10_records.rb} +209 -209
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record.rb → inline_response_200_10_response_record.rb} +307 -307
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record_additional_updates.rb → inline_response_200_10_response_record_additional_updates.rb} +242 -242
- data/lib/cybersource_rest_client/models/{inline_response_200_9_source_record.rb → inline_response_200_10_source_record.rb} +295 -295
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +247 -202
- data/lib/cybersource_rest_client/models/inline_response_200_5_devices.rb +357 -0
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +202 -247
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +247 -251
- data/lib/cybersource_rest_client/models/{inline_response_200_6_devices.rb → inline_response_200_7_devices.rb} +371 -371
- data/lib/cybersource_rest_client/models/{inline_response_200_6_payment_processor_to_terminal_map.rb → inline_response_200_7_payment_processor_to_terminal_map.rb} +200 -200
- data/lib/cybersource_rest_client/models/inline_response_200_8.rb +251 -290
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded.rb → inline_response_200_8__embedded.rb} +191 -191
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links.rb → inline_response_200_8__embedded__links.rb} +191 -191
- data/lib/cybersource_rest_client/models/{inline_response_200_8__links_report.rb → inline_response_200_8__embedded__links_reports.rb} +190 -189
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_batches.rb → inline_response_200_8__embedded_batches.rb} +295 -295
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_totals.rb → inline_response_200_8__embedded_totals.rb} +229 -229
- data/lib/cybersource_rest_client/models/inline_response_200_8__links.rb +200 -201
- data/lib/cybersource_rest_client/models/inline_response_200_9.rb +290 -292
- data/lib/cybersource_rest_client/models/inline_response_200_9__links.rb +201 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links_reports.rb → inline_response_200_9__links_report.rb} +189 -190
- data/lib/cybersource_rest_client/models/{inline_response_200_8_billing.rb → inline_response_200_9_billing.rb} +219 -219
- data/lib/cybersource_rest_client/models/payments_products.rb +379 -379
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb +213 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +225 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb +190 -0
- data/lib/cybersource_rest_client/models/post_device_search_request.rb +223 -0
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +252 -241
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +394 -383
- data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +297 -286
- data/lib/cybersource_rest_client/models/upv1capturecontexts_complete_mandate.rb +219 -208
- data/lib/cybersource_rest_client.rb +28 -15
- metadata +30 -17
- data/lib/cybersource_rest_client/api/device_de_association_v3_api.rb +0 -96
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11de49df956c65f366c745ee79944c9fa597d1dd21334cc572469ccdc50b9bb9
|
4
|
+
data.tar.gz: 1f851236719f9c3a3dce1b5b41cbdec1e2dccd5b650e780e73dde2ba88b4514a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01d5b1c0c0d4732a60bce2155fb2c79ba322fd4176466259c758ced27f9d00bd474eda58c7d2df6dcec9a0a120aee831a71c1e20f3cf4cd5d648481c4b91e9ac
|
7
|
+
data.tar.gz: 1387668e0a3c75bc5f3afc3331525adad79917145d2b502af9fb9273d0adf85eb5b114be187ea3aec7b3c03db8880e3e877de5ac52ebbe62d310285f126a81db
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
24
24
|
#
|
25
25
|
# @param batch_id Unique identification number assigned to the submitted request.
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [
|
27
|
+
# @return [InlineResponse20010]
|
28
28
|
#
|
29
29
|
def get_batch_report(batch_id, opts = {})
|
30
30
|
data, status_code, headers = get_batch_report_with_http_info(batch_id, opts)
|
@@ -35,7 +35,7 @@ module CyberSource
|
|
35
35
|
# **Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH) - Source record information including token ids, masked card number, expiration dates & card type. - Response record information including response code, reason, token ids, masked card number, expiration dates & card type.
|
36
36
|
# @param batch_id Unique identification number assigned to the submitted request.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(
|
38
|
+
# @return [Array<(InlineResponse20010, Fixnum, Hash)>] InlineResponse20010 data, response status code and response headers
|
39
39
|
def get_batch_report_with_http_info(batch_id, opts = {})
|
40
40
|
|
41
41
|
if @api_client.config.debugging
|
@@ -87,7 +87,7 @@ module CyberSource
|
|
87
87
|
:form_params => form_params,
|
88
88
|
:body => post_body,
|
89
89
|
:auth_names => auth_names,
|
90
|
-
:return_type => '
|
90
|
+
:return_type => 'InlineResponse20010')
|
91
91
|
if @api_client.config.debugging
|
92
92
|
begin
|
93
93
|
raise
|
@@ -103,7 +103,7 @@ module CyberSource
|
|
103
103
|
#
|
104
104
|
# @param batch_id Unique identification number assigned to the submitted request.
|
105
105
|
# @param [Hash] opts the optional parameters
|
106
|
-
# @return [
|
106
|
+
# @return [InlineResponse2009]
|
107
107
|
#
|
108
108
|
def get_batch_status(batch_id, opts = {})
|
109
109
|
data, status_code, headers = get_batch_status_with_http_info(batch_id, opts)
|
@@ -114,7 +114,7 @@ module CyberSource
|
|
114
114
|
# **Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
|
115
115
|
# @param batch_id Unique identification number assigned to the submitted request.
|
116
116
|
# @param [Hash] opts the optional parameters
|
117
|
-
# @return [Array<(
|
117
|
+
# @return [Array<(InlineResponse2009, Fixnum, Hash)>] InlineResponse2009 data, response status code and response headers
|
118
118
|
def get_batch_status_with_http_info(batch_id, opts = {})
|
119
119
|
|
120
120
|
if @api_client.config.debugging
|
@@ -166,7 +166,7 @@ module CyberSource
|
|
166
166
|
:form_params => form_params,
|
167
167
|
:body => post_body,
|
168
168
|
:auth_names => auth_names,
|
169
|
-
:return_type => '
|
169
|
+
:return_type => 'InlineResponse2009')
|
170
170
|
if @api_client.config.debugging
|
171
171
|
begin
|
172
172
|
raise
|
@@ -185,7 +185,7 @@ module CyberSource
|
|
185
185
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (default to 20)
|
186
186
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
187
187
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
188
|
-
# @return [
|
188
|
+
# @return [InlineResponse2008]
|
189
189
|
#
|
190
190
|
def get_batches_list(opts = {})
|
191
191
|
data, status_code, headers = get_batches_list_with_http_info(opts)
|
@@ -199,7 +199,7 @@ module CyberSource
|
|
199
199
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
|
200
200
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
201
201
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
202
|
-
# @return [Array<(
|
202
|
+
# @return [Array<(InlineResponse2008, Fixnum, Hash)>] InlineResponse2008 data, response status code and response headers
|
203
203
|
def get_batches_list_with_http_info(opts = {})
|
204
204
|
|
205
205
|
if @api_client.config.debugging
|
@@ -247,7 +247,7 @@ module CyberSource
|
|
247
247
|
:form_params => form_params,
|
248
248
|
:body => post_body,
|
249
249
|
:auth_names => auth_names,
|
250
|
-
:return_type => '
|
250
|
+
:return_type => 'InlineResponse2008')
|
251
251
|
if @api_client.config.debugging
|
252
252
|
begin
|
253
253
|
raise
|
@@ -0,0 +1,168 @@
|
|
1
|
+
=begin
|
2
|
+
#CyberSource Merged Spec
|
3
|
+
|
4
|
+
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.0.1
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.38
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'uri'
|
13
|
+
require 'AuthenticationSDK/util/MLEUtility'
|
14
|
+
module CyberSource
|
15
|
+
class DeviceDeAssociationApi
|
16
|
+
attr_accessor :api_client
|
17
|
+
|
18
|
+
def initialize(api_client = ApiClient.default, config)
|
19
|
+
@api_client = api_client
|
20
|
+
@api_client.set_configuration(config)
|
21
|
+
end
|
22
|
+
# De-associate a device from merchant or account V2
|
23
|
+
# The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
|
24
|
+
#
|
25
|
+
# @param de_association_request_body de association of the deviceId in the request body.
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [nil]
|
28
|
+
#
|
29
|
+
def delete_terminal_association(de_association_request_body, opts = {})
|
30
|
+
data, status_code, headers = delete_terminal_association_with_http_info(de_association_request_body, opts)
|
31
|
+
return data, status_code, headers
|
32
|
+
end
|
33
|
+
|
34
|
+
# De-associate a device from merchant or account V2
|
35
|
+
# The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
|
36
|
+
# @param de_association_request_body de association of the deviceId in the request body.
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
39
|
+
def delete_terminal_association_with_http_info(de_association_request_body, opts = {})
|
40
|
+
|
41
|
+
if @api_client.config.debugging
|
42
|
+
begin
|
43
|
+
raise
|
44
|
+
@api_client.config.logger.debug 'Calling API: DeviceDeAssociationApi.delete_terminal_association ...'
|
45
|
+
rescue
|
46
|
+
puts 'Cannot write to log'
|
47
|
+
end
|
48
|
+
end
|
49
|
+
# verify the required parameter 'de_association_request_body' is set
|
50
|
+
if @api_client.config.client_side_validation && de_association_request_body.nil?
|
51
|
+
fail ArgumentError, "Missing the required parameter 'de_association_request_body' when calling DeviceDeAssociationApi.delete_terminal_association"
|
52
|
+
end
|
53
|
+
# resource path
|
54
|
+
local_var_path = 'dms/v2/devices/deassociate'
|
55
|
+
|
56
|
+
# query parameters
|
57
|
+
query_params = {}
|
58
|
+
|
59
|
+
# header parameters
|
60
|
+
header_params = {}
|
61
|
+
# HTTP header 'Accept' (if needed)
|
62
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
|
63
|
+
# HTTP header 'Content-Type'
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
|
65
|
+
|
66
|
+
# form parameters
|
67
|
+
form_params = {}
|
68
|
+
|
69
|
+
# http body (model)
|
70
|
+
post_body = @api_client.object_to_http_body(de_association_request_body)
|
71
|
+
sdk_tracker = SdkTracker.new
|
72
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'DeAssociationRequestBody', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
73
|
+
is_mle_supported_by_cybs_for_api = false
|
74
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["delete_terminal_association","delete_terminal_association_with_http_info"])
|
75
|
+
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
76
|
+
end
|
77
|
+
auth_names = []
|
78
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
79
|
+
:header_params => header_params,
|
80
|
+
:query_params => query_params,
|
81
|
+
:form_params => form_params,
|
82
|
+
:body => post_body,
|
83
|
+
:auth_names => auth_names)
|
84
|
+
if @api_client.config.debugging
|
85
|
+
begin
|
86
|
+
raise
|
87
|
+
@api_client.config.logger.debug "API called: DeviceDeAssociationApi#delete_terminal_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
88
|
+
rescue
|
89
|
+
puts 'Cannot write to log'
|
90
|
+
end
|
91
|
+
end
|
92
|
+
return data, status_code, headers
|
93
|
+
end
|
94
|
+
# De-associate a device from merchant to account or reseller and from account to reseller
|
95
|
+
# A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
|
96
|
+
#
|
97
|
+
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @return [Array<InlineResponse2006>]
|
100
|
+
#
|
101
|
+
def post_de_associate_v3_terminal(device_de_associate_v3_request, opts = {})
|
102
|
+
data, status_code, headers = post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts)
|
103
|
+
return data, status_code, headers
|
104
|
+
end
|
105
|
+
|
106
|
+
# De-associate a device from merchant to account or reseller and from account to reseller
|
107
|
+
# A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
|
108
|
+
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
109
|
+
# @param [Hash] opts the optional parameters
|
110
|
+
# @return [Array<(Array<InlineResponse2006>, Fixnum, Hash)>] Array<InlineResponse2006> data, response status code and response headers
|
111
|
+
def post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts = {})
|
112
|
+
|
113
|
+
if @api_client.config.debugging
|
114
|
+
begin
|
115
|
+
raise
|
116
|
+
@api_client.config.logger.debug 'Calling API: DeviceDeAssociationApi.post_de_associate_v3_terminal ...'
|
117
|
+
rescue
|
118
|
+
puts 'Cannot write to log'
|
119
|
+
end
|
120
|
+
end
|
121
|
+
# verify the required parameter 'device_de_associate_v3_request' is set
|
122
|
+
if @api_client.config.client_side_validation && device_de_associate_v3_request.nil?
|
123
|
+
fail ArgumentError, "Missing the required parameter 'device_de_associate_v3_request' when calling DeviceDeAssociationApi.post_de_associate_v3_terminal"
|
124
|
+
end
|
125
|
+
# resource path
|
126
|
+
local_var_path = 'dms/v3/devices/deassociate'
|
127
|
+
|
128
|
+
# query parameters
|
129
|
+
query_params = {}
|
130
|
+
|
131
|
+
# header parameters
|
132
|
+
header_params = {}
|
133
|
+
# HTTP header 'Accept' (if needed)
|
134
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
|
135
|
+
# HTTP header 'Content-Type'
|
136
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
|
137
|
+
|
138
|
+
# form parameters
|
139
|
+
form_params = {}
|
140
|
+
|
141
|
+
# http body (model)
|
142
|
+
post_body = @api_client.object_to_http_body(device_de_associate_v3_request)
|
143
|
+
sdk_tracker = SdkTracker.new
|
144
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Array<DeviceDeAssociateV3Request>', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
145
|
+
is_mle_supported_by_cybs_for_api = false
|
146
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_de_associate_v3_terminal","post_de_associate_v3_terminal_with_http_info"])
|
147
|
+
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
148
|
+
end
|
149
|
+
auth_names = []
|
150
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
151
|
+
:header_params => header_params,
|
152
|
+
:query_params => query_params,
|
153
|
+
:form_params => form_params,
|
154
|
+
:body => post_body,
|
155
|
+
:auth_names => auth_names,
|
156
|
+
:return_type => 'Array<InlineResponse2006>')
|
157
|
+
if @api_client.config.debugging
|
158
|
+
begin
|
159
|
+
raise
|
160
|
+
@api_client.config.logger.debug "API called: DeviceDeAssociationApi#post_de_associate_v3_terminal\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
161
|
+
rescue
|
162
|
+
puts 'Cannot write to log'
|
163
|
+
end
|
164
|
+
end
|
165
|
+
return data, status_code, headers
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
@@ -19,23 +19,96 @@ module CyberSource
|
|
19
19
|
@api_client = api_client
|
20
20
|
@api_client.set_configuration(config)
|
21
21
|
end
|
22
|
-
# Retrieve List of Devices for a given search query
|
22
|
+
# Retrieve List of Devices for a given search query V2
|
23
|
+
# Retrieves list of terminals in paginated format.
|
24
|
+
#
|
25
|
+
# @param post_device_search_request
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [InlineResponse2005]
|
28
|
+
#
|
29
|
+
def post_search_query(post_device_search_request, opts = {})
|
30
|
+
data, status_code, headers = post_search_query_with_http_info(post_device_search_request, opts)
|
31
|
+
return data, status_code, headers
|
32
|
+
end
|
33
|
+
|
34
|
+
# Retrieve List of Devices for a given search query V2
|
35
|
+
# Retrieves list of terminals in paginated format.
|
36
|
+
# @param post_device_search_request
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(InlineResponse2005, Fixnum, Hash)>] InlineResponse2005 data, response status code and response headers
|
39
|
+
def post_search_query_with_http_info(post_device_search_request, opts = {})
|
40
|
+
|
41
|
+
if @api_client.config.debugging
|
42
|
+
begin
|
43
|
+
raise
|
44
|
+
@api_client.config.logger.debug 'Calling API: DeviceSearchApi.post_search_query ...'
|
45
|
+
rescue
|
46
|
+
puts 'Cannot write to log'
|
47
|
+
end
|
48
|
+
end
|
49
|
+
# verify the required parameter 'post_device_search_request' is set
|
50
|
+
if @api_client.config.client_side_validation && post_device_search_request.nil?
|
51
|
+
fail ArgumentError, "Missing the required parameter 'post_device_search_request' when calling DeviceSearchApi.post_search_query"
|
52
|
+
end
|
53
|
+
# resource path
|
54
|
+
local_var_path = 'dms/v2/devices/search'
|
55
|
+
|
56
|
+
# query parameters
|
57
|
+
query_params = {}
|
58
|
+
|
59
|
+
# header parameters
|
60
|
+
header_params = {}
|
61
|
+
# HTTP header 'Accept' (if needed)
|
62
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=UTF-8'])
|
63
|
+
# HTTP header 'Content-Type'
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=UTF-8'])
|
65
|
+
|
66
|
+
# form parameters
|
67
|
+
form_params = {}
|
68
|
+
|
69
|
+
# http body (model)
|
70
|
+
post_body = @api_client.object_to_http_body(post_device_search_request)
|
71
|
+
sdk_tracker = SdkTracker.new
|
72
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostDeviceSearchRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
73
|
+
is_mle_supported_by_cybs_for_api = false
|
74
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_search_query","post_search_query_with_http_info"])
|
75
|
+
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
76
|
+
end
|
77
|
+
auth_names = []
|
78
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
79
|
+
:header_params => header_params,
|
80
|
+
:query_params => query_params,
|
81
|
+
:form_params => form_params,
|
82
|
+
:body => post_body,
|
83
|
+
:auth_names => auth_names,
|
84
|
+
:return_type => 'InlineResponse2005')
|
85
|
+
if @api_client.config.debugging
|
86
|
+
begin
|
87
|
+
raise
|
88
|
+
@api_client.config.logger.debug "API called: DeviceSearchApi#post_search_query\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
89
|
+
rescue
|
90
|
+
puts 'Cannot write to log'
|
91
|
+
end
|
92
|
+
end
|
93
|
+
return data, status_code, headers
|
94
|
+
end
|
95
|
+
# Retrieve List of Devices for a given search query
|
23
96
|
# Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
|
24
97
|
#
|
25
98
|
# @param post_device_search_request_v3
|
26
99
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [
|
100
|
+
# @return [InlineResponse2007]
|
28
101
|
#
|
29
102
|
def post_search_query_v3(post_device_search_request_v3, opts = {})
|
30
103
|
data, status_code, headers = post_search_query_v3_with_http_info(post_device_search_request_v3, opts)
|
31
104
|
return data, status_code, headers
|
32
105
|
end
|
33
106
|
|
34
|
-
# Retrieve List of Devices for a given search query
|
107
|
+
# Retrieve List of Devices for a given search query
|
35
108
|
# Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
|
36
109
|
# @param post_device_search_request_v3
|
37
110
|
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(
|
111
|
+
# @return [Array<(InlineResponse2007, Fixnum, Hash)>] InlineResponse2007 data, response status code and response headers
|
39
112
|
def post_search_query_v3_with_http_info(post_device_search_request_v3, opts = {})
|
40
113
|
|
41
114
|
if @api_client.config.debugging
|
@@ -81,7 +154,7 @@ module CyberSource
|
|
81
154
|
:form_params => form_params,
|
82
155
|
:body => post_body,
|
83
156
|
:auth_names => auth_names,
|
84
|
-
:return_type => '
|
157
|
+
:return_type => 'InlineResponse2007')
|
85
158
|
if @api_client.config.debugging
|
86
159
|
begin
|
87
160
|
raise
|
@@ -20,10 +20,11 @@ module CyberSource
|
|
20
20
|
@api_client.set_configuration(config)
|
21
21
|
end
|
22
22
|
# Activate a Subscription
|
23
|
-
# Activate a `
|
23
|
+
# Activate a `SUSPENDED` Subscription
|
24
24
|
#
|
25
25
|
# @param id Subscription Id
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
+
# @option opts [BOOLEAN] :process_skipped_payments Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (default to true)
|
27
28
|
# @return [ActivateSubscriptionResponse]
|
28
29
|
#
|
29
30
|
def activate_subscription(id, opts = {})
|
@@ -32,9 +33,10 @@ module CyberSource
|
|
32
33
|
end
|
33
34
|
|
34
35
|
# Activate a Subscription
|
35
|
-
# Activate a `
|
36
|
+
# Activate a `SUSPENDED` Subscription
|
36
37
|
# @param id Subscription Id
|
37
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [BOOLEAN] :process_skipped_payments Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true.
|
38
40
|
# @return [Array<(ActivateSubscriptionResponse, Fixnum, Hash)>] ActivateSubscriptionResponse data, response status code and response headers
|
39
41
|
def activate_subscription_with_http_info(id, opts = {})
|
40
42
|
|
@@ -55,6 +57,7 @@ module CyberSource
|
|
55
57
|
|
56
58
|
# query parameters
|
57
59
|
query_params = {}
|
60
|
+
query_params[:'processSkippedPayments'] = opts[:'process_skipped_payments'] if !opts[:'process_skipped_payments'].nil?
|
58
61
|
|
59
62
|
# header parameters
|
60
63
|
header_params = {}
|