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
@@ -1,208 +1,219 @@
|
|
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 'date'
|
13
|
-
|
14
|
-
module CyberSource
|
15
|
-
# The completeMandate object is designed to provide instructions for orchestrating payment services. Unified Checkout is capable of orchestrating a number of services on your behalf.<br><br> By providing this field in the capture context Unified Checkout will initiate services on your behalf from the browser, simplifying your integration.
|
16
|
-
class Upv1capturecontextsCompleteMandate
|
17
|
-
# This field is used to indicate how a payment should be processed. Possible values: - AUTH: Use this value when you want to authorize a payment without capturing it immediately. Payment types that initiate an immediate transfer of funds are
|
18
|
-
attr_accessor :type
|
19
|
-
|
20
|
-
# Configure Unified Checkout to determine whether Decision Manager is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True indicates that device fingerprinting will be executed to add additional information for risk service Setting this value to False indicates that you do not wish to run device fingerprinting and skip decision manager services.
|
21
|
-
attr_accessor :decision_manager
|
22
|
-
|
23
|
-
#
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
#
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
#
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
value
|
149
|
-
when
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
#
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
#
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
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 'date'
|
13
|
+
|
14
|
+
module CyberSource
|
15
|
+
# The completeMandate object is designed to provide instructions for orchestrating payment services. Unified Checkout is capable of orchestrating a number of services on your behalf.<br><br> By providing this field in the capture context Unified Checkout will initiate services on your behalf from the browser, simplifying your integration.
|
16
|
+
class Upv1capturecontextsCompleteMandate
|
17
|
+
# This field is used to indicate how a payment should be processed. Possible values: - AUTH: Use this value when you want to authorize a payment within Unified Checkout without capturing it immediately. Payment types that initiate an immediate transfer of funds are NOT allowed. If a capture context request includes a payment type incompatible with this mode, a 400 error will be returned. A merchant would need to perform their own capture via API where applicable.<br><br> - CAPTURE: Use this value when you want to perform a sale within Unified Checkout and capture the payment immediately during the transaction. Note: Some payment types may return a PENDING status, requiring an additional status check call to determine the final outcome of the payment.<br><br> - PREFER_AUTH: Use this value to offer multiple alternative payment options during the Unified Checkout experience. This option authorizes the payment without immediate capture, where available. It will perform a \"CAPTURE\" where an \"AUTH\" is not allowed by the payment type. Transactions can be AUTHORIZED, CAPTURED, or PENDING. If an \"AUTH\" is performed, a merchant would need to perform their own capture via API where applicable.
|
18
|
+
attr_accessor :type
|
19
|
+
|
20
|
+
# Configure Unified Checkout to determine whether Decision Manager is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True indicates that device fingerprinting will be executed to add additional information for risk service Setting this value to False (or not provided) indicates that you do not wish to run device fingerprinting and skip decision manager services.
|
21
|
+
attr_accessor :decision_manager
|
22
|
+
|
23
|
+
# Configure Unified Checkout to determine whether Consumer Authentication is invoked during service orchestration. Possible values: - True - False<br><br> Setting this value to True will attempt to perform authentication using the Payer Authentication Service. Setting this value to False (or not provided) indicates that you do not wish to perform authentication using the Payer Authentication Service.
|
24
|
+
attr_accessor :consumer_authentication
|
25
|
+
|
26
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
27
|
+
def self.attribute_map
|
28
|
+
{
|
29
|
+
:'type' => :'type',
|
30
|
+
:'decision_manager' => :'decisionManager',
|
31
|
+
:'consumer_authentication' => :'consumerAuthentication'
|
32
|
+
}
|
33
|
+
end
|
34
|
+
|
35
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
36
|
+
def self.json_map
|
37
|
+
{
|
38
|
+
:'type' => :'type',
|
39
|
+
:'decision_manager' => :'decision_manager',
|
40
|
+
:'consumer_authentication' => :'consumer_authentication'
|
41
|
+
}
|
42
|
+
end
|
43
|
+
|
44
|
+
# Attribute type mapping.
|
45
|
+
def self.swagger_types
|
46
|
+
{
|
47
|
+
:'type' => :'String',
|
48
|
+
:'decision_manager' => :'BOOLEAN',
|
49
|
+
:'consumer_authentication' => :'BOOLEAN'
|
50
|
+
}
|
51
|
+
end
|
52
|
+
|
53
|
+
# Initializes the object
|
54
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
55
|
+
def initialize(attributes = {})
|
56
|
+
return unless attributes.is_a?(Hash)
|
57
|
+
|
58
|
+
# convert string to symbol for hash key
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
60
|
+
|
61
|
+
if attributes.has_key?(:'type')
|
62
|
+
self.type = attributes[:'type']
|
63
|
+
end
|
64
|
+
|
65
|
+
if attributes.has_key?(:'decisionManager')
|
66
|
+
self.decision_manager = attributes[:'decisionManager']
|
67
|
+
end
|
68
|
+
|
69
|
+
if attributes.has_key?(:'consumerAuthentication')
|
70
|
+
self.consumer_authentication = attributes[:'consumerAuthentication']
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
75
|
+
# @return Array for valid properties with the reasons
|
76
|
+
def list_invalid_properties
|
77
|
+
invalid_properties = Array.new
|
78
|
+
invalid_properties
|
79
|
+
end
|
80
|
+
|
81
|
+
# Check to see if the all the properties in the model are valid
|
82
|
+
# @return true if the model is valid
|
83
|
+
def valid?
|
84
|
+
true
|
85
|
+
end
|
86
|
+
|
87
|
+
# Custom attribute writer method with validation
|
88
|
+
# @param [Object] type Value to be assigned
|
89
|
+
def type=(type)
|
90
|
+
@type = type
|
91
|
+
end
|
92
|
+
|
93
|
+
# Checks equality by comparing each attribute.
|
94
|
+
# @param [Object] Object to be compared
|
95
|
+
def ==(o)
|
96
|
+
return true if self.equal?(o)
|
97
|
+
self.class == o.class &&
|
98
|
+
type == o.type &&
|
99
|
+
decision_manager == o.decision_manager &&
|
100
|
+
consumer_authentication == o.consumer_authentication
|
101
|
+
end
|
102
|
+
|
103
|
+
# @see the `==` method
|
104
|
+
# @param [Object] Object to be compared
|
105
|
+
def eql?(o)
|
106
|
+
self == o
|
107
|
+
end
|
108
|
+
|
109
|
+
# Calculates hash code according to all attributes.
|
110
|
+
# @return [Fixnum] Hash code
|
111
|
+
def hash
|
112
|
+
[type, decision_manager, consumer_authentication].hash
|
113
|
+
end
|
114
|
+
|
115
|
+
# Builds the object from hash
|
116
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
117
|
+
# @return [Object] Returns the model itself
|
118
|
+
def build_from_hash(attributes)
|
119
|
+
return nil unless attributes.is_a?(Hash)
|
120
|
+
self.class.swagger_types.each_pair do |key, type|
|
121
|
+
if type =~ /\AArray<(.*)>/i
|
122
|
+
# check to ensure the input is an array given that the the attribute
|
123
|
+
# is documented as an array but the input is not
|
124
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
125
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
126
|
+
end
|
127
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
128
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
129
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
130
|
+
end
|
131
|
+
|
132
|
+
self
|
133
|
+
end
|
134
|
+
|
135
|
+
# Deserializes the data based on type
|
136
|
+
# @param string type Data type
|
137
|
+
# @param string value Value to be deserialized
|
138
|
+
# @return [Object] Deserialized data
|
139
|
+
def _deserialize(type, value)
|
140
|
+
case type.to_sym
|
141
|
+
when :DateTime
|
142
|
+
DateTime.parse(value)
|
143
|
+
when :Date
|
144
|
+
Date.parse(value)
|
145
|
+
when :String
|
146
|
+
value.to_s
|
147
|
+
when :Integer
|
148
|
+
value.to_i
|
149
|
+
when :Float
|
150
|
+
value.to_f
|
151
|
+
when :BOOLEAN
|
152
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
153
|
+
true
|
154
|
+
else
|
155
|
+
false
|
156
|
+
end
|
157
|
+
when :Object
|
158
|
+
# generic object (usually a Hash), return directly
|
159
|
+
value
|
160
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
161
|
+
inner_type = Regexp.last_match[:inner_type]
|
162
|
+
value.map { |v| _deserialize(inner_type, v) }
|
163
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
164
|
+
k_type = Regexp.last_match[:k_type]
|
165
|
+
v_type = Regexp.last_match[:v_type]
|
166
|
+
{}.tap do |hash|
|
167
|
+
value.each do |k, v|
|
168
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
169
|
+
end
|
170
|
+
end
|
171
|
+
else # model
|
172
|
+
temp_model = CyberSource.const_get(type).new
|
173
|
+
temp_model.build_from_hash(value)
|
174
|
+
end
|
175
|
+
end
|
176
|
+
|
177
|
+
# Returns the string representation of the object
|
178
|
+
# @return [String] String presentation of the object
|
179
|
+
def to_s
|
180
|
+
to_hash.to_s
|
181
|
+
end
|
182
|
+
|
183
|
+
# to_body is an alias to to_hash (backward compatibility)
|
184
|
+
# @return [Hash] Returns the object in the form of hash
|
185
|
+
def to_body
|
186
|
+
to_hash
|
187
|
+
end
|
188
|
+
|
189
|
+
# Returns the object in the form of hash
|
190
|
+
# @return [Hash] Returns the object in the form of hash
|
191
|
+
def to_hash
|
192
|
+
hash = {}
|
193
|
+
self.class.attribute_map.each_pair do |attr, param|
|
194
|
+
value = self.send(attr)
|
195
|
+
next if value.nil?
|
196
|
+
hash[param] = _to_hash(value)
|
197
|
+
end
|
198
|
+
hash
|
199
|
+
end
|
200
|
+
|
201
|
+
# Outputs non-array value in the form of hash
|
202
|
+
# For object, use to_hash. Otherwise, just return the value
|
203
|
+
# @param [Object] value Any valid value
|
204
|
+
# @return [Hash] Returns the value in the form of hash
|
205
|
+
def _to_hash(value)
|
206
|
+
if value.is_a?(Array)
|
207
|
+
value.compact.map { |v| _to_hash(v) }
|
208
|
+
elsif value.is_a?(Hash)
|
209
|
+
{}.tap do |hash|
|
210
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
211
|
+
end
|
212
|
+
elsif value.respond_to? :to_hash
|
213
|
+
value.to_hash
|
214
|
+
else
|
215
|
+
value
|
216
|
+
end
|
217
|
+
end
|
218
|
+
end
|
219
|
+
end
|
@@ -126,6 +126,7 @@ require 'cybersource_rest_client/models/create_subscription_response'
|
|
126
126
|
require 'cybersource_rest_client/models/create_subscription_response__links'
|
127
127
|
require 'cybersource_rest_client/models/create_subscription_response_subscription_information'
|
128
128
|
require 'cybersource_rest_client/models/create_webhook'
|
129
|
+
require 'cybersource_rest_client/models/de_association_request_body'
|
129
130
|
require 'cybersource_rest_client/models/delete_plan_response'
|
130
131
|
require 'cybersource_rest_client/models/device_de_associate_v3_request'
|
131
132
|
require 'cybersource_rest_client/models/dm_config'
|
@@ -200,9 +201,15 @@ require 'cybersource_rest_client/models/get_subscription_response_1_payment_inst
|
|
200
201
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information'
|
201
202
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
|
202
203
|
require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
|
204
|
+
require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
|
203
205
|
require 'cybersource_rest_client/models/increment_auth_request'
|
204
206
|
require 'cybersource_rest_client/models/inline_response_200'
|
205
207
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
208
|
+
require 'cybersource_rest_client/models/inline_response_200_10'
|
209
|
+
require 'cybersource_rest_client/models/inline_response_200_10_records'
|
210
|
+
require 'cybersource_rest_client/models/inline_response_200_10_response_record'
|
211
|
+
require 'cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates'
|
212
|
+
require 'cybersource_rest_client/models/inline_response_200_10_source_record'
|
206
213
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded'
|
207
214
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture'
|
208
215
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture__links'
|
@@ -216,25 +223,22 @@ require 'cybersource_rest_client/models/inline_response_200_2_integration_inform
|
|
216
223
|
require 'cybersource_rest_client/models/inline_response_200_3'
|
217
224
|
require 'cybersource_rest_client/models/inline_response_200_4'
|
218
225
|
require 'cybersource_rest_client/models/inline_response_200_5'
|
226
|
+
require 'cybersource_rest_client/models/inline_response_200_5_devices'
|
219
227
|
require 'cybersource_rest_client/models/inline_response_200_6'
|
220
|
-
require 'cybersource_rest_client/models/inline_response_200_6_devices'
|
221
|
-
require 'cybersource_rest_client/models/inline_response_200_6_payment_processor_to_terminal_map'
|
222
228
|
require 'cybersource_rest_client/models/inline_response_200_7'
|
223
|
-
require 'cybersource_rest_client/models/
|
224
|
-
require 'cybersource_rest_client/models/
|
225
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded__links'
|
226
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded__links_reports'
|
227
|
-
require 'cybersource_rest_client/models/inline_response_200_7__embedded_totals'
|
228
|
-
require 'cybersource_rest_client/models/inline_response_200_7__links'
|
229
|
+
require 'cybersource_rest_client/models/inline_response_200_7_devices'
|
230
|
+
require 'cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map'
|
229
231
|
require 'cybersource_rest_client/models/inline_response_200_8'
|
230
|
-
require 'cybersource_rest_client/models/
|
232
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded'
|
233
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded_batches'
|
234
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded__links'
|
235
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded__links_reports'
|
236
|
+
require 'cybersource_rest_client/models/inline_response_200_8__embedded_totals'
|
231
237
|
require 'cybersource_rest_client/models/inline_response_200_8__links'
|
232
|
-
require 'cybersource_rest_client/models/inline_response_200_8__links_report'
|
233
238
|
require 'cybersource_rest_client/models/inline_response_200_9'
|
234
|
-
require 'cybersource_rest_client/models/
|
235
|
-
require 'cybersource_rest_client/models/
|
236
|
-
require 'cybersource_rest_client/models/
|
237
|
-
require 'cybersource_rest_client/models/inline_response_200_9_source_record'
|
239
|
+
require 'cybersource_rest_client/models/inline_response_200_9_billing'
|
240
|
+
require 'cybersource_rest_client/models/inline_response_200_9__links'
|
241
|
+
require 'cybersource_rest_client/models/inline_response_200_9__links_report'
|
238
242
|
require 'cybersource_rest_client/models/inline_response_200_content'
|
239
243
|
require 'cybersource_rest_client/models/inline_response_201'
|
240
244
|
require 'cybersource_rest_client/models/inline_response_201_1'
|
@@ -466,6 +470,14 @@ require 'cybersource_rest_client/models/payments_products_service_fee_configurat
|
|
466
470
|
require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information'
|
467
471
|
require 'cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products'
|
468
472
|
require 'cybersource_rest_client/models/payments_products_tax'
|
473
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout'
|
474
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information'
|
475
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations'
|
476
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features'
|
477
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze'
|
478
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information'
|
479
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features'
|
480
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout'
|
469
481
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal'
|
470
482
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information'
|
471
483
|
require 'cybersource_rest_client/models/payments_strong_auth_issuer_information'
|
@@ -486,6 +498,7 @@ require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purch
|
|
486
498
|
require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
|
487
499
|
require 'cybersource_rest_client/models/post_customer_request'
|
488
500
|
require 'cybersource_rest_client/models/post_customer_shipping_address_request'
|
501
|
+
require 'cybersource_rest_client/models/post_device_search_request'
|
489
502
|
require 'cybersource_rest_client/models/post_device_search_request_v3'
|
490
503
|
require 'cybersource_rest_client/models/post_instrument_identifier_enrollment_request'
|
491
504
|
require 'cybersource_rest_client/models/post_instrument_identifier_request'
|
@@ -1502,7 +1515,7 @@ require 'cybersource_rest_client/api/customer_api'
|
|
1502
1515
|
require 'cybersource_rest_client/api/customer_payment_instrument_api'
|
1503
1516
|
require 'cybersource_rest_client/api/customer_shipping_address_api'
|
1504
1517
|
require 'cybersource_rest_client/api/decision_manager_api'
|
1505
|
-
require 'cybersource_rest_client/api/
|
1518
|
+
require 'cybersource_rest_client/api/device_de_association_api'
|
1506
1519
|
require 'cybersource_rest_client/api/device_search_api'
|
1507
1520
|
require 'cybersource_rest_client/api/download_dtd_api'
|
1508
1521
|
require 'cybersource_rest_client/api/download_xsd_api'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybersource_rest_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.74
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberSource
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -325,7 +325,7 @@ files:
|
|
325
325
|
- lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
|
326
326
|
- lib/cybersource_rest_client/api/customer_shipping_address_api.rb
|
327
327
|
- lib/cybersource_rest_client/api/decision_manager_api.rb
|
328
|
-
- lib/cybersource_rest_client/api/
|
328
|
+
- lib/cybersource_rest_client/api/device_de_association_api.rb
|
329
329
|
- lib/cybersource_rest_client/api/device_search_api.rb
|
330
330
|
- lib/cybersource_rest_client/api/download_dtd_api.rb
|
331
331
|
- lib/cybersource_rest_client/api/download_xsd_api.rb
|
@@ -468,6 +468,7 @@ files:
|
|
468
468
|
- lib/cybersource_rest_client/models/create_subscription_response__links.rb
|
469
469
|
- lib/cybersource_rest_client/models/create_subscription_response_subscription_information.rb
|
470
470
|
- lib/cybersource_rest_client/models/create_webhook.rb
|
471
|
+
- lib/cybersource_rest_client/models/de_association_request_body.rb
|
471
472
|
- lib/cybersource_rest_client/models/delete_plan_response.rb
|
472
473
|
- lib/cybersource_rest_client/models/device_de_associate_v3_request.rb
|
473
474
|
- lib/cybersource_rest_client/models/dm_config.rb
|
@@ -542,9 +543,15 @@ files:
|
|
542
543
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb
|
543
544
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
544
545
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
546
|
+
- lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
|
545
547
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
546
548
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
547
549
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
550
|
+
- lib/cybersource_rest_client/models/inline_response_200_10.rb
|
551
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_records.rb
|
552
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_response_record.rb
|
553
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_response_record_additional_updates.rb
|
554
|
+
- lib/cybersource_rest_client/models/inline_response_200_10_source_record.rb
|
548
555
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded.rb
|
549
556
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture.rb
|
550
557
|
- lib/cybersource_rest_client/models/inline_response_200_1__embedded_capture__links.rb
|
@@ -558,25 +565,22 @@ files:
|
|
558
565
|
- lib/cybersource_rest_client/models/inline_response_200_3.rb
|
559
566
|
- lib/cybersource_rest_client/models/inline_response_200_4.rb
|
560
567
|
- lib/cybersource_rest_client/models/inline_response_200_5.rb
|
568
|
+
- lib/cybersource_rest_client/models/inline_response_200_5_devices.rb
|
561
569
|
- lib/cybersource_rest_client/models/inline_response_200_6.rb
|
562
|
-
- lib/cybersource_rest_client/models/inline_response_200_6_devices.rb
|
563
|
-
- lib/cybersource_rest_client/models/inline_response_200_6_payment_processor_to_terminal_map.rb
|
564
570
|
- lib/cybersource_rest_client/models/inline_response_200_7.rb
|
565
|
-
- lib/cybersource_rest_client/models/
|
566
|
-
- lib/cybersource_rest_client/models/
|
567
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded__links_reports.rb
|
568
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded_batches.rb
|
569
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__embedded_totals.rb
|
570
|
-
- lib/cybersource_rest_client/models/inline_response_200_7__links.rb
|
571
|
+
- lib/cybersource_rest_client/models/inline_response_200_7_devices.rb
|
572
|
+
- lib/cybersource_rest_client/models/inline_response_200_7_payment_processor_to_terminal_map.rb
|
571
573
|
- lib/cybersource_rest_client/models/inline_response_200_8.rb
|
574
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded.rb
|
575
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded__links.rb
|
576
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded__links_reports.rb
|
577
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded_batches.rb
|
578
|
+
- lib/cybersource_rest_client/models/inline_response_200_8__embedded_totals.rb
|
572
579
|
- lib/cybersource_rest_client/models/inline_response_200_8__links.rb
|
573
|
-
- lib/cybersource_rest_client/models/inline_response_200_8__links_report.rb
|
574
|
-
- lib/cybersource_rest_client/models/inline_response_200_8_billing.rb
|
575
580
|
- lib/cybersource_rest_client/models/inline_response_200_9.rb
|
576
|
-
- lib/cybersource_rest_client/models/
|
577
|
-
- lib/cybersource_rest_client/models/
|
578
|
-
- lib/cybersource_rest_client/models/
|
579
|
-
- lib/cybersource_rest_client/models/inline_response_200_9_source_record.rb
|
581
|
+
- lib/cybersource_rest_client/models/inline_response_200_9__links.rb
|
582
|
+
- lib/cybersource_rest_client/models/inline_response_200_9__links_report.rb
|
583
|
+
- lib/cybersource_rest_client/models/inline_response_200_9_billing.rb
|
580
584
|
- lib/cybersource_rest_client/models/inline_response_200_content.rb
|
581
585
|
- lib/cybersource_rest_client/models/inline_response_201.rb
|
582
586
|
- lib/cybersource_rest_client/models/inline_response_201_1.rb
|
@@ -808,6 +812,14 @@ files:
|
|
808
812
|
- lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information.rb
|
809
813
|
- lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products.rb
|
810
814
|
- lib/cybersource_rest_client/models/payments_products_tax.rb
|
815
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout.rb
|
816
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb
|
817
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
|
818
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
|
819
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
|
820
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
|
821
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
|
822
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
|
811
823
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
|
812
824
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
|
813
825
|
- lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
|
@@ -828,6 +840,7 @@ files:
|
|
828
840
|
- lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
|
829
841
|
- lib/cybersource_rest_client/models/post_customer_request.rb
|
830
842
|
- lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb
|
843
|
+
- lib/cybersource_rest_client/models/post_device_search_request.rb
|
831
844
|
- lib/cybersource_rest_client/models/post_device_search_request_v3.rb
|
832
845
|
- lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb
|
833
846
|
- lib/cybersource_rest_client/models/post_instrument_identifier_request.rb
|