cybersource_rest_client 0.0.70 → 0.0.71
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/create_new_webhooks_api.rb +3 -149
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -261
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +75 -0
- data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +64 -26
- data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded.rb → inline_response_200_2__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded__links.rb → inline_response_200_2__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded__links_reports.rb → inline_response_200_2__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded_batches.rb → inline_response_200_2__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_5__embedded_totals.rb → inline_response_200_2__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_5__links.rb → inline_response_200_2__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_3.rb +75 -120
- data/lib/cybersource_rest_client/models/{inline_response_200_6__links.rb → inline_response_200_3__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_6__links_report.rb → inline_response_200_3__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_6_billing.rb → inline_response_200_3_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_4.rb +83 -126
- data/lib/cybersource_rest_client/models/{inline_response_200_7_records.rb → inline_response_200_4_records.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_7_response_record.rb → inline_response_200_4_response_record.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7_response_record_additional_updates.rb → inline_response_200_4_response_record_additional_updates.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_7_source_record.rb → inline_response_200_4_source_record.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +64 -134
- data/lib/cybersource_rest_client/models/inline_response_201_4_payloads.rb +189 -0
- data/lib/cybersource_rest_client/models/inline_response_201_4_payloads_test_payload.rb +190 -0
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +5 -25
- data/lib/cybersource_rest_client/models/model_400_upload_batch_file_response.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1.rb +25 -5
- data/lib/cybersource_rest_client/models/{inline_response_404_2.rb → pts_v2_payments_post201_response_1_error_information.rb} +4 -2
- data/lib/cybersource_rest_client/models/{inline_response_404_2_details.rb → pts_v2_payments_post201_response_1_error_information_details.rb} +3 -12
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_issuer_information.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_amount_details.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information.rb +11 -1
- data/lib/cybersource_rest_client/models/{notificationsubscriptionsv1webhooks_security_policy_1.rb → pts_v2_payments_post201_response_1_payment_information_e_wallet.rb} +30 -29
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +41 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +7 -7
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +1 -1
- data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +0 -10
- data/lib/cybersource_rest_client/models/save_sym_egress_key.rb +0 -10
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_issuer_information.rb +22 -5
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +12 -1
- data/lib/cybersource_rest_client.rb +21 -32
- metadata +23 -34
- data/lib/cybersource_rest_client/api/replay_webhooks_api.rb +0 -98
- data/lib/cybersource_rest_client/models/create_webhook_request.rb +0 -289
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +0 -251
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +0 -290
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +0 -292
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1productsorganization_id_event_types.rb +0 -233
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_notification_scope.rb +0 -205
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_products.rb +0 -202
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_retry_policy.rb +0 -270
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy.rb +0 -201
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config.rb +0 -223
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config_additional_config.rb +0 -220
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_config.rb +0 -213
- data/lib/cybersource_rest_client/models/nrtfv1webhookswebhook_idreplays_by_delivery_status.rb +0 -243
- data/lib/cybersource_rest_client/models/replay_webhooks_request.rb +0 -201
- data/lib/cybersource_rest_client/models/update_webhook_request.rb +0 -314
@@ -1,270 +0,0 @@
|
|
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
|
-
# Retry policy for the individual webhooks that are a part of your subscription. If a message fails to deliver, it will execute through this retry policy. Automatic suspend and resume: If you experience downtime and have `deactivateFlag = true` any new messages will be held in a \"SUSPENDED\" status. When your healthCheckUrl returns healthy again, the subscription will automatically be re-enabled and your messages will be sent. We will ping your healthCheckUrl routinely using a POST call with an empty payload to check availability. If your endpoint returns an unhealthy status of != 200, we will check the healthCheckUrl at a more frequent rate until it is healthy again. If you experience downtime and have `deactivateFlag = false` and your message exhausts all retry attempts the message will go to a \"FAILED\" status. Support will be notified and will reach out to suggest you execute the \"REPLAY\" endpoint at a later date when your server is healthy. Reference the below values for formulas and calculations related to the frequency of retries depending on algorithm and configuration.
|
16
|
-
class Notificationsubscriptionsv1webhooksRetryPolicy
|
17
|
-
# This is used to calculate the Retry Sequence. Sample calculations using firstRetry=10, interval=30, maxNumberOfRetries=3 Arithmetic = a+r(n-1) Retry 1 - 10 minutes Retry 2 - 10+30x1 = 40 minutes Retry 3 - 10+30x2 = 70 minutes Geometric = ar^(n-1) Retry 1 - 10 minutes Retry 2 - 10x30^1 = 300 minutes Retry 3 - 10x30^2 = 9,000 minutes
|
18
|
-
attr_accessor :algorithm
|
19
|
-
|
20
|
-
# When to initiate first retry, after the initial call failed. (in mins).
|
21
|
-
attr_accessor :first_retry
|
22
|
-
|
23
|
-
# The interval between retries (in mins).
|
24
|
-
attr_accessor :interval
|
25
|
-
|
26
|
-
# The number of retries per sequence.
|
27
|
-
attr_accessor :number_of_retries
|
28
|
-
|
29
|
-
# Deactivate the subscription if your retries fail to deliver. If this is set to `true`, the automatic suspend and resume feature will occur. This would prevent new webhooks from attempting to deliver and to queue up until your healthCheckUrl returns 200 again, then all messages will be sent. If this is set to `false`, new individual messages will continue to retry and exhaust all failures, but the subscription will stay active.
|
30
|
-
attr_accessor :deactivate_flag
|
31
|
-
|
32
|
-
# The number of times to repeat the complete retry sequence. 0 => don't repeat the retry sequence 1 => repeat the retry sequence once (R1, R2, R3)+ (R1, R2, R3) 2 => repeat the retry sequence twice (R1, R2, R3) + (R1, R2, R3) + (R1, R2, R3)
|
33
|
-
attr_accessor :repeat_sequence_count
|
34
|
-
|
35
|
-
# The time to wait to before repeating the complete retry sequence. Amount of time to wait between each sequence. Sample calculation using repeatSequenceWaitTime=10 (R1, R2, R3) + (10) + (R1, R2, R3) + (10) + (R1, R2, R3)
|
36
|
-
attr_accessor :repeat_sequence_wait_time
|
37
|
-
|
38
|
-
# Additional data, if any.
|
39
|
-
attr_accessor :additional_attributes
|
40
|
-
|
41
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
42
|
-
def self.attribute_map
|
43
|
-
{
|
44
|
-
:'algorithm' => :'algorithm',
|
45
|
-
:'first_retry' => :'firstRetry',
|
46
|
-
:'interval' => :'interval',
|
47
|
-
:'number_of_retries' => :'numberOfRetries',
|
48
|
-
:'deactivate_flag' => :'deactivateFlag',
|
49
|
-
:'repeat_sequence_count' => :'repeatSequenceCount',
|
50
|
-
:'repeat_sequence_wait_time' => :'repeatSequenceWaitTime',
|
51
|
-
:'additional_attributes' => :'additionalAttributes'
|
52
|
-
}
|
53
|
-
end
|
54
|
-
|
55
|
-
# Attribute mapping from JSON key to ruby-style variable name.
|
56
|
-
def self.json_map
|
57
|
-
{
|
58
|
-
:'algorithm' => :'algorithm',
|
59
|
-
:'first_retry' => :'first_retry',
|
60
|
-
:'interval' => :'interval',
|
61
|
-
:'number_of_retries' => :'number_of_retries',
|
62
|
-
:'deactivate_flag' => :'deactivate_flag',
|
63
|
-
:'repeat_sequence_count' => :'repeat_sequence_count',
|
64
|
-
:'repeat_sequence_wait_time' => :'repeat_sequence_wait_time',
|
65
|
-
:'additional_attributes' => :'additional_attributes'
|
66
|
-
}
|
67
|
-
end
|
68
|
-
|
69
|
-
# Attribute type mapping.
|
70
|
-
def self.swagger_types
|
71
|
-
{
|
72
|
-
:'algorithm' => :'String',
|
73
|
-
:'first_retry' => :'Integer',
|
74
|
-
:'interval' => :'Integer',
|
75
|
-
:'number_of_retries' => :'Integer',
|
76
|
-
:'deactivate_flag' => :'String',
|
77
|
-
:'repeat_sequence_count' => :'Integer',
|
78
|
-
:'repeat_sequence_wait_time' => :'Integer',
|
79
|
-
:'additional_attributes' => :'Array<Hash<String, String>>'
|
80
|
-
}
|
81
|
-
end
|
82
|
-
|
83
|
-
# Initializes the object
|
84
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
85
|
-
def initialize(attributes = {})
|
86
|
-
return unless attributes.is_a?(Hash)
|
87
|
-
|
88
|
-
# convert string to symbol for hash key
|
89
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
90
|
-
|
91
|
-
if attributes.has_key?(:'algorithm')
|
92
|
-
self.algorithm = attributes[:'algorithm']
|
93
|
-
end
|
94
|
-
|
95
|
-
if attributes.has_key?(:'firstRetry')
|
96
|
-
self.first_retry = attributes[:'firstRetry']
|
97
|
-
end
|
98
|
-
|
99
|
-
if attributes.has_key?(:'interval')
|
100
|
-
self.interval = attributes[:'interval']
|
101
|
-
end
|
102
|
-
|
103
|
-
if attributes.has_key?(:'numberOfRetries')
|
104
|
-
self.number_of_retries = attributes[:'numberOfRetries']
|
105
|
-
end
|
106
|
-
|
107
|
-
if attributes.has_key?(:'deactivateFlag')
|
108
|
-
self.deactivate_flag = attributes[:'deactivateFlag']
|
109
|
-
end
|
110
|
-
|
111
|
-
if attributes.has_key?(:'repeatSequenceCount')
|
112
|
-
self.repeat_sequence_count = attributes[:'repeatSequenceCount']
|
113
|
-
end
|
114
|
-
|
115
|
-
if attributes.has_key?(:'repeatSequenceWaitTime')
|
116
|
-
self.repeat_sequence_wait_time = attributes[:'repeatSequenceWaitTime']
|
117
|
-
end
|
118
|
-
|
119
|
-
if attributes.has_key?(:'additionalAttributes')
|
120
|
-
if (value = attributes[:'additionalAttributes']).is_a?(Array)
|
121
|
-
self.additional_attributes = value
|
122
|
-
end
|
123
|
-
end
|
124
|
-
end
|
125
|
-
|
126
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
127
|
-
# @return Array for valid properties with the reasons
|
128
|
-
def list_invalid_properties
|
129
|
-
invalid_properties = Array.new
|
130
|
-
invalid_properties
|
131
|
-
end
|
132
|
-
|
133
|
-
# Check to see if the all the properties in the model are valid
|
134
|
-
# @return true if the model is valid
|
135
|
-
def valid?
|
136
|
-
true
|
137
|
-
end
|
138
|
-
|
139
|
-
# Checks equality by comparing each attribute.
|
140
|
-
# @param [Object] Object to be compared
|
141
|
-
def ==(o)
|
142
|
-
return true if self.equal?(o)
|
143
|
-
self.class == o.class &&
|
144
|
-
algorithm == o.algorithm &&
|
145
|
-
first_retry == o.first_retry &&
|
146
|
-
interval == o.interval &&
|
147
|
-
number_of_retries == o.number_of_retries &&
|
148
|
-
deactivate_flag == o.deactivate_flag &&
|
149
|
-
repeat_sequence_count == o.repeat_sequence_count &&
|
150
|
-
repeat_sequence_wait_time == o.repeat_sequence_wait_time &&
|
151
|
-
additional_attributes == o.additional_attributes
|
152
|
-
end
|
153
|
-
|
154
|
-
# @see the `==` method
|
155
|
-
# @param [Object] Object to be compared
|
156
|
-
def eql?(o)
|
157
|
-
self == o
|
158
|
-
end
|
159
|
-
|
160
|
-
# Calculates hash code according to all attributes.
|
161
|
-
# @return [Fixnum] Hash code
|
162
|
-
def hash
|
163
|
-
[algorithm, first_retry, interval, number_of_retries, deactivate_flag, repeat_sequence_count, repeat_sequence_wait_time, additional_attributes].hash
|
164
|
-
end
|
165
|
-
|
166
|
-
# Builds the object from hash
|
167
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
168
|
-
# @return [Object] Returns the model itself
|
169
|
-
def build_from_hash(attributes)
|
170
|
-
return nil unless attributes.is_a?(Hash)
|
171
|
-
self.class.swagger_types.each_pair do |key, type|
|
172
|
-
if type =~ /\AArray<(.*)>/i
|
173
|
-
# check to ensure the input is an array given that the the attribute
|
174
|
-
# is documented as an array but the input is not
|
175
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
176
|
-
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
177
|
-
end
|
178
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
179
|
-
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
180
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
181
|
-
end
|
182
|
-
|
183
|
-
self
|
184
|
-
end
|
185
|
-
|
186
|
-
# Deserializes the data based on type
|
187
|
-
# @param string type Data type
|
188
|
-
# @param string value Value to be deserialized
|
189
|
-
# @return [Object] Deserialized data
|
190
|
-
def _deserialize(type, value)
|
191
|
-
case type.to_sym
|
192
|
-
when :DateTime
|
193
|
-
DateTime.parse(value)
|
194
|
-
when :Date
|
195
|
-
Date.parse(value)
|
196
|
-
when :String
|
197
|
-
value.to_s
|
198
|
-
when :Integer
|
199
|
-
value.to_i
|
200
|
-
when :Float
|
201
|
-
value.to_f
|
202
|
-
when :BOOLEAN
|
203
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
204
|
-
true
|
205
|
-
else
|
206
|
-
false
|
207
|
-
end
|
208
|
-
when :Object
|
209
|
-
# generic object (usually a Hash), return directly
|
210
|
-
value
|
211
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
212
|
-
inner_type = Regexp.last_match[:inner_type]
|
213
|
-
value.map { |v| _deserialize(inner_type, v) }
|
214
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
215
|
-
k_type = Regexp.last_match[:k_type]
|
216
|
-
v_type = Regexp.last_match[:v_type]
|
217
|
-
{}.tap do |hash|
|
218
|
-
value.each do |k, v|
|
219
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
220
|
-
end
|
221
|
-
end
|
222
|
-
else # model
|
223
|
-
temp_model = CyberSource.const_get(type).new
|
224
|
-
temp_model.build_from_hash(value)
|
225
|
-
end
|
226
|
-
end
|
227
|
-
|
228
|
-
# Returns the string representation of the object
|
229
|
-
# @return [String] String presentation of the object
|
230
|
-
def to_s
|
231
|
-
to_hash.to_s
|
232
|
-
end
|
233
|
-
|
234
|
-
# to_body is an alias to to_hash (backward compatibility)
|
235
|
-
# @return [Hash] Returns the object in the form of hash
|
236
|
-
def to_body
|
237
|
-
to_hash
|
238
|
-
end
|
239
|
-
|
240
|
-
# Returns the object in the form of hash
|
241
|
-
# @return [Hash] Returns the object in the form of hash
|
242
|
-
def to_hash
|
243
|
-
hash = {}
|
244
|
-
self.class.attribute_map.each_pair do |attr, param|
|
245
|
-
value = self.send(attr)
|
246
|
-
next if value.nil?
|
247
|
-
hash[param] = _to_hash(value)
|
248
|
-
end
|
249
|
-
hash
|
250
|
-
end
|
251
|
-
|
252
|
-
# Outputs non-array value in the form of hash
|
253
|
-
# For object, use to_hash. Otherwise, just return the value
|
254
|
-
# @param [Object] value Any valid value
|
255
|
-
# @return [Hash] Returns the value in the form of hash
|
256
|
-
def _to_hash(value)
|
257
|
-
if value.is_a?(Array)
|
258
|
-
value.compact.map { |v| _to_hash(v) }
|
259
|
-
elsif value.is_a?(Hash)
|
260
|
-
{}.tap do |hash|
|
261
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
262
|
-
end
|
263
|
-
elsif value.respond_to? :to_hash
|
264
|
-
value.to_hash
|
265
|
-
else
|
266
|
-
value
|
267
|
-
end
|
268
|
-
end
|
269
|
-
end
|
270
|
-
end
|
data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy.rb
DELETED
@@ -1,201 +0,0 @@
|
|
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 security option to authenticate with your API or client server.
|
16
|
-
class Notificationsubscriptionsv1webhooksSecurityPolicy
|
17
|
-
# Security Policy of the client server.
|
18
|
-
attr_accessor :security_type
|
19
|
-
|
20
|
-
attr_accessor :config
|
21
|
-
|
22
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
23
|
-
def self.attribute_map
|
24
|
-
{
|
25
|
-
:'security_type' => :'securityType',
|
26
|
-
:'config' => :'config'
|
27
|
-
}
|
28
|
-
end
|
29
|
-
|
30
|
-
# Attribute mapping from JSON key to ruby-style variable name.
|
31
|
-
def self.json_map
|
32
|
-
{
|
33
|
-
:'security_type' => :'security_type',
|
34
|
-
:'config' => :'config'
|
35
|
-
}
|
36
|
-
end
|
37
|
-
|
38
|
-
# Attribute type mapping.
|
39
|
-
def self.swagger_types
|
40
|
-
{
|
41
|
-
:'security_type' => :'String',
|
42
|
-
:'config' => :'Notificationsubscriptionsv1webhooksSecurityPolicyConfig'
|
43
|
-
}
|
44
|
-
end
|
45
|
-
|
46
|
-
# Initializes the object
|
47
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
48
|
-
def initialize(attributes = {})
|
49
|
-
return unless attributes.is_a?(Hash)
|
50
|
-
|
51
|
-
# convert string to symbol for hash key
|
52
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
53
|
-
|
54
|
-
if attributes.has_key?(:'securityType')
|
55
|
-
self.security_type = attributes[:'securityType']
|
56
|
-
end
|
57
|
-
|
58
|
-
if attributes.has_key?(:'config')
|
59
|
-
self.config = attributes[:'config']
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
64
|
-
# @return Array for valid properties with the reasons
|
65
|
-
def list_invalid_properties
|
66
|
-
invalid_properties = Array.new
|
67
|
-
invalid_properties
|
68
|
-
end
|
69
|
-
|
70
|
-
# Check to see if the all the properties in the model are valid
|
71
|
-
# @return true if the model is valid
|
72
|
-
def valid?
|
73
|
-
true
|
74
|
-
end
|
75
|
-
|
76
|
-
# Checks equality by comparing each attribute.
|
77
|
-
# @param [Object] Object to be compared
|
78
|
-
def ==(o)
|
79
|
-
return true if self.equal?(o)
|
80
|
-
self.class == o.class &&
|
81
|
-
security_type == o.security_type &&
|
82
|
-
config == o.config
|
83
|
-
end
|
84
|
-
|
85
|
-
# @see the `==` method
|
86
|
-
# @param [Object] Object to be compared
|
87
|
-
def eql?(o)
|
88
|
-
self == o
|
89
|
-
end
|
90
|
-
|
91
|
-
# Calculates hash code according to all attributes.
|
92
|
-
# @return [Fixnum] Hash code
|
93
|
-
def hash
|
94
|
-
[security_type, config].hash
|
95
|
-
end
|
96
|
-
|
97
|
-
# Builds the object from hash
|
98
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
99
|
-
# @return [Object] Returns the model itself
|
100
|
-
def build_from_hash(attributes)
|
101
|
-
return nil unless attributes.is_a?(Hash)
|
102
|
-
self.class.swagger_types.each_pair do |key, type|
|
103
|
-
if type =~ /\AArray<(.*)>/i
|
104
|
-
# check to ensure the input is an array given that the the attribute
|
105
|
-
# is documented as an array but the input is not
|
106
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
107
|
-
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
108
|
-
end
|
109
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
110
|
-
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
111
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
112
|
-
end
|
113
|
-
|
114
|
-
self
|
115
|
-
end
|
116
|
-
|
117
|
-
# Deserializes the data based on type
|
118
|
-
# @param string type Data type
|
119
|
-
# @param string value Value to be deserialized
|
120
|
-
# @return [Object] Deserialized data
|
121
|
-
def _deserialize(type, value)
|
122
|
-
case type.to_sym
|
123
|
-
when :DateTime
|
124
|
-
DateTime.parse(value)
|
125
|
-
when :Date
|
126
|
-
Date.parse(value)
|
127
|
-
when :String
|
128
|
-
value.to_s
|
129
|
-
when :Integer
|
130
|
-
value.to_i
|
131
|
-
when :Float
|
132
|
-
value.to_f
|
133
|
-
when :BOOLEAN
|
134
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
135
|
-
true
|
136
|
-
else
|
137
|
-
false
|
138
|
-
end
|
139
|
-
when :Object
|
140
|
-
# generic object (usually a Hash), return directly
|
141
|
-
value
|
142
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
143
|
-
inner_type = Regexp.last_match[:inner_type]
|
144
|
-
value.map { |v| _deserialize(inner_type, v) }
|
145
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
146
|
-
k_type = Regexp.last_match[:k_type]
|
147
|
-
v_type = Regexp.last_match[:v_type]
|
148
|
-
{}.tap do |hash|
|
149
|
-
value.each do |k, v|
|
150
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
151
|
-
end
|
152
|
-
end
|
153
|
-
else # model
|
154
|
-
temp_model = CyberSource.const_get(type).new
|
155
|
-
temp_model.build_from_hash(value)
|
156
|
-
end
|
157
|
-
end
|
158
|
-
|
159
|
-
# Returns the string representation of the object
|
160
|
-
# @return [String] String presentation of the object
|
161
|
-
def to_s
|
162
|
-
to_hash.to_s
|
163
|
-
end
|
164
|
-
|
165
|
-
# to_body is an alias to to_hash (backward compatibility)
|
166
|
-
# @return [Hash] Returns the object in the form of hash
|
167
|
-
def to_body
|
168
|
-
to_hash
|
169
|
-
end
|
170
|
-
|
171
|
-
# Returns the object in the form of hash
|
172
|
-
# @return [Hash] Returns the object in the form of hash
|
173
|
-
def to_hash
|
174
|
-
hash = {}
|
175
|
-
self.class.attribute_map.each_pair do |attr, param|
|
176
|
-
value = self.send(attr)
|
177
|
-
next if value.nil?
|
178
|
-
hash[param] = _to_hash(value)
|
179
|
-
end
|
180
|
-
hash
|
181
|
-
end
|
182
|
-
|
183
|
-
# Outputs non-array value in the form of hash
|
184
|
-
# For object, use to_hash. Otherwise, just return the value
|
185
|
-
# @param [Object] value Any valid value
|
186
|
-
# @return [Hash] Returns the value in the form of hash
|
187
|
-
def _to_hash(value)
|
188
|
-
if value.is_a?(Array)
|
189
|
-
value.compact.map { |v| _to_hash(v) }
|
190
|
-
elsif value.is_a?(Hash)
|
191
|
-
{}.tap do |hash|
|
192
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
193
|
-
end
|
194
|
-
elsif value.respond_to? :to_hash
|
195
|
-
value.to_hash
|
196
|
-
else
|
197
|
-
value
|
198
|
-
end
|
199
|
-
end
|
200
|
-
end
|
201
|
-
end
|
@@ -1,223 +0,0 @@
|
|
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
|
-
# Optional configuration object for if your API or server requires oAuth for an incoming webhook.
|
16
|
-
class Notificationsubscriptionsv1webhooksSecurityPolicy1Config
|
17
|
-
# Token expiration for the oAuth server.
|
18
|
-
attr_accessor :o_auth_token_expiry
|
19
|
-
|
20
|
-
# Client direct endpoint to the oAuth server.
|
21
|
-
attr_accessor :o_auth_url
|
22
|
-
|
23
|
-
# Token type for the oAuth config.
|
24
|
-
attr_accessor :o_auth_token_type
|
25
|
-
|
26
|
-
attr_accessor :additional_config
|
27
|
-
|
28
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
29
|
-
def self.attribute_map
|
30
|
-
{
|
31
|
-
:'o_auth_token_expiry' => :'oAuthTokenExpiry',
|
32
|
-
:'o_auth_url' => :'oAuthURL',
|
33
|
-
:'o_auth_token_type' => :'oAuthTokenType',
|
34
|
-
:'additional_config' => :'additionalConfig'
|
35
|
-
}
|
36
|
-
end
|
37
|
-
|
38
|
-
# Attribute mapping from JSON key to ruby-style variable name.
|
39
|
-
def self.json_map
|
40
|
-
{
|
41
|
-
:'o_auth_token_expiry' => :'o_auth_token_expiry',
|
42
|
-
:'o_auth_url' => :'o_auth_url',
|
43
|
-
:'o_auth_token_type' => :'o_auth_token_type',
|
44
|
-
:'additional_config' => :'additional_config'
|
45
|
-
}
|
46
|
-
end
|
47
|
-
|
48
|
-
# Attribute type mapping.
|
49
|
-
def self.swagger_types
|
50
|
-
{
|
51
|
-
:'o_auth_token_expiry' => :'String',
|
52
|
-
:'o_auth_url' => :'String',
|
53
|
-
:'o_auth_token_type' => :'String',
|
54
|
-
:'additional_config' => :'Notificationsubscriptionsv1webhooksSecurityPolicy1ConfigAdditionalConfig'
|
55
|
-
}
|
56
|
-
end
|
57
|
-
|
58
|
-
# Initializes the object
|
59
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
60
|
-
def initialize(attributes = {})
|
61
|
-
return unless attributes.is_a?(Hash)
|
62
|
-
|
63
|
-
# convert string to symbol for hash key
|
64
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
65
|
-
|
66
|
-
if attributes.has_key?(:'oAuthTokenExpiry')
|
67
|
-
self.o_auth_token_expiry = attributes[:'oAuthTokenExpiry']
|
68
|
-
end
|
69
|
-
|
70
|
-
if attributes.has_key?(:'oAuthURL')
|
71
|
-
self.o_auth_url = attributes[:'oAuthURL']
|
72
|
-
end
|
73
|
-
|
74
|
-
if attributes.has_key?(:'oAuthTokenType')
|
75
|
-
self.o_auth_token_type = attributes[:'oAuthTokenType']
|
76
|
-
end
|
77
|
-
|
78
|
-
if attributes.has_key?(:'additionalConfig')
|
79
|
-
self.additional_config = attributes[:'additionalConfig']
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
84
|
-
# @return Array for valid properties with the reasons
|
85
|
-
def list_invalid_properties
|
86
|
-
invalid_properties = Array.new
|
87
|
-
invalid_properties
|
88
|
-
end
|
89
|
-
|
90
|
-
# Check to see if the all the properties in the model are valid
|
91
|
-
# @return true if the model is valid
|
92
|
-
def valid?
|
93
|
-
true
|
94
|
-
end
|
95
|
-
|
96
|
-
# Checks equality by comparing each attribute.
|
97
|
-
# @param [Object] Object to be compared
|
98
|
-
def ==(o)
|
99
|
-
return true if self.equal?(o)
|
100
|
-
self.class == o.class &&
|
101
|
-
o_auth_token_expiry == o.o_auth_token_expiry &&
|
102
|
-
o_auth_url == o.o_auth_url &&
|
103
|
-
o_auth_token_type == o.o_auth_token_type &&
|
104
|
-
additional_config == o.additional_config
|
105
|
-
end
|
106
|
-
|
107
|
-
# @see the `==` method
|
108
|
-
# @param [Object] Object to be compared
|
109
|
-
def eql?(o)
|
110
|
-
self == o
|
111
|
-
end
|
112
|
-
|
113
|
-
# Calculates hash code according to all attributes.
|
114
|
-
# @return [Fixnum] Hash code
|
115
|
-
def hash
|
116
|
-
[o_auth_token_expiry, o_auth_url, o_auth_token_type, additional_config].hash
|
117
|
-
end
|
118
|
-
|
119
|
-
# Builds the object from hash
|
120
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
121
|
-
# @return [Object] Returns the model itself
|
122
|
-
def build_from_hash(attributes)
|
123
|
-
return nil unless attributes.is_a?(Hash)
|
124
|
-
self.class.swagger_types.each_pair do |key, type|
|
125
|
-
if type =~ /\AArray<(.*)>/i
|
126
|
-
# check to ensure the input is an array given that the the attribute
|
127
|
-
# is documented as an array but the input is not
|
128
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
129
|
-
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
130
|
-
end
|
131
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
132
|
-
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
133
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
134
|
-
end
|
135
|
-
|
136
|
-
self
|
137
|
-
end
|
138
|
-
|
139
|
-
# Deserializes the data based on type
|
140
|
-
# @param string type Data type
|
141
|
-
# @param string value Value to be deserialized
|
142
|
-
# @return [Object] Deserialized data
|
143
|
-
def _deserialize(type, value)
|
144
|
-
case type.to_sym
|
145
|
-
when :DateTime
|
146
|
-
DateTime.parse(value)
|
147
|
-
when :Date
|
148
|
-
Date.parse(value)
|
149
|
-
when :String
|
150
|
-
value.to_s
|
151
|
-
when :Integer
|
152
|
-
value.to_i
|
153
|
-
when :Float
|
154
|
-
value.to_f
|
155
|
-
when :BOOLEAN
|
156
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
157
|
-
true
|
158
|
-
else
|
159
|
-
false
|
160
|
-
end
|
161
|
-
when :Object
|
162
|
-
# generic object (usually a Hash), return directly
|
163
|
-
value
|
164
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
165
|
-
inner_type = Regexp.last_match[:inner_type]
|
166
|
-
value.map { |v| _deserialize(inner_type, v) }
|
167
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
168
|
-
k_type = Regexp.last_match[:k_type]
|
169
|
-
v_type = Regexp.last_match[:v_type]
|
170
|
-
{}.tap do |hash|
|
171
|
-
value.each do |k, v|
|
172
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
173
|
-
end
|
174
|
-
end
|
175
|
-
else # model
|
176
|
-
temp_model = CyberSource.const_get(type).new
|
177
|
-
temp_model.build_from_hash(value)
|
178
|
-
end
|
179
|
-
end
|
180
|
-
|
181
|
-
# Returns the string representation of the object
|
182
|
-
# @return [String] String presentation of the object
|
183
|
-
def to_s
|
184
|
-
to_hash.to_s
|
185
|
-
end
|
186
|
-
|
187
|
-
# to_body is an alias to to_hash (backward compatibility)
|
188
|
-
# @return [Hash] Returns the object in the form of hash
|
189
|
-
def to_body
|
190
|
-
to_hash
|
191
|
-
end
|
192
|
-
|
193
|
-
# Returns the object in the form of hash
|
194
|
-
# @return [Hash] Returns the object in the form of hash
|
195
|
-
def to_hash
|
196
|
-
hash = {}
|
197
|
-
self.class.attribute_map.each_pair do |attr, param|
|
198
|
-
value = self.send(attr)
|
199
|
-
next if value.nil?
|
200
|
-
hash[param] = _to_hash(value)
|
201
|
-
end
|
202
|
-
hash
|
203
|
-
end
|
204
|
-
|
205
|
-
# Outputs non-array value in the form of hash
|
206
|
-
# For object, use to_hash. Otherwise, just return the value
|
207
|
-
# @param [Object] value Any valid value
|
208
|
-
# @return [Hash] Returns the value in the form of hash
|
209
|
-
def _to_hash(value)
|
210
|
-
if value.is_a?(Array)
|
211
|
-
value.compact.map { |v| _to_hash(v) }
|
212
|
-
elsif value.is_a?(Hash)
|
213
|
-
{}.tap do |hash|
|
214
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
215
|
-
end
|
216
|
-
elsif value.respond_to? :to_hash
|
217
|
-
value.to_hash
|
218
|
-
else
|
219
|
-
value
|
220
|
-
end
|
221
|
-
end
|
222
|
-
end
|
223
|
-
end
|