cybersource_rest_client 0.0.73 → 0.0.75
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/AuthenticationSDK/core/MerchantConfig.rb +2 -1
- data/lib/cybersource_rest_client/api/batches_api.rb +9 -9
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +5 -5
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +6 -6
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +3 -3
- 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/manage_webhooks_api.rb +9 -9
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +3 -3
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +96 -0
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +5 -2
- data/lib/cybersource_rest_client/models/create_order_request.rb +269 -229
- data/lib/cybersource_rest_client/models/de_association_request_body.rb +190 -0
- data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +1 -1
- data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response.rb +15 -5
- 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} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record.rb → inline_response_200_10_response_record.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_9_response_record_additional_updates.rb → inline_response_200_10_response_record_additional_updates.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_9_source_record.rb → inline_response_200_10_source_record.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +253 -253
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +55 -10
- 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 +10 -55
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +33 -37
- data/lib/cybersource_rest_client/models/{inline_response_200_6_devices.rb → inline_response_200_7_devices.rb} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_8.rb +47 -86
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded.rb → inline_response_200_8__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links.rb → inline_response_200_8__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded__links_reports.rb → inline_response_200_8__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_batches.rb → inline_response_200_8__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_7__embedded_totals.rb → inline_response_200_8__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_8__links.rb +16 -17
- data/lib/cybersource_rest_client/models/inline_response_200_9.rb +47 -49
- data/lib/cybersource_rest_client/models/inline_response_200_9__links.rb +201 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_8__links_report.rb → inline_response_200_9__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_8_billing.rb → inline_response_200_9_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201.rb +227 -218
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +218 -248
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +248 -281
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information.rb → inline_response_201_2_payout_information.rb} +216 -216
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information_pull_funds.rb → inline_response_201_2_payout_information_pull_funds.rb} +213 -213
- data/lib/cybersource_rest_client/models/{inline_response_201_1_payout_information_push_funds.rb → inline_response_201_2_payout_information_push_funds.rb} +417 -417
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +281 -222
- data/lib/cybersource_rest_client/models/{inline_response_201_2_integration_information.rb → inline_response_201_3_integration_information.rb} +192 -192
- data/lib/cybersource_rest_client/models/{inline_response_201_2_integration_information_tenant_configurations.rb → inline_response_201_3_integration_information_tenant_configurations.rb} +253 -253
- data/lib/cybersource_rest_client/models/{inline_response_201_2_organization_information.rb → inline_response_201_3_organization_information.rb} +217 -217
- data/lib/cybersource_rest_client/models/{inline_response_201_2_product_information_setups.rb → inline_response_201_3_product_information_setups.rb} +214 -214
- data/lib/cybersource_rest_client/models/{inline_response_201_2_registration_information.rb → inline_response_201_3_registration_information.rb} +222 -222
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups.rb → inline_response_201_3_setups.rb} +219 -219
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_commerce_solutions.rb → inline_response_201_3_setups_commerce_solutions.rb} +209 -209
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments.rb → inline_response_201_3_setups_payments.rb} +369 -369
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_alternative_payment_methods.rb → inline_response_201_3_setups_payments_alternative_payment_methods.rb} +221 -221
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_alternative_payment_methods_configuration_status.rb → inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb} +200 -200
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing.rb → inline_response_201_3_setups_payments_card_processing.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing_configuration_status.rb → inline_response_201_3_setups_payments_card_processing_configuration_status.rb} +255 -255
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_card_processing_subscription_status.rb → inline_response_201_3_setups_payments_card_processing_subscription_status.rb} +234 -234
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_payments_digital_payments.rb → inline_response_201_3_setups_payments_digital_payments.rb} +189 -189
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_risk.rb → inline_response_201_3_setups_risk.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_2_setups_value_added_services.rb → inline_response_201_3_setups_value_added_services.rb} +209 -209
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +222 -312
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information.rb → inline_response_201_4_key_information.rb} +300 -300
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information_error_information.rb → inline_response_201_4_key_information_error_information.rb} +202 -202
- data/lib/cybersource_rest_client/models/{inline_response_201_3_key_information_error_information_details.rb → inline_response_201_4_key_information_error_information_details.rb} +201 -201
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +312 -277
- data/lib/cybersource_rest_client/models/inline_response_201_6.rb +277 -202
- data/lib/cybersource_rest_client/models/{inline_response_201_5_payloads.rb → inline_response_201_6_payloads.rb} +189 -189
- data/lib/cybersource_rest_client/models/{inline_response_201_5_payloads_test_payload.rb → inline_response_201_6_payloads_test_payload.rb} +190 -190
- data/lib/cybersource_rest_client/models/inline_response_201_7.rb +202 -0
- data/lib/cybersource_rest_client/models/inline_response_201_order_information.rb +189 -0
- data/lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb +315 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information.rb +199 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_e_wallet.rb +196 -0
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/payments_products.rb +1 -1
- 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/pts_v2_payments_post201_response_installment_information.rb +609 -609
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +269 -269
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +364 -354
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb +252 -0
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb +240 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +258 -258
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2intents_event_information.rb +212 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +354 -332
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +220 -189
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method.rb +241 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +351 -219
- data/lib/cybersource_rest_client/models/ptsv2intents_recipient_information.rb +245 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information.rb +277 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information_account.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information.rb +211 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information_agency.rb +245 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_7__links.rb → ptsv2intentsid_payment_information.rb} +189 -200
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +417 -400
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +433 -416
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +668 -651
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +716 -699
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +356 -346
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +445 -445
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +604 -604
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_payment_information.rb +199 -0
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_processing_information.rb +192 -0
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +258 -258
- data/lib/cybersource_rest_client/models/request.rb +199 -0
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +241 -241
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +258 -258
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +351 -351
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +268 -268
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +299 -299
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +16 -5
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +224 -224
- data/lib/cybersource_rest_client/models/tms_bin_lookup_issuer_information.rb +264 -264
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card.rb +277 -277
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_card_brands.rb +213 -213
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +430 -430
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb +201 -201
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +365 -365
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +12 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +218 -218
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +245 -234
- data/lib/cybersource_rest_client/models/update_order_request.rb +229 -229
- data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +12 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_complete_mandate.rb +18 -7
- data/lib/cybersource_rest_client.rb +75 -39
- metadata +77 -41
- data/lib/cybersource_rest_client/api/device_de_association_v3_api.rb +0 -96
@@ -0,0 +1,357 @@
|
|
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
|
+
class InlineResponse2005Devices
|
16
|
+
attr_accessor :reader_id
|
17
|
+
|
18
|
+
attr_accessor :terminal_serial_number
|
19
|
+
|
20
|
+
attr_accessor :terminal_id
|
21
|
+
|
22
|
+
attr_accessor :model
|
23
|
+
|
24
|
+
attr_accessor :make
|
25
|
+
|
26
|
+
attr_accessor :hardware_revision
|
27
|
+
|
28
|
+
# Status of the device. Possible Values: - 'ACTIVE' - 'INACTIVE'
|
29
|
+
attr_accessor :status
|
30
|
+
|
31
|
+
attr_accessor :creation_date
|
32
|
+
|
33
|
+
attr_accessor :pin
|
34
|
+
|
35
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
36
|
+
def self.attribute_map
|
37
|
+
{
|
38
|
+
:'reader_id' => :'readerId',
|
39
|
+
:'terminal_serial_number' => :'terminalSerialNumber',
|
40
|
+
:'terminal_id' => :'terminalId',
|
41
|
+
:'model' => :'model',
|
42
|
+
:'make' => :'make',
|
43
|
+
:'hardware_revision' => :'hardwareRevision',
|
44
|
+
:'status' => :'status',
|
45
|
+
:'creation_date' => :'creationDate',
|
46
|
+
:'pin' => :'pin'
|
47
|
+
}
|
48
|
+
end
|
49
|
+
|
50
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
51
|
+
def self.json_map
|
52
|
+
{
|
53
|
+
:'reader_id' => :'reader_id',
|
54
|
+
:'terminal_serial_number' => :'terminal_serial_number',
|
55
|
+
:'terminal_id' => :'terminal_id',
|
56
|
+
:'model' => :'model',
|
57
|
+
:'make' => :'make',
|
58
|
+
:'hardware_revision' => :'hardware_revision',
|
59
|
+
:'status' => :'status',
|
60
|
+
:'creation_date' => :'creation_date',
|
61
|
+
:'pin' => :'pin'
|
62
|
+
}
|
63
|
+
end
|
64
|
+
|
65
|
+
# Attribute type mapping.
|
66
|
+
def self.swagger_types
|
67
|
+
{
|
68
|
+
:'reader_id' => :'String',
|
69
|
+
:'terminal_serial_number' => :'String',
|
70
|
+
:'terminal_id' => :'String',
|
71
|
+
:'model' => :'String',
|
72
|
+
:'make' => :'String',
|
73
|
+
:'hardware_revision' => :'String',
|
74
|
+
:'status' => :'String',
|
75
|
+
:'creation_date' => :'String',
|
76
|
+
:'pin' => :'String'
|
77
|
+
}
|
78
|
+
end
|
79
|
+
|
80
|
+
# Initializes the object
|
81
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
+
def initialize(attributes = {})
|
83
|
+
return unless attributes.is_a?(Hash)
|
84
|
+
|
85
|
+
# convert string to symbol for hash key
|
86
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
87
|
+
|
88
|
+
if attributes.has_key?(:'readerId')
|
89
|
+
self.reader_id = attributes[:'readerId']
|
90
|
+
end
|
91
|
+
|
92
|
+
if attributes.has_key?(:'terminalSerialNumber')
|
93
|
+
self.terminal_serial_number = attributes[:'terminalSerialNumber']
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.has_key?(:'terminalId')
|
97
|
+
self.terminal_id = attributes[:'terminalId']
|
98
|
+
end
|
99
|
+
|
100
|
+
if attributes.has_key?(:'model')
|
101
|
+
self.model = attributes[:'model']
|
102
|
+
end
|
103
|
+
|
104
|
+
if attributes.has_key?(:'make')
|
105
|
+
self.make = attributes[:'make']
|
106
|
+
end
|
107
|
+
|
108
|
+
if attributes.has_key?(:'hardwareRevision')
|
109
|
+
self.hardware_revision = attributes[:'hardwareRevision']
|
110
|
+
end
|
111
|
+
|
112
|
+
if attributes.has_key?(:'status')
|
113
|
+
self.status = attributes[:'status']
|
114
|
+
end
|
115
|
+
|
116
|
+
if attributes.has_key?(:'creationDate')
|
117
|
+
self.creation_date = attributes[:'creationDate']
|
118
|
+
end
|
119
|
+
|
120
|
+
if attributes.has_key?(:'pin')
|
121
|
+
self.pin = attributes[:'pin']
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
126
|
+
# @return Array for valid properties with the reasons
|
127
|
+
def list_invalid_properties
|
128
|
+
invalid_properties = Array.new
|
129
|
+
#if !@terminal_serial_number.nil? && @terminal_serial_number !~ Regexp.new(/[0-9a-zA-Z][0-9a-zA-Z-]*/)
|
130
|
+
#invalid_properties.push('invalid value for "terminal_serial_number", must conform to the pattern /[0-9a-zA-Z][0-9a-zA-Z-]*/.')
|
131
|
+
#end
|
132
|
+
|
133
|
+
#if !@model.nil? && @model !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
134
|
+
#invalid_properties.push('invalid value for "model", must conform to the pattern /^[0-9a-zA-Z_ ]*$/.')
|
135
|
+
#end
|
136
|
+
|
137
|
+
#if !@make.nil? && @make !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
138
|
+
#invalid_properties.push('invalid value for "make", must conform to the pattern /^[0-9a-zA-Z_ ]*$/.')
|
139
|
+
#end
|
140
|
+
|
141
|
+
#if !@hardware_revision.nil? && @hardware_revision !~ Regexp.new(/^[0-9a-zA-Z][0-9a-zA-Z-\/_.]*$/)
|
142
|
+
#invalid_properties.push('invalid value for "hardware_revision", must conform to the pattern /^[0-9a-zA-Z][0-9a-zA-Z-\/_.]*$/.')
|
143
|
+
#end
|
144
|
+
|
145
|
+
#if !@creation_date.nil? && @creation_date !~ Regexp.new(/YYYY-MM-DDThh:mm:ssZ/)
|
146
|
+
#invalid_properties.push('invalid value for "creation_date", must conform to the pattern /YYYY-MM-DDThh:mm:ssZ/.')
|
147
|
+
#end
|
148
|
+
|
149
|
+
invalid_properties
|
150
|
+
end
|
151
|
+
|
152
|
+
# Check to see if the all the properties in the model are valid
|
153
|
+
# @return true if the model is valid
|
154
|
+
def valid?
|
155
|
+
#return false if !@terminal_serial_number.nil? && @terminal_serial_number !~ Regexp.new(/[0-9a-zA-Z][0-9a-zA-Z-]*/)
|
156
|
+
#return false if !@model.nil? && @model !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
157
|
+
#return false if !@make.nil? && @make !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
158
|
+
#return false if !@hardware_revision.nil? && @hardware_revision !~ Regexp.new(/^[0-9a-zA-Z][0-9a-zA-Z-\/_.]*$/)
|
159
|
+
#return false if !@creation_date.nil? && @creation_date !~ Regexp.new(/YYYY-MM-DDThh:mm:ssZ/)
|
160
|
+
true
|
161
|
+
end
|
162
|
+
|
163
|
+
# Custom attribute writer method with validation
|
164
|
+
# @param [Object] reader_id Value to be assigned
|
165
|
+
def reader_id=(reader_id)
|
166
|
+
@reader_id = reader_id
|
167
|
+
end
|
168
|
+
|
169
|
+
# Custom attribute writer method with validation
|
170
|
+
# @param [Object] terminal_serial_number Value to be assigned
|
171
|
+
def terminal_serial_number=(terminal_serial_number)
|
172
|
+
#if !terminal_serial_number.nil? && terminal_serial_number !~ Regexp.new(/[0-9a-zA-Z][0-9a-zA-Z-]*/)
|
173
|
+
#fail ArgumentError, 'invalid value for "terminal_serial_number", must conform to the pattern /[0-9a-zA-Z][0-9a-zA-Z-]*/.'
|
174
|
+
#end
|
175
|
+
|
176
|
+
@terminal_serial_number = terminal_serial_number
|
177
|
+
end
|
178
|
+
|
179
|
+
# Custom attribute writer method with validation
|
180
|
+
# @param [Object] terminal_id Value to be assigned
|
181
|
+
def terminal_id=(terminal_id)
|
182
|
+
@terminal_id = terminal_id
|
183
|
+
end
|
184
|
+
|
185
|
+
# Custom attribute writer method with validation
|
186
|
+
# @param [Object] model Value to be assigned
|
187
|
+
def model=(model)
|
188
|
+
#if !model.nil? && model !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
189
|
+
#fail ArgumentError, 'invalid value for "model", must conform to the pattern /^[0-9a-zA-Z_ ]*$/.'
|
190
|
+
#end
|
191
|
+
|
192
|
+
@model = model
|
193
|
+
end
|
194
|
+
|
195
|
+
# Custom attribute writer method with validation
|
196
|
+
# @param [Object] make Value to be assigned
|
197
|
+
def make=(make)
|
198
|
+
#if !make.nil? && make !~ Regexp.new(/^[0-9a-zA-Z_ ]*$/)
|
199
|
+
#fail ArgumentError, 'invalid value for "make", must conform to the pattern /^[0-9a-zA-Z_ ]*$/.'
|
200
|
+
#end
|
201
|
+
|
202
|
+
@make = make
|
203
|
+
end
|
204
|
+
|
205
|
+
# Custom attribute writer method with validation
|
206
|
+
# @param [Object] hardware_revision Value to be assigned
|
207
|
+
def hardware_revision=(hardware_revision)
|
208
|
+
#if !hardware_revision.nil? && hardware_revision !~ Regexp.new(/^[0-9a-zA-Z][0-9a-zA-Z-\/_.]*$/)
|
209
|
+
#fail ArgumentError, 'invalid value for "hardware_revision", must conform to the pattern /^[0-9a-zA-Z][0-9a-zA-Z-\/_.]*$/.'
|
210
|
+
#end
|
211
|
+
|
212
|
+
@hardware_revision = hardware_revision
|
213
|
+
end
|
214
|
+
|
215
|
+
# Custom attribute writer method with validation
|
216
|
+
# @param [Object] creation_date Value to be assigned
|
217
|
+
def creation_date=(creation_date)
|
218
|
+
#if !creation_date.nil? && creation_date !~ Regexp.new(/YYYY-MM-DDThh:mm:ssZ/)
|
219
|
+
#fail ArgumentError, 'invalid value for "creation_date", must conform to the pattern /YYYY-MM-DDThh:mm:ssZ/.'
|
220
|
+
#end
|
221
|
+
|
222
|
+
@creation_date = creation_date
|
223
|
+
end
|
224
|
+
|
225
|
+
# Checks equality by comparing each attribute.
|
226
|
+
# @param [Object] Object to be compared
|
227
|
+
def ==(o)
|
228
|
+
return true if self.equal?(o)
|
229
|
+
self.class == o.class &&
|
230
|
+
reader_id == o.reader_id &&
|
231
|
+
terminal_serial_number == o.terminal_serial_number &&
|
232
|
+
terminal_id == o.terminal_id &&
|
233
|
+
model == o.model &&
|
234
|
+
make == o.make &&
|
235
|
+
hardware_revision == o.hardware_revision &&
|
236
|
+
status == o.status &&
|
237
|
+
creation_date == o.creation_date &&
|
238
|
+
pin == o.pin
|
239
|
+
end
|
240
|
+
|
241
|
+
# @see the `==` method
|
242
|
+
# @param [Object] Object to be compared
|
243
|
+
def eql?(o)
|
244
|
+
self == o
|
245
|
+
end
|
246
|
+
|
247
|
+
# Calculates hash code according to all attributes.
|
248
|
+
# @return [Fixnum] Hash code
|
249
|
+
def hash
|
250
|
+
[reader_id, terminal_serial_number, terminal_id, model, make, hardware_revision, status, creation_date, pin].hash
|
251
|
+
end
|
252
|
+
|
253
|
+
# Builds the object from hash
|
254
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
255
|
+
# @return [Object] Returns the model itself
|
256
|
+
def build_from_hash(attributes)
|
257
|
+
return nil unless attributes.is_a?(Hash)
|
258
|
+
self.class.swagger_types.each_pair do |key, type|
|
259
|
+
if type =~ /\AArray<(.*)>/i
|
260
|
+
# check to ensure the input is an array given that the the attribute
|
261
|
+
# is documented as an array but the input is not
|
262
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
263
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
264
|
+
end
|
265
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
266
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
267
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
268
|
+
end
|
269
|
+
|
270
|
+
self
|
271
|
+
end
|
272
|
+
|
273
|
+
# Deserializes the data based on type
|
274
|
+
# @param string type Data type
|
275
|
+
# @param string value Value to be deserialized
|
276
|
+
# @return [Object] Deserialized data
|
277
|
+
def _deserialize(type, value)
|
278
|
+
case type.to_sym
|
279
|
+
when :DateTime
|
280
|
+
DateTime.parse(value)
|
281
|
+
when :Date
|
282
|
+
Date.parse(value)
|
283
|
+
when :String
|
284
|
+
value.to_s
|
285
|
+
when :Integer
|
286
|
+
value.to_i
|
287
|
+
when :Float
|
288
|
+
value.to_f
|
289
|
+
when :BOOLEAN
|
290
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
291
|
+
true
|
292
|
+
else
|
293
|
+
false
|
294
|
+
end
|
295
|
+
when :Object
|
296
|
+
# generic object (usually a Hash), return directly
|
297
|
+
value
|
298
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
299
|
+
inner_type = Regexp.last_match[:inner_type]
|
300
|
+
value.map { |v| _deserialize(inner_type, v) }
|
301
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
302
|
+
k_type = Regexp.last_match[:k_type]
|
303
|
+
v_type = Regexp.last_match[:v_type]
|
304
|
+
{}.tap do |hash|
|
305
|
+
value.each do |k, v|
|
306
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
307
|
+
end
|
308
|
+
end
|
309
|
+
else # model
|
310
|
+
temp_model = CyberSource.const_get(type).new
|
311
|
+
temp_model.build_from_hash(value)
|
312
|
+
end
|
313
|
+
end
|
314
|
+
|
315
|
+
# Returns the string representation of the object
|
316
|
+
# @return [String] String presentation of the object
|
317
|
+
def to_s
|
318
|
+
to_hash.to_s
|
319
|
+
end
|
320
|
+
|
321
|
+
# to_body is an alias to to_hash (backward compatibility)
|
322
|
+
# @return [Hash] Returns the object in the form of hash
|
323
|
+
def to_body
|
324
|
+
to_hash
|
325
|
+
end
|
326
|
+
|
327
|
+
# Returns the object in the form of hash
|
328
|
+
# @return [Hash] Returns the object in the form of hash
|
329
|
+
def to_hash
|
330
|
+
hash = {}
|
331
|
+
self.class.attribute_map.each_pair do |attr, param|
|
332
|
+
value = self.send(attr)
|
333
|
+
next if value.nil?
|
334
|
+
hash[param] = _to_hash(value)
|
335
|
+
end
|
336
|
+
hash
|
337
|
+
end
|
338
|
+
|
339
|
+
# Outputs non-array value in the form of hash
|
340
|
+
# For object, use to_hash. Otherwise, just return the value
|
341
|
+
# @param [Object] value Any valid value
|
342
|
+
# @return [Hash] Returns the value in the form of hash
|
343
|
+
def _to_hash(value)
|
344
|
+
if value.is_a?(Array)
|
345
|
+
value.compact.map { |v| _to_hash(v) }
|
346
|
+
elsif value.is_a?(Hash)
|
347
|
+
{}.tap do |hash|
|
348
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
349
|
+
end
|
350
|
+
elsif value.respond_to? :to_hash
|
351
|
+
value.to_hash
|
352
|
+
else
|
353
|
+
value
|
354
|
+
end
|
355
|
+
end
|
356
|
+
end
|
357
|
+
end
|
@@ -13,32 +13,15 @@ require 'date'
|
|
13
13
|
|
14
14
|
module CyberSource
|
15
15
|
class InlineResponse2006
|
16
|
-
#
|
17
|
-
attr_accessor :
|
16
|
+
# Possible values: - OK
|
17
|
+
attr_accessor :status
|
18
18
|
|
19
|
-
# Controls the starting point within the collection of results, which defaults to 0. The first item in the collection is retrieved by setting a zero offset. For example, if you have a collection of 15 items to be retrieved from a resource and you specify limit=5, you can retrieve the entire set of results in 3 successive requests by varying the offset value like this: `offset=0` `offset=5` `offset=10` **Note:** If an offset larger than the number of results is provided, this will result in no embedded object being returned.
|
20
|
-
attr_accessor :offset
|
21
|
-
|
22
|
-
# Controls the maximum number of items that may be returned for a single request. The default is 20, the maximum is 2500.
|
23
|
-
attr_accessor :limit
|
24
|
-
|
25
|
-
# A comma separated list of the following form: `terminalCreationDate:desc or serialNumber or terminalUpdationDate`
|
26
|
-
attr_accessor :sort
|
27
|
-
|
28
|
-
# Results for this page, this could be below the limit.
|
29
|
-
attr_accessor :count
|
30
|
-
|
31
|
-
# A collection of devices
|
32
19
|
attr_accessor :devices
|
33
20
|
|
34
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
35
22
|
def self.attribute_map
|
36
23
|
{
|
37
|
-
:'
|
38
|
-
:'offset' => :'offset',
|
39
|
-
:'limit' => :'limit',
|
40
|
-
:'sort' => :'sort',
|
41
|
-
:'count' => :'count',
|
24
|
+
:'status' => :'status',
|
42
25
|
:'devices' => :'devices'
|
43
26
|
}
|
44
27
|
end
|
@@ -46,11 +29,7 @@ module CyberSource
|
|
46
29
|
# Attribute mapping from JSON key to ruby-style variable name.
|
47
30
|
def self.json_map
|
48
31
|
{
|
49
|
-
:'
|
50
|
-
:'offset' => :'offset',
|
51
|
-
:'limit' => :'limit',
|
52
|
-
:'sort' => :'sort',
|
53
|
-
:'count' => :'count',
|
32
|
+
:'status' => :'status',
|
54
33
|
:'devices' => :'devices'
|
55
34
|
}
|
56
35
|
end
|
@@ -58,12 +37,8 @@ module CyberSource
|
|
58
37
|
# Attribute type mapping.
|
59
38
|
def self.swagger_types
|
60
39
|
{
|
61
|
-
:'
|
62
|
-
:'
|
63
|
-
:'limit' => :'Integer',
|
64
|
-
:'sort' => :'String',
|
65
|
-
:'count' => :'Integer',
|
66
|
-
:'devices' => :'Array<InlineResponse2006Devices>'
|
40
|
+
:'status' => :'String',
|
41
|
+
:'devices' => :'Array<Dmsv3devicesdeassociateDevices>'
|
67
42
|
}
|
68
43
|
end
|
69
44
|
|
@@ -75,24 +50,8 @@ module CyberSource
|
|
75
50
|
# convert string to symbol for hash key
|
76
51
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
77
52
|
|
78
|
-
if attributes.has_key?(:'
|
79
|
-
self.
|
80
|
-
end
|
81
|
-
|
82
|
-
if attributes.has_key?(:'offset')
|
83
|
-
self.offset = attributes[:'offset']
|
84
|
-
end
|
85
|
-
|
86
|
-
if attributes.has_key?(:'limit')
|
87
|
-
self.limit = attributes[:'limit']
|
88
|
-
end
|
89
|
-
|
90
|
-
if attributes.has_key?(:'sort')
|
91
|
-
self.sort = attributes[:'sort']
|
92
|
-
end
|
93
|
-
|
94
|
-
if attributes.has_key?(:'count')
|
95
|
-
self.count = attributes[:'count']
|
53
|
+
if attributes.has_key?(:'status')
|
54
|
+
self.status = attributes[:'status']
|
96
55
|
end
|
97
56
|
|
98
57
|
if attributes.has_key?(:'devices')
|
@@ -120,11 +79,7 @@ module CyberSource
|
|
120
79
|
def ==(o)
|
121
80
|
return true if self.equal?(o)
|
122
81
|
self.class == o.class &&
|
123
|
-
|
124
|
-
offset == o.offset &&
|
125
|
-
limit == o.limit &&
|
126
|
-
sort == o.sort &&
|
127
|
-
count == o.count &&
|
82
|
+
status == o.status &&
|
128
83
|
devices == o.devices
|
129
84
|
end
|
130
85
|
|
@@ -137,7 +92,7 @@ module CyberSource
|
|
137
92
|
# Calculates hash code according to all attributes.
|
138
93
|
# @return [Fixnum] Hash code
|
139
94
|
def hash
|
140
|
-
[
|
95
|
+
[status, devices].hash
|
141
96
|
end
|
142
97
|
|
143
98
|
# Builds the object from hash
|
@@ -13,56 +13,57 @@ require 'date'
|
|
13
13
|
|
14
14
|
module CyberSource
|
15
15
|
class InlineResponse2007
|
16
|
-
|
17
|
-
|
18
|
-
attr_accessor :object
|
16
|
+
# Total number of results.
|
17
|
+
attr_accessor :total_count
|
19
18
|
|
19
|
+
# Controls the starting point within the collection of results, which defaults to 0. The first item in the collection is retrieved by setting a zero offset. For example, if you have a collection of 15 items to be retrieved from a resource and you specify limit=5, you can retrieve the entire set of results in 3 successive requests by varying the offset value like this: `offset=0` `offset=5` `offset=10` **Note:** If an offset larger than the number of results is provided, this will result in no embedded object being returned.
|
20
20
|
attr_accessor :offset
|
21
21
|
|
22
|
+
# Controls the maximum number of items that may be returned for a single request. The default is 20, the maximum is 2500.
|
22
23
|
attr_accessor :limit
|
23
24
|
|
24
|
-
|
25
|
+
# A comma separated list of the following form: `terminalCreationDate:desc or serialNumber or terminalUpdationDate`
|
26
|
+
attr_accessor :sort
|
25
27
|
|
26
|
-
|
28
|
+
# Results for this page, this could be below the limit.
|
29
|
+
attr_accessor :count
|
27
30
|
|
28
|
-
|
31
|
+
# A collection of devices
|
32
|
+
attr_accessor :devices
|
29
33
|
|
30
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
31
35
|
def self.attribute_map
|
32
36
|
{
|
33
|
-
:'
|
34
|
-
:'object' => :'object',
|
37
|
+
:'total_count' => :'totalCount',
|
35
38
|
:'offset' => :'offset',
|
36
39
|
:'limit' => :'limit',
|
40
|
+
:'sort' => :'sort',
|
37
41
|
:'count' => :'count',
|
38
|
-
:'
|
39
|
-
:'_embedded' => :'_embedded'
|
42
|
+
:'devices' => :'devices'
|
40
43
|
}
|
41
44
|
end
|
42
45
|
|
43
46
|
# Attribute mapping from JSON key to ruby-style variable name.
|
44
47
|
def self.json_map
|
45
48
|
{
|
46
|
-
:'
|
47
|
-
:'object' => :'object',
|
49
|
+
:'total_count' => :'total_count',
|
48
50
|
:'offset' => :'offset',
|
49
51
|
:'limit' => :'limit',
|
52
|
+
:'sort' => :'sort',
|
50
53
|
:'count' => :'count',
|
51
|
-
:'
|
52
|
-
:'_embedded' => :'_embedded'
|
54
|
+
:'devices' => :'devices'
|
53
55
|
}
|
54
56
|
end
|
55
57
|
|
56
58
|
# Attribute type mapping.
|
57
59
|
def self.swagger_types
|
58
60
|
{
|
59
|
-
:'
|
60
|
-
:'object' => :'String',
|
61
|
+
:'total_count' => :'Integer',
|
61
62
|
:'offset' => :'Integer',
|
62
63
|
:'limit' => :'Integer',
|
64
|
+
:'sort' => :'String',
|
63
65
|
:'count' => :'Integer',
|
64
|
-
:'
|
65
|
-
:'_embedded' => :'InlineResponse2007Embedded'
|
66
|
+
:'devices' => :'Array<InlineResponse2007Devices>'
|
66
67
|
}
|
67
68
|
end
|
68
69
|
|
@@ -74,14 +75,8 @@ module CyberSource
|
|
74
75
|
# convert string to symbol for hash key
|
75
76
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
76
77
|
|
77
|
-
if attributes.has_key?(:'
|
78
|
-
|
79
|
-
self._links = value
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
if attributes.has_key?(:'object')
|
84
|
-
self.object = attributes[:'object']
|
78
|
+
if attributes.has_key?(:'totalCount')
|
79
|
+
self.total_count = attributes[:'totalCount']
|
85
80
|
end
|
86
81
|
|
87
82
|
if attributes.has_key?(:'offset')
|
@@ -92,16 +87,18 @@ module CyberSource
|
|
92
87
|
self.limit = attributes[:'limit']
|
93
88
|
end
|
94
89
|
|
95
|
-
if attributes.has_key?(:'
|
96
|
-
self.
|
90
|
+
if attributes.has_key?(:'sort')
|
91
|
+
self.sort = attributes[:'sort']
|
97
92
|
end
|
98
93
|
|
99
|
-
if attributes.has_key?(:'
|
100
|
-
self.
|
94
|
+
if attributes.has_key?(:'count')
|
95
|
+
self.count = attributes[:'count']
|
101
96
|
end
|
102
97
|
|
103
|
-
if attributes.has_key?(:'
|
104
|
-
|
98
|
+
if attributes.has_key?(:'devices')
|
99
|
+
if (value = attributes[:'devices']).is_a?(Array)
|
100
|
+
self.devices = value
|
101
|
+
end
|
105
102
|
end
|
106
103
|
end
|
107
104
|
|
@@ -123,13 +120,12 @@ module CyberSource
|
|
123
120
|
def ==(o)
|
124
121
|
return true if self.equal?(o)
|
125
122
|
self.class == o.class &&
|
126
|
-
|
127
|
-
object == o.object &&
|
123
|
+
total_count == o.total_count &&
|
128
124
|
offset == o.offset &&
|
129
125
|
limit == o.limit &&
|
126
|
+
sort == o.sort &&
|
130
127
|
count == o.count &&
|
131
|
-
|
132
|
-
_embedded == o._embedded
|
128
|
+
devices == o.devices
|
133
129
|
end
|
134
130
|
|
135
131
|
# @see the `==` method
|
@@ -141,7 +137,7 @@ module CyberSource
|
|
141
137
|
# Calculates hash code according to all attributes.
|
142
138
|
# @return [Fixnum] Hash code
|
143
139
|
def hash
|
144
|
-
[
|
140
|
+
[total_count, offset, limit, sort, count, devices].hash
|
145
141
|
end
|
146
142
|
|
147
143
|
# Builds the object from hash
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
12
12
|
require 'date'
|
13
13
|
|
14
14
|
module CyberSource
|
15
|
-
class
|
15
|
+
class InlineResponse2007Devices
|
16
16
|
attr_accessor :reader_id
|
17
17
|
|
18
18
|
attr_accessor :serial_number
|
@@ -93,7 +93,7 @@ module CyberSource
|
|
93
93
|
:'account_id' => :'String',
|
94
94
|
:'terminal_creation_date' => :'DateTime',
|
95
95
|
:'terminal_updation_date' => :'DateTime',
|
96
|
-
:'payment_processor_to_terminal_map' => :'
|
96
|
+
:'payment_processor_to_terminal_map' => :'InlineResponse2007PaymentProcessorToTerminalMap'
|
97
97
|
}
|
98
98
|
end
|
99
99
|
|