cybersource_rest_client 0.0.75 → 0.0.77
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/authentication/jwt/JwtToken.rb +6 -17
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +132 -54
- data/lib/AuthenticationSDK/util/Cache.rb +135 -30
- data/lib/AuthenticationSDK/util/CacheValue.rb +18 -0
- data/lib/AuthenticationSDK/util/CertificateUtility.rb +124 -0
- data/lib/AuthenticationSDK/util/Constants.rb +6 -0
- data/lib/AuthenticationSDK/util/JWEUtility.rb +1 -2
- data/lib/AuthenticationSDK/util/MLEUtility.rb +26 -35
- data/lib/AuthenticationSDK/util/Utility.rb +1 -16
- data/lib/cybersource_rest_client/api/batches_api.rb +17 -17
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +2 -2
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- data/lib/cybersource_rest_client/api/chargeback_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +2 -2
- data/lib/cybersource_rest_client/api/conversion_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +6 -6
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_api.rb +8 -8
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +10 -10
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +10 -10
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +10 -10
- data/lib/cybersource_rest_client/api/device_de_association_api.rb +7 -7
- data/lib/cybersource_rest_client/api/device_search_api.rb +10 -10
- data/lib/cybersource_rest_client/api/download_dtd_api.rb +2 -2
- data/lib/cybersource_rest_client/api/download_xsd_api.rb +2 -2
- data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +4 -4
- data/lib/cybersource_rest_client/api/flex_api_api.rb +2 -2
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +12 -12
- data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +4 -4
- data/lib/cybersource_rest_client/api/invoices_api.rb +87 -12
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +18 -17
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +4 -4
- data/lib/cybersource_rest_client/api/microform_integration_api.rb +2 -2
- data/lib/cybersource_rest_client/api/net_fundings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +2 -2
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +6 -6
- data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +8 -8
- data/lib/cybersource_rest_client/api/payment_links_api.rb +12 -12
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +12 -12
- data/lib/cybersource_rest_client/api/payouts_api.rb +2 -2
- data/lib/cybersource_rest_client/api/plans_api.rb +16 -16
- data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/push_funds_api.rb +2 -2
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/report_definitions_api.rb +4 -4
- data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -2
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +10 -10
- data/lib/cybersource_rest_client/api/reports_api.rb +6 -6
- data/lib/cybersource_rest_client/api/retrieval_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +2 -2
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +4 -4
- data/lib/cybersource_rest_client/api/secure_file_share_api.rb +4 -4
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +16 -16
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +4 -4
- data/lib/cybersource_rest_client/api/taxes_api.rb +4 -4
- data/lib/cybersource_rest_client/api/token_api.rb +4 -4
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +6 -6
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +8 -8
- data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/transient_token_data_api.rb +4 -4
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +2 -2
- data/lib/cybersource_rest_client/api/user_management_api.rb +2 -2
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +2 -2
- data/lib/cybersource_rest_client/api/verification_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +3 -1
- data/lib/cybersource_rest_client/ethon_extensions.rb +38 -0
- data/lib/cybersource_rest_client/models/create_order_request.rb +269 -269
- data/lib/cybersource_rest_client/models/create_webhook.rb +16 -3
- data/lib/cybersource_rest_client/models/inline_response_200_10.rb +47 -49
- data/lib/cybersource_rest_client/models/{inline_response_200_8__links.rb → inline_response_200_10__links.rb} +18 -17
- data/lib/cybersource_rest_client/models/{inline_response_200_9__links_report.rb → inline_response_200_10__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_9_billing.rb → inline_response_200_10_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_11.rb +292 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_10_records.rb → inline_response_200_11_records.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_10_response_record.rb → inline_response_200_11_response_record.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_10_response_record_additional_updates.rb → inline_response_200_11_response_record_additional_updates.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_10_source_record.rb → inline_response_200_11_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_4.rb +12 -10
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +129 -51
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +55 -10
- data/lib/cybersource_rest_client/models/{inline_response_200_5_devices.rb → inline_response_200_6_devices.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +10 -55
- data/lib/cybersource_rest_client/models/inline_response_200_8.rb +33 -37
- data/lib/cybersource_rest_client/models/{inline_response_200_7_devices.rb → inline_response_200_8_devices.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7_payment_processor_to_terminal_map.rb → inline_response_200_8_payment_processor_to_terminal_map.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_9.rb +47 -86
- data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded.rb → inline_response_200_9__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded__links.rb → inline_response_200_9__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded__links_reports.rb → inline_response_200_9__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded_batches.rb → inline_response_200_9__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_8__embedded_totals.rb → inline_response_200_9__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_9__links.rb +16 -17
- data/lib/cybersource_rest_client/models/inline_response_201.rb +227 -227
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +218 -218
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +248 -248
- data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information.rb +216 -216
- data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information_pull_funds.rb +213 -213
- data/lib/cybersource_rest_client/models/inline_response_201_2_payout_information_push_funds.rb +417 -417
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +281 -281
- data/lib/cybersource_rest_client/models/inline_response_201_3_integration_information.rb +192 -192
- data/lib/cybersource_rest_client/models/inline_response_201_3_integration_information_tenant_configurations.rb +253 -253
- data/lib/cybersource_rest_client/models/inline_response_201_3_organization_information.rb +217 -217
- data/lib/cybersource_rest_client/models/inline_response_201_3_product_information_setups.rb +214 -214
- data/lib/cybersource_rest_client/models/inline_response_201_3_registration_information.rb +222 -222
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups.rb +219 -219
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_commerce_solutions.rb +209 -209
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments.rb +369 -369
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods.rb +221 -221
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb +200 -200
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing.rb +199 -199
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_configuration_status.rb +255 -255
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_card_processing_subscription_status.rb +234 -234
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_payments_digital_payments.rb +189 -189
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_risk.rb +199 -199
- data/lib/cybersource_rest_client/models/inline_response_201_3_setups_value_added_services.rb +209 -209
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +222 -222
- data/lib/cybersource_rest_client/models/inline_response_201_4_key_information.rb +300 -300
- data/lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information.rb +202 -202
- data/lib/cybersource_rest_client/models/inline_response_201_4_key_information_error_information_details.rb +201 -201
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +314 -312
- data/lib/cybersource_rest_client/models/inline_response_201_6.rb +277 -277
- data/lib/cybersource_rest_client/models/inline_response_201_6_payloads.rb +189 -189
- data/lib/cybersource_rest_client/models/inline_response_201_6_payloads_test_payload.rb +190 -190
- data/lib/cybersource_rest_client/models/inline_response_201_7.rb +202 -202
- data/lib/cybersource_rest_client/models/inline_response_201_order_information.rb +189 -189
- data/lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb +315 -315
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information.rb +199 -199
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_e_wallet.rb +196 -196
- data/lib/cybersource_rest_client/models/inline_response_201_payment_information_tokenized_payment_method.rb +213 -213
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +18 -5
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information.rb +18 -5
- data/lib/cybersource_rest_client/models/{notificationsubscriptionsv2webhooks_security_policy_1_config.rb → invoicing_v2_invoices_post201_response_invoice_information_custom_labels.rb} +57 -34
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_publish200_response.rb +268 -0
- data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +18 -5
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_retry_policy.rb +2 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy.rb +1 -1
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config.rb +16 -17
- data/lib/cybersource_rest_client/models/{notificationsubscriptionsv2webhooks_security_policy_1_config_additional_config.rb → notificationsubscriptionsv2webhooks_security_policy_config_additional_config.rb} +1 -1
- 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 -364
- 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 -213
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb +252 -252
- data/lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb +240 -240
- 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 -212
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +354 -354
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +220 -220
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_e_wallet.rb +196 -196
- data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_tokenized_payment_method.rb +241 -241
- data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +351 -351
- data/lib/cybersource_rest_client/models/ptsv2intents_recipient_information.rb +245 -245
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information.rb +277 -277
- data/lib/cybersource_rest_client/models/ptsv2intents_sender_information_account.rb +190 -190
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information.rb +211 -211
- data/lib/cybersource_rest_client/models/ptsv2intents_travel_information_agency.rb +245 -245
- data/lib/cybersource_rest_client/models/ptsv2intentsid_payment_information.rb +189 -189
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +417 -417
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +461 -433
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +668 -668
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +716 -716
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +356 -356
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +445 -445
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +1 -1
- 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 -196
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +604 -604
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_payment_type_method.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_payment_information.rb +199 -199
- data/lib/cybersource_rest_client/models/ptsv2paymenttokens_processing_information.rb +192 -192
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +258 -258
- data/lib/cybersource_rest_client/models/request.rb +199 -199
- 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/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.rb +11 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_bank_account_validation.rb +211 -0
- 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_processing_information.rb +16 -5
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +15 -5
- 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 -245
- data/lib/cybersource_rest_client/models/update_order_request.rb +229 -229
- data/lib/cybersource_rest_client/models/update_webhook.rb +19 -19
- data/lib/cybersource_rest_client.rb +20 -18
- metadata +25 -20
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1.rb +0 -201
@@ -1,229 +1,229 @@
|
|
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 UpdateOrderRequest
|
16
|
-
attr_accessor :client_reference_information
|
17
|
-
|
18
|
-
attr_accessor :order_information
|
19
|
-
|
20
|
-
attr_accessor :merchant_information
|
21
|
-
|
22
|
-
attr_accessor :payment_information
|
23
|
-
|
24
|
-
attr_accessor :processing_information
|
25
|
-
|
26
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
27
|
-
def self.attribute_map
|
28
|
-
{
|
29
|
-
:'client_reference_information' => :'clientReferenceInformation',
|
30
|
-
:'order_information' => :'orderInformation',
|
31
|
-
:'merchant_information' => :'merchantInformation',
|
32
|
-
:'payment_information' => :'paymentInformation',
|
33
|
-
:'processing_information' => :'processingInformation'
|
34
|
-
}
|
35
|
-
end
|
36
|
-
|
37
|
-
# Attribute mapping from JSON key to ruby-style variable name.
|
38
|
-
def self.json_map
|
39
|
-
{
|
40
|
-
:'client_reference_information' => :'client_reference_information',
|
41
|
-
:'order_information' => :'order_information',
|
42
|
-
:'merchant_information' => :'merchant_information',
|
43
|
-
:'payment_information' => :'payment_information',
|
44
|
-
:'processing_information' => :'processing_information'
|
45
|
-
}
|
46
|
-
end
|
47
|
-
|
48
|
-
# Attribute type mapping.
|
49
|
-
def self.swagger_types
|
50
|
-
{
|
51
|
-
:'client_reference_information' => :'Ptsv2intentsClientReferenceInformation',
|
52
|
-
:'order_information' => :'Ptsv2intentsidOrderInformation',
|
53
|
-
:'merchant_information' => :'Ptsv2intentsidMerchantInformation',
|
54
|
-
:'payment_information' => :'Ptsv2intentsidPaymentInformation',
|
55
|
-
:'processing_information' => :'Ptsv2intentsidProcessingInformation'
|
56
|
-
}
|
57
|
-
end
|
58
|
-
|
59
|
-
# Initializes the object
|
60
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
61
|
-
def initialize(attributes = {})
|
62
|
-
return unless attributes.is_a?(Hash)
|
63
|
-
|
64
|
-
# convert string to symbol for hash key
|
65
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
66
|
-
|
67
|
-
if attributes.has_key?(:'clientReferenceInformation')
|
68
|
-
self.client_reference_information = attributes[:'clientReferenceInformation']
|
69
|
-
end
|
70
|
-
|
71
|
-
if attributes.has_key?(:'orderInformation')
|
72
|
-
self.order_information = attributes[:'orderInformation']
|
73
|
-
end
|
74
|
-
|
75
|
-
if attributes.has_key?(:'merchantInformation')
|
76
|
-
self.merchant_information = attributes[:'merchantInformation']
|
77
|
-
end
|
78
|
-
|
79
|
-
if attributes.has_key?(:'paymentInformation')
|
80
|
-
self.payment_information = attributes[:'paymentInformation']
|
81
|
-
end
|
82
|
-
|
83
|
-
if attributes.has_key?(:'processingInformation')
|
84
|
-
self.processing_information = attributes[:'processingInformation']
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
89
|
-
# @return Array for valid properties with the reasons
|
90
|
-
def list_invalid_properties
|
91
|
-
invalid_properties = Array.new
|
92
|
-
invalid_properties
|
93
|
-
end
|
94
|
-
|
95
|
-
# Check to see if the all the properties in the model are valid
|
96
|
-
# @return true if the model is valid
|
97
|
-
def valid?
|
98
|
-
true
|
99
|
-
end
|
100
|
-
|
101
|
-
# Checks equality by comparing each attribute.
|
102
|
-
# @param [Object] Object to be compared
|
103
|
-
def ==(o)
|
104
|
-
return true if self.equal?(o)
|
105
|
-
self.class == o.class &&
|
106
|
-
client_reference_information == o.client_reference_information &&
|
107
|
-
order_information == o.order_information &&
|
108
|
-
merchant_information == o.merchant_information &&
|
109
|
-
payment_information == o.payment_information &&
|
110
|
-
processing_information == o.processing_information
|
111
|
-
end
|
112
|
-
|
113
|
-
# @see the `==` method
|
114
|
-
# @param [Object] Object to be compared
|
115
|
-
def eql?(o)
|
116
|
-
self == o
|
117
|
-
end
|
118
|
-
|
119
|
-
# Calculates hash code according to all attributes.
|
120
|
-
# @return [Fixnum] Hash code
|
121
|
-
def hash
|
122
|
-
[client_reference_information, order_information, merchant_information, payment_information, processing_information].hash
|
123
|
-
end
|
124
|
-
|
125
|
-
# Builds the object from hash
|
126
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
127
|
-
# @return [Object] Returns the model itself
|
128
|
-
def build_from_hash(attributes)
|
129
|
-
return nil unless attributes.is_a?(Hash)
|
130
|
-
self.class.swagger_types.each_pair do |key, type|
|
131
|
-
if type =~ /\AArray<(.*)>/i
|
132
|
-
# check to ensure the input is an array given that the the attribute
|
133
|
-
# is documented as an array but the input is not
|
134
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
135
|
-
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
136
|
-
end
|
137
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
138
|
-
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
139
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
140
|
-
end
|
141
|
-
|
142
|
-
self
|
143
|
-
end
|
144
|
-
|
145
|
-
# Deserializes the data based on type
|
146
|
-
# @param string type Data type
|
147
|
-
# @param string value Value to be deserialized
|
148
|
-
# @return [Object] Deserialized data
|
149
|
-
def _deserialize(type, value)
|
150
|
-
case type.to_sym
|
151
|
-
when :DateTime
|
152
|
-
DateTime.parse(value)
|
153
|
-
when :Date
|
154
|
-
Date.parse(value)
|
155
|
-
when :String
|
156
|
-
value.to_s
|
157
|
-
when :Integer
|
158
|
-
value.to_i
|
159
|
-
when :Float
|
160
|
-
value.to_f
|
161
|
-
when :BOOLEAN
|
162
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
163
|
-
true
|
164
|
-
else
|
165
|
-
false
|
166
|
-
end
|
167
|
-
when :Object
|
168
|
-
# generic object (usually a Hash), return directly
|
169
|
-
value
|
170
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
171
|
-
inner_type = Regexp.last_match[:inner_type]
|
172
|
-
value.map { |v| _deserialize(inner_type, v) }
|
173
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
174
|
-
k_type = Regexp.last_match[:k_type]
|
175
|
-
v_type = Regexp.last_match[:v_type]
|
176
|
-
{}.tap do |hash|
|
177
|
-
value.each do |k, v|
|
178
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
179
|
-
end
|
180
|
-
end
|
181
|
-
else # model
|
182
|
-
temp_model = CyberSource.const_get(type).new
|
183
|
-
temp_model.build_from_hash(value)
|
184
|
-
end
|
185
|
-
end
|
186
|
-
|
187
|
-
# Returns the string representation of the object
|
188
|
-
# @return [String] String presentation of the object
|
189
|
-
def to_s
|
190
|
-
to_hash.to_s
|
191
|
-
end
|
192
|
-
|
193
|
-
# to_body is an alias to to_hash (backward compatibility)
|
194
|
-
# @return [Hash] Returns the object in the form of hash
|
195
|
-
def to_body
|
196
|
-
to_hash
|
197
|
-
end
|
198
|
-
|
199
|
-
# Returns the object in the form of hash
|
200
|
-
# @return [Hash] Returns the object in the form of hash
|
201
|
-
def to_hash
|
202
|
-
hash = {}
|
203
|
-
self.class.attribute_map.each_pair do |attr, param|
|
204
|
-
value = self.send(attr)
|
205
|
-
next if value.nil?
|
206
|
-
hash[param] = _to_hash(value)
|
207
|
-
end
|
208
|
-
hash
|
209
|
-
end
|
210
|
-
|
211
|
-
# Outputs non-array value in the form of hash
|
212
|
-
# For object, use to_hash. Otherwise, just return the value
|
213
|
-
# @param [Object] value Any valid value
|
214
|
-
# @return [Hash] Returns the value in the form of hash
|
215
|
-
def _to_hash(value)
|
216
|
-
if value.is_a?(Array)
|
217
|
-
value.compact.map { |v| _to_hash(v) }
|
218
|
-
elsif value.is_a?(Hash)
|
219
|
-
{}.tap do |hash|
|
220
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
221
|
-
end
|
222
|
-
elsif value.respond_to? :to_hash
|
223
|
-
value.to_hash
|
224
|
-
else
|
225
|
-
value
|
226
|
-
end
|
227
|
-
end
|
228
|
-
end
|
229
|
-
end
|
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 UpdateOrderRequest
|
16
|
+
attr_accessor :client_reference_information
|
17
|
+
|
18
|
+
attr_accessor :order_information
|
19
|
+
|
20
|
+
attr_accessor :merchant_information
|
21
|
+
|
22
|
+
attr_accessor :payment_information
|
23
|
+
|
24
|
+
attr_accessor :processing_information
|
25
|
+
|
26
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
27
|
+
def self.attribute_map
|
28
|
+
{
|
29
|
+
:'client_reference_information' => :'clientReferenceInformation',
|
30
|
+
:'order_information' => :'orderInformation',
|
31
|
+
:'merchant_information' => :'merchantInformation',
|
32
|
+
:'payment_information' => :'paymentInformation',
|
33
|
+
:'processing_information' => :'processingInformation'
|
34
|
+
}
|
35
|
+
end
|
36
|
+
|
37
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
38
|
+
def self.json_map
|
39
|
+
{
|
40
|
+
:'client_reference_information' => :'client_reference_information',
|
41
|
+
:'order_information' => :'order_information',
|
42
|
+
:'merchant_information' => :'merchant_information',
|
43
|
+
:'payment_information' => :'payment_information',
|
44
|
+
:'processing_information' => :'processing_information'
|
45
|
+
}
|
46
|
+
end
|
47
|
+
|
48
|
+
# Attribute type mapping.
|
49
|
+
def self.swagger_types
|
50
|
+
{
|
51
|
+
:'client_reference_information' => :'Ptsv2intentsClientReferenceInformation',
|
52
|
+
:'order_information' => :'Ptsv2intentsidOrderInformation',
|
53
|
+
:'merchant_information' => :'Ptsv2intentsidMerchantInformation',
|
54
|
+
:'payment_information' => :'Ptsv2intentsidPaymentInformation',
|
55
|
+
:'processing_information' => :'Ptsv2intentsidProcessingInformation'
|
56
|
+
}
|
57
|
+
end
|
58
|
+
|
59
|
+
# Initializes the object
|
60
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
61
|
+
def initialize(attributes = {})
|
62
|
+
return unless attributes.is_a?(Hash)
|
63
|
+
|
64
|
+
# convert string to symbol for hash key
|
65
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
66
|
+
|
67
|
+
if attributes.has_key?(:'clientReferenceInformation')
|
68
|
+
self.client_reference_information = attributes[:'clientReferenceInformation']
|
69
|
+
end
|
70
|
+
|
71
|
+
if attributes.has_key?(:'orderInformation')
|
72
|
+
self.order_information = attributes[:'orderInformation']
|
73
|
+
end
|
74
|
+
|
75
|
+
if attributes.has_key?(:'merchantInformation')
|
76
|
+
self.merchant_information = attributes[:'merchantInformation']
|
77
|
+
end
|
78
|
+
|
79
|
+
if attributes.has_key?(:'paymentInformation')
|
80
|
+
self.payment_information = attributes[:'paymentInformation']
|
81
|
+
end
|
82
|
+
|
83
|
+
if attributes.has_key?(:'processingInformation')
|
84
|
+
self.processing_information = attributes[:'processingInformation']
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
89
|
+
# @return Array for valid properties with the reasons
|
90
|
+
def list_invalid_properties
|
91
|
+
invalid_properties = Array.new
|
92
|
+
invalid_properties
|
93
|
+
end
|
94
|
+
|
95
|
+
# Check to see if the all the properties in the model are valid
|
96
|
+
# @return true if the model is valid
|
97
|
+
def valid?
|
98
|
+
true
|
99
|
+
end
|
100
|
+
|
101
|
+
# Checks equality by comparing each attribute.
|
102
|
+
# @param [Object] Object to be compared
|
103
|
+
def ==(o)
|
104
|
+
return true if self.equal?(o)
|
105
|
+
self.class == o.class &&
|
106
|
+
client_reference_information == o.client_reference_information &&
|
107
|
+
order_information == o.order_information &&
|
108
|
+
merchant_information == o.merchant_information &&
|
109
|
+
payment_information == o.payment_information &&
|
110
|
+
processing_information == o.processing_information
|
111
|
+
end
|
112
|
+
|
113
|
+
# @see the `==` method
|
114
|
+
# @param [Object] Object to be compared
|
115
|
+
def eql?(o)
|
116
|
+
self == o
|
117
|
+
end
|
118
|
+
|
119
|
+
# Calculates hash code according to all attributes.
|
120
|
+
# @return [Fixnum] Hash code
|
121
|
+
def hash
|
122
|
+
[client_reference_information, order_information, merchant_information, payment_information, processing_information].hash
|
123
|
+
end
|
124
|
+
|
125
|
+
# Builds the object from hash
|
126
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
127
|
+
# @return [Object] Returns the model itself
|
128
|
+
def build_from_hash(attributes)
|
129
|
+
return nil unless attributes.is_a?(Hash)
|
130
|
+
self.class.swagger_types.each_pair do |key, type|
|
131
|
+
if type =~ /\AArray<(.*)>/i
|
132
|
+
# check to ensure the input is an array given that the the attribute
|
133
|
+
# is documented as an array but the input is not
|
134
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
135
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
136
|
+
end
|
137
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
138
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
139
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
140
|
+
end
|
141
|
+
|
142
|
+
self
|
143
|
+
end
|
144
|
+
|
145
|
+
# Deserializes the data based on type
|
146
|
+
# @param string type Data type
|
147
|
+
# @param string value Value to be deserialized
|
148
|
+
# @return [Object] Deserialized data
|
149
|
+
def _deserialize(type, value)
|
150
|
+
case type.to_sym
|
151
|
+
when :DateTime
|
152
|
+
DateTime.parse(value)
|
153
|
+
when :Date
|
154
|
+
Date.parse(value)
|
155
|
+
when :String
|
156
|
+
value.to_s
|
157
|
+
when :Integer
|
158
|
+
value.to_i
|
159
|
+
when :Float
|
160
|
+
value.to_f
|
161
|
+
when :BOOLEAN
|
162
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
163
|
+
true
|
164
|
+
else
|
165
|
+
false
|
166
|
+
end
|
167
|
+
when :Object
|
168
|
+
# generic object (usually a Hash), return directly
|
169
|
+
value
|
170
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
171
|
+
inner_type = Regexp.last_match[:inner_type]
|
172
|
+
value.map { |v| _deserialize(inner_type, v) }
|
173
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
174
|
+
k_type = Regexp.last_match[:k_type]
|
175
|
+
v_type = Regexp.last_match[:v_type]
|
176
|
+
{}.tap do |hash|
|
177
|
+
value.each do |k, v|
|
178
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
179
|
+
end
|
180
|
+
end
|
181
|
+
else # model
|
182
|
+
temp_model = CyberSource.const_get(type).new
|
183
|
+
temp_model.build_from_hash(value)
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
187
|
+
# Returns the string representation of the object
|
188
|
+
# @return [String] String presentation of the object
|
189
|
+
def to_s
|
190
|
+
to_hash.to_s
|
191
|
+
end
|
192
|
+
|
193
|
+
# to_body is an alias to to_hash (backward compatibility)
|
194
|
+
# @return [Hash] Returns the object in the form of hash
|
195
|
+
def to_body
|
196
|
+
to_hash
|
197
|
+
end
|
198
|
+
|
199
|
+
# Returns the object in the form of hash
|
200
|
+
# @return [Hash] Returns the object in the form of hash
|
201
|
+
def to_hash
|
202
|
+
hash = {}
|
203
|
+
self.class.attribute_map.each_pair do |attr, param|
|
204
|
+
value = self.send(attr)
|
205
|
+
next if value.nil?
|
206
|
+
hash[param] = _to_hash(value)
|
207
|
+
end
|
208
|
+
hash
|
209
|
+
end
|
210
|
+
|
211
|
+
# Outputs non-array value in the form of hash
|
212
|
+
# For object, use to_hash. Otherwise, just return the value
|
213
|
+
# @param [Object] value Any valid value
|
214
|
+
# @return [Hash] Returns the value in the form of hash
|
215
|
+
def _to_hash(value)
|
216
|
+
if value.is_a?(Array)
|
217
|
+
value.compact.map { |v| _to_hash(v) }
|
218
|
+
elsif value.is_a?(Hash)
|
219
|
+
{}.tap do |hash|
|
220
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
221
|
+
end
|
222
|
+
elsif value.respond_to? :to_hash
|
223
|
+
value.to_hash
|
224
|
+
else
|
225
|
+
value
|
226
|
+
end
|
227
|
+
end
|
228
|
+
end
|
229
|
+
end
|
@@ -27,14 +27,14 @@ module CyberSource
|
|
27
27
|
# The client's endpoint (URL) to receive webhooks.
|
28
28
|
attr_accessor :webhook_url
|
29
29
|
|
30
|
-
# The
|
30
|
+
# The webhook scope. 1. SELF The Webhook is used to deliver webhooks for only this Organization (or Merchant). 2. DESCENDANTS The Webhook is used to deliver webhooks for this Organization and its children. This field is optional. Possible values: - SELF - DESCENDANTS
|
31
|
+
attr_accessor :notification_scope
|
32
|
+
|
33
|
+
# The client's health check endpoint (URL).
|
31
34
|
attr_accessor :health_check_url
|
32
35
|
|
33
36
|
attr_accessor :security_policy
|
34
37
|
|
35
|
-
# Additional, free form configuration data.
|
36
|
-
attr_accessor :additional_attributes
|
37
|
-
|
38
38
|
# Attribute mapping from ruby-style variable name to JSON key.
|
39
39
|
def self.attribute_map
|
40
40
|
{
|
@@ -43,9 +43,9 @@ module CyberSource
|
|
43
43
|
:'description' => :'description',
|
44
44
|
:'products' => :'products',
|
45
45
|
:'webhook_url' => :'webhookUrl',
|
46
|
+
:'notification_scope' => :'notificationScope',
|
46
47
|
:'health_check_url' => :'healthCheckUrl',
|
47
|
-
:'security_policy' => :'securityPolicy'
|
48
|
-
:'additional_attributes' => :'additionalAttributes'
|
48
|
+
:'security_policy' => :'securityPolicy'
|
49
49
|
}
|
50
50
|
end
|
51
51
|
|
@@ -57,9 +57,9 @@ module CyberSource
|
|
57
57
|
:'description' => :'description',
|
58
58
|
:'products' => :'products',
|
59
59
|
:'webhook_url' => :'webhook_url',
|
60
|
+
:'notification_scope' => :'notification_scope',
|
60
61
|
:'health_check_url' => :'health_check_url',
|
61
|
-
:'security_policy' => :'security_policy'
|
62
|
-
:'additional_attributes' => :'additional_attributes'
|
62
|
+
:'security_policy' => :'security_policy'
|
63
63
|
}
|
64
64
|
end
|
65
65
|
|
@@ -71,9 +71,9 @@ module CyberSource
|
|
71
71
|
:'description' => :'String',
|
72
72
|
:'products' => :'Array<Notificationsubscriptionsv2webhooksProducts>',
|
73
73
|
:'webhook_url' => :'String',
|
74
|
+
:'notification_scope' => :'String',
|
74
75
|
:'health_check_url' => :'String',
|
75
|
-
:'security_policy' => :'Notificationsubscriptionsv2webhooksSecurityPolicy'
|
76
|
-
:'additional_attributes' => :'Array<Hash<String, String>>'
|
76
|
+
:'security_policy' => :'Notificationsubscriptionsv2webhooksSecurityPolicy'
|
77
77
|
}
|
78
78
|
end
|
79
79
|
|
@@ -107,6 +107,12 @@ module CyberSource
|
|
107
107
|
self.webhook_url = attributes[:'webhookUrl']
|
108
108
|
end
|
109
109
|
|
110
|
+
if attributes.has_key?(:'notificationScope')
|
111
|
+
self.notification_scope = attributes[:'notificationScope']
|
112
|
+
else
|
113
|
+
self.notification_scope = 'DESCENDANTS'
|
114
|
+
end
|
115
|
+
|
110
116
|
if attributes.has_key?(:'healthCheckUrl')
|
111
117
|
self.health_check_url = attributes[:'healthCheckUrl']
|
112
118
|
end
|
@@ -114,12 +120,6 @@ module CyberSource
|
|
114
120
|
if attributes.has_key?(:'securityPolicy')
|
115
121
|
self.security_policy = attributes[:'securityPolicy']
|
116
122
|
end
|
117
|
-
|
118
|
-
if attributes.has_key?(:'additionalAttributes')
|
119
|
-
if (value = attributes[:'additionalAttributes']).is_a?(Array)
|
120
|
-
self.additional_attributes = value
|
121
|
-
end
|
122
|
-
end
|
123
123
|
end
|
124
124
|
|
125
125
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -145,9 +145,9 @@ module CyberSource
|
|
145
145
|
description == o.description &&
|
146
146
|
products == o.products &&
|
147
147
|
webhook_url == o.webhook_url &&
|
148
|
+
notification_scope == o.notification_scope &&
|
148
149
|
health_check_url == o.health_check_url &&
|
149
|
-
security_policy == o.security_policy
|
150
|
-
additional_attributes == o.additional_attributes
|
150
|
+
security_policy == o.security_policy
|
151
151
|
end
|
152
152
|
|
153
153
|
# @see the `==` method
|
@@ -159,7 +159,7 @@ module CyberSource
|
|
159
159
|
# Calculates hash code according to all attributes.
|
160
160
|
# @return [Fixnum] Hash code
|
161
161
|
def hash
|
162
|
-
[name, organization_id, description, products, webhook_url, health_check_url, security_policy
|
162
|
+
[name, organization_id, description, products, webhook_url, notification_scope, health_check_url, security_policy].hash
|
163
163
|
end
|
164
164
|
|
165
165
|
# Builds the object from hash
|
@@ -206,10 +206,14 @@ require 'cybersource_rest_client/models/increment_auth_request'
|
|
206
206
|
require 'cybersource_rest_client/models/inline_response_200'
|
207
207
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
208
208
|
require 'cybersource_rest_client/models/inline_response_200_10'
|
209
|
-
require 'cybersource_rest_client/models/
|
210
|
-
require 'cybersource_rest_client/models/
|
211
|
-
require 'cybersource_rest_client/models/
|
212
|
-
require 'cybersource_rest_client/models/
|
209
|
+
require 'cybersource_rest_client/models/inline_response_200_10_billing'
|
210
|
+
require 'cybersource_rest_client/models/inline_response_200_10__links'
|
211
|
+
require 'cybersource_rest_client/models/inline_response_200_10__links_report'
|
212
|
+
require 'cybersource_rest_client/models/inline_response_200_11'
|
213
|
+
require 'cybersource_rest_client/models/inline_response_200_11_records'
|
214
|
+
require 'cybersource_rest_client/models/inline_response_200_11_response_record'
|
215
|
+
require 'cybersource_rest_client/models/inline_response_200_11_response_record_additional_updates'
|
216
|
+
require 'cybersource_rest_client/models/inline_response_200_11_source_record'
|
213
217
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded'
|
214
218
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture'
|
215
219
|
require 'cybersource_rest_client/models/inline_response_200_1__embedded_capture__links'
|
@@ -223,22 +227,19 @@ require 'cybersource_rest_client/models/inline_response_200_2_integration_inform
|
|
223
227
|
require 'cybersource_rest_client/models/inline_response_200_3'
|
224
228
|
require 'cybersource_rest_client/models/inline_response_200_4'
|
225
229
|
require 'cybersource_rest_client/models/inline_response_200_5'
|
226
|
-
require 'cybersource_rest_client/models/inline_response_200_5_devices'
|
227
230
|
require 'cybersource_rest_client/models/inline_response_200_6'
|
231
|
+
require 'cybersource_rest_client/models/inline_response_200_6_devices'
|
228
232
|
require 'cybersource_rest_client/models/inline_response_200_7'
|
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'
|
231
233
|
require 'cybersource_rest_client/models/inline_response_200_8'
|
232
|
-
require 'cybersource_rest_client/models/
|
233
|
-
require 'cybersource_rest_client/models/
|
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'
|
237
|
-
require 'cybersource_rest_client/models/inline_response_200_8__links'
|
234
|
+
require 'cybersource_rest_client/models/inline_response_200_8_devices'
|
235
|
+
require 'cybersource_rest_client/models/inline_response_200_8_payment_processor_to_terminal_map'
|
238
236
|
require 'cybersource_rest_client/models/inline_response_200_9'
|
239
|
-
require 'cybersource_rest_client/models/
|
237
|
+
require 'cybersource_rest_client/models/inline_response_200_9__embedded'
|
238
|
+
require 'cybersource_rest_client/models/inline_response_200_9__embedded_batches'
|
239
|
+
require 'cybersource_rest_client/models/inline_response_200_9__embedded__links'
|
240
|
+
require 'cybersource_rest_client/models/inline_response_200_9__embedded__links_reports'
|
241
|
+
require 'cybersource_rest_client/models/inline_response_200_9__embedded_totals'
|
240
242
|
require 'cybersource_rest_client/models/inline_response_200_9__links'
|
241
|
-
require 'cybersource_rest_client/models/inline_response_200_9__links_report'
|
242
243
|
require 'cybersource_rest_client/models/inline_response_200_content'
|
243
244
|
require 'cybersource_rest_client/models/inline_response_201'
|
244
245
|
require 'cybersource_rest_client/models/inline_response_201_1'
|
@@ -353,9 +354,11 @@ require 'cybersource_rest_client/models/invoicing_v2_invoices_get200_response_in
|
|
353
354
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_get200_response_transaction_details'
|
354
355
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response'
|
355
356
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information'
|
357
|
+
require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response_invoice_information_custom_labels'
|
356
358
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information'
|
357
359
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details'
|
358
360
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post202_response'
|
361
|
+
require 'cybersource_rest_client/models/invoicing_v2_invoices_publish200_response'
|
359
362
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_put200_response'
|
360
363
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_send200_response'
|
361
364
|
require 'cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information'
|
@@ -398,10 +401,8 @@ require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_prod
|
|
398
401
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_products_1'
|
399
402
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_retry_policy'
|
400
403
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy'
|
401
|
-
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1'
|
402
|
-
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1_config'
|
403
|
-
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_1_config_additional_config'
|
404
404
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config'
|
405
|
+
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config_additional_config'
|
405
406
|
require 'cybersource_rest_client/models/oct_create_payment_request'
|
406
407
|
require 'cybersource_rest_client/models/order_payment_request'
|
407
408
|
require 'cybersource_rest_client/models/patch_customer_payment_instrument_request'
|
@@ -1370,6 +1371,7 @@ require 'cybersource_rest_client/models/tss_v2_post_emv_tags200_response_parsed_
|
|
1370
1371
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response'
|
1371
1372
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information'
|
1372
1373
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications'
|
1374
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_bank_account_validation'
|
1373
1375
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information'
|
1374
1376
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information'
|
1375
1377
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information_partner'
|