cybersource_rest_client 0.0.5 → 0.0.6
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/AuthenticationSDK/AuthenticationSDK-0.0.1.gem +0 -0
- data/lib/cybersource_rest_client/api/capture_api.rb +3 -3
- data/lib/cybersource_rest_client/api/credit_api.rb +3 -3
- data/lib/cybersource_rest_client/api/flex_token_api.rb +3 -3
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +12 -12
- data/lib/cybersource_rest_client/api/instrument_identifiers_api.rb +3 -3
- data/lib/cybersource_rest_client/api/key_generation_api.rb +3 -3
- data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +3 -3
- data/lib/cybersource_rest_client/api/payment_instruments_api.rb +18 -18
- data/lib/cybersource_rest_client/api/payments_api.rb +4 -4
- data/lib/cybersource_rest_client/api/process_a_payout_api.rb +2 -2
- data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -2
- data/lib/cybersource_rest_client/api/refund_api.rb +6 -6
- data/lib/cybersource_rest_client/api/report_definitions_api.rb +6 -6
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +7 -7
- data/lib/cybersource_rest_client/api/reports_api.rb +7 -6
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +6 -6
- data/lib/cybersource_rest_client/api/secure_file_share_api.rb +3 -3
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +4 -4
- data/lib/cybersource_rest_client/api/transaction_details_api.rb +3 -3
- data/lib/cybersource_rest_client/api/user_management_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +12 -12
- data/lib/cybersource_rest_client/api_client.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200.rb → flex_v1_keys_post200_response.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_der.rb → flex_v1_keys_post200_response_der.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_jwk.rb → flex_v1_keys_post200_response_jwk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_1.rb → flex_v1_tokens_post200_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400.rb +10 -79
- data/lib/cybersource_rest_client/models/key_result.rb +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2.rb → pts_v1_transaction_batches_get200_response.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_1__links.rb → pts_v1_transaction_batches_get200_response__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_9__links_self.rb → pts_v1_transaction_batches_get200_response__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_2_transaction_batches.rb → pts_v1_transaction_batches_get200_response_transaction_batches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_5.rb → pts_v1_transaction_batches_get400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_400_5_error_information.rb → pts_v1_transaction_batches_get400_response_error_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_400_5_error_information_details.rb → pts_v1_transaction_batches_get400_response_error_information_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_500.rb → pts_v1_transaction_batches_get500_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_500_error_information.rb → pts_v1_transaction_batches_get500_response_error_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4.rb → pts_v2_credits_post201_response.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_201_4_credit_amount_details.rb → pts_v2_credits_post201_response_credit_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_2.rb → pts_v2_payments_captures_post201_response.rb} +5 -5
- data/lib/cybersource_rest_client/models/{inline_response_201_2__links.rb → pts_v2_payments_captures_post201_response__links.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_201_order_information.rb → pts_v2_payments_captures_post201_response_order_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_2_order_information_amount_details.rb → pts_v2_payments_captures_post201_response_order_information_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_2_processor_information.rb → pts_v2_payments_captures_post201_response_processor_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_2.rb → pts_v2_payments_captures_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201.rb → pts_v2_payments_post201_response.rb} +8 -8
- data/lib/cybersource_rest_client/models/{inline_response_201__links.rb → pts_v2_payments_post201_response__links.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_201__links_self.rb → pts_v2_payments_post201_response__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_client_reference_information.rb → pts_v2_payments_post201_response_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_error_information.rb → pts_v2_payments_post201_response_error_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_error_information_details.rb → pts_v2_payments_post201_response_error_information_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_2_order_information.rb → pts_v2_payments_post201_response_order_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_order_information_amount_details.rb → pts_v2_payments_post201_response_order_information_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_order_information_invoice_details.rb → pts_v2_payments_post201_response_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_payment_information.rb → pts_v2_payments_post201_response_payment_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_201_payment_information_account_features.rb → pts_v2_payments_post201_response_payment_information_account_features.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_payment_information_card.rb → pts_v2_payments_post201_response_payment_information_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_information_tokenized_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_point_of_sale_information.rb → pts_v2_payments_post201_response_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_point_of_sale_information_emv.rb → pts_v2_payments_post201_response_point_of_sale_information_emv.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information.rb → pts_v2_payments_post201_response_processor_information.rb} +8 -8
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_avs.rb → pts_v2_payments_post201_response_processor_information_avs.rb} +1 -4
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_card_verification.rb → pts_v2_payments_post201_response_processor_information_card_verification.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_consumer_authentication_response.rb → pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_customer.rb → pts_v2_payments_post201_response_processor_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_electronic_verification_results.rb → pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_issuer.rb → pts_v2_payments_post201_response_processor_information_issuer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_processor_information_merchant_advice.rb → pts_v2_payments_post201_response_processor_information_merchant_advice.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +271 -0
- data/lib/cybersource_rest_client/models/{inline_response_502.rb → pts_v2_payments_post502_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3.rb → pts_v2_payments_refund_post201_response.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_201_3__links.rb → pts_v2_payments_refund_post201_response__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_3_order_information.rb → pts_v2_payments_refund_post201_response_order_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_3_processor_information.rb → pts_v2_payments_refund_post201_response_processor_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_refund_amount_details.rb → pts_v2_payments_refund_post201_response_refund_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_3.rb → pts_v2_payments_refund_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_1.rb → pts_v2_payments_reversals_post201_response.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_2__links.rb → pts_v2_payments_reversals_post201_response__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_1_authorization_information.rb → pts_v2_payments_reversals_post201_response_authorization_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_1_processor_information.rb → pts_v2_payments_reversals_post201_response_processor_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_1_reversal_amount_details.rb → pts_v2_payments_reversals_post201_response_reversal_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_1.rb → pts_v2_payments_reversals_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_5.rb → pts_v2_payments_voids_post201_response.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_201_5_void_amount_details.rb → pts_v2_payments_voids_post201_response_void_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_4.rb → pts_v2_payments_voids_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_400_6.rb → pts_v2_payouts_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{oct_create_payment_request.rb → pts_v2_payouts_post_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +0 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_3.rb → reporting_v3_notificationof_changes_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_3_notification_of_changes.rb → reporting_v3_notificationof_changes_get200_response_notification_of_changes.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_400_7.rb → reporting_v3_notificationof_changes_get400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_400_7_fields.rb → reporting_v3_notificationof_changes_get400_response_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_4.rb → reporting_v3_report_definitions_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_4_report_definitions.rb → reporting_v3_report_definitions_get200_response_report_definitions.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_5.rb → reporting_v3_report_definitions_name_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_5_attributes.rb → reporting_v3_report_definitions_name_get200_response_attributes.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_6.rb → reporting_v3_report_subscriptions_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_6_report_preferences.rb → reporting_v3_report_subscriptions_get200_response_report_preferences.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_6_subscriptions.rb → reporting_v3_report_subscriptions_get200_response_subscriptions.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7.rb → reporting_v3_reports_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_7_reports.rb → reporting_v3_reports_get200_response_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_8.rb → reporting_v3_reports_id_get200_response.rb} +5 -5
- data/lib/cybersource_rest_client/models/request_body.rb +1 -1
- data/lib/cybersource_rest_client/models/request_body_1.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_409.rb → tms_v1_instrumentidentifiers_delete409_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_409__links.rb → tms_v1_instrumentidentifiers_delete409_response__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_409__links_payment_instruments.rb → tms_v1_instrumentidentifiers_delete409_response__links_payment_instruments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links_first.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_first.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links_last.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_last.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links_next.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_next.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links_prev.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_prev.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links_self.rb → tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_10.rb → tms_v1_instrumentidentifiers_post200_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_6.rb → tms_v1_paymentinstruments_post201_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12.rb → tss_v2_transactions_get200_response.rb} +19 -19
- data/lib/cybersource_rest_client/models/{inline_response_200_12_application_information.rb → tss_v2_transactions_get200_response_application_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_12_application_information_applications.rb → tss_v2_transactions_get200_response_application_information_applications.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_buyer_information.rb → tss_v2_transactions_get200_response_buyer_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_client_reference_information.rb → tss_v2_transactions_get200_response_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_consumer_authentication_information.rb → tss_v2_transactions_get200_response_consumer_authentication_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_device_information.rb → tss_v2_transactions_get200_response_device_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_error_information.rb → tss_v2_transactions_get200_response_error_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_12_fraud_marking_information.rb → tss_v2_transactions_get200_response_fraud_marking_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_installment_information.rb → tss_v2_transactions_get200_response_installment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_merchant_defined_information.rb → tss_v2_transactions_get200_response_merchant_defined_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_merchant_information.rb → tss_v2_transactions_get200_response_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_12_merchant_information_merchant_descriptor.rb → tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information.rb → tss_v2_transactions_get200_response_order_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information_amount_details.rb → tss_v2_transactions_get200_response_order_information_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information_bill_to.rb → tss_v2_transactions_get200_response_order_information_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information_line_items.rb → tss_v2_transactions_get200_response_order_information_line_items.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information_ship_to.rb → tss_v2_transactions_get200_response_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_order_information_shipping_details.rb → tss_v2_transactions_get200_response_order_information_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information.rb → tss_v2_transactions_get200_response_payment_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_account_features.rb → tss_v2_transactions_get200_response_payment_information_account_features.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_bank.rb → tss_v2_transactions_get200_response_payment_information_bank.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_bank_account.rb → tss_v2_transactions_get200_response_payment_information_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_bank_mandate.rb → tss_v2_transactions_get200_response_payment_information_bank_mandate.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_card.rb → tss_v2_transactions_get200_response_payment_information_card.rb} +2 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_invoice.rb → tss_v2_transactions_get200_response_payment_information_invoice.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_payment_information_payment_type.rb → tss_v2_transactions_get200_response_payment_information_payment_type.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_point_of_sale_information.rb → tss_v2_transactions_get200_response_point_of_sale_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processing_information.rb → tss_v2_transactions_get200_response_processing_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processing_information_authorization_options.rb → tss_v2_transactions_get200_response_processing_information_authorization_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processing_information_bank_transfer_options.rb → tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processor_information.rb → tss_v2_transactions_get200_response_processor_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processor_information_ach_verification.rb → tss_v2_transactions_get200_response_processor_information_ach_verification.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processor_information_card_verification.rb → tss_v2_transactions_get200_response_processor_information_card_verification.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processor_information_electronic_verification_results.rb → tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_processor_information_processor.rb → tss_v2_transactions_get200_response_processor_information_processor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_risk_information.rb → tss_v2_transactions_get200_response_risk_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{inline_response_200_12_risk_information_profile.rb → tss_v2_transactions_get200_response_risk_information_profile.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_risk_information_score.rb → tss_v2_transactions_get200_response_risk_information_score.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_sender_information.rb → tss_v2_transactions_get200_response_sender_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7.rb → tss_v2_transactions_post201_response.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded.rb → tss_v2_transactions_post201_response__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded__links.rb → tss_v2_transactions_post201_response__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_buyer_information.rb → tss_v2_transactions_post201_response__embedded_buyer_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_client_reference_information.rb → tss_v2_transactions_post201_response__embedded_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_consumer_authentication_information.rb → tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_device_information.rb → tss_v2_transactions_post201_response__embedded_device_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_merchant_information.rb → tss_v2_transactions_post201_response__embedded_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_order_information.rb → tss_v2_transactions_post201_response__embedded_order_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_order_information_bill_to.rb → tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_order_information_ship_to.rb → tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_payment_information.rb → tss_v2_transactions_post201_response__embedded_payment_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_payment_information_card.rb → tss_v2_transactions_post201_response__embedded_payment_information_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_payment_information_payment_method.rb → tss_v2_transactions_post201_response__embedded_payment_information_payment_method.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_point_of_sale_information.rb → tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_point_of_sale_information_partner.rb → tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_processing_information.rb → tss_v2_transactions_post201_response__embedded_processing_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_processor_information.rb → tss_v2_transactions_post201_response__embedded_processor_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_risk_information.rb → tss_v2_transactions_post201_response__embedded_risk_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_risk_information_providers.rb → tss_v2_transactions_post201_response__embedded_risk_information_providers.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_risk_information_providers_fingerprint.rb → tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_7__embedded_transaction_summaries.rb → tss_v2_transactions_post201_response__embedded_transaction_summaries.rb} +16 -16
- data/lib/cybersource_rest_client/models/{inline_response_400_9.rb → tss_v2_transactions_post400_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{create_search_request.rb → tss_v2_transactions_post_response.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_13.rb → ums_v1_users_get200_response.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_13_account_information.rb → ums_v1_users_get200_response_account_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_13_contact_information.rb → ums_v1_users_get200_response_contact_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_13_organization_information.rb → ums_v1_users_get200_response_organization_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_13_users.rb → ums_v1_users_get200_response_users.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_200_9.rb → v1_file_details_get200_response.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_9__links.rb → v1_file_details_get200_response__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_9__links_files.rb → v1_file_details_get200_response__links_files.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_2__links_self.rb → v1_file_details_get200_response__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_9_file_details.rb → v1_file_details_get200_response_file_details.rb} +1 -1
- data/lib/cybersource_rest_client.rb +163 -163
- metadata +166 -165
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +0 -202
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class ReportingV3ReportDefinitionsGet200Response
|
17
17
|
attr_accessor :report_definitions
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'report_definitions' => :'Array<
|
29
|
+
:'report_definitions' => :'Array<ReportingV3ReportDefinitionsGet200ResponseReportDefinitions>'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class ReportingV3ReportDefinitionsNameGet200Response
|
17
17
|
attr_accessor :type
|
18
18
|
|
19
19
|
attr_accessor :report_definition_id
|
@@ -66,7 +66,7 @@ module CyberSource
|
|
66
66
|
:'type' => :'String',
|
67
67
|
:'report_definition_id' => :'Integer',
|
68
68
|
:'report_defintion_name' => :'String',
|
69
|
-
:'attributes' => :'Array<
|
69
|
+
:'attributes' => :'Array<ReportingV3ReportDefinitionsNameGet200ResponseAttributes>',
|
70
70
|
:'supported_formats' => :'Array<String>',
|
71
71
|
:'description' => :'String'
|
72
72
|
}
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class ReportingV3ReportSubscriptionsGet200Response
|
17
17
|
attr_accessor :subscriptions
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'subscriptions' => :'Array<
|
29
|
+
:'subscriptions' => :'Array<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions>'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
|
15
15
|
module CyberSource
|
16
16
|
# Report Preferences
|
17
|
-
class
|
17
|
+
class ReportingV3ReportSubscriptionsGet200ResponseReportPreferences
|
18
18
|
# Indicator to determine whether negative sign infron of amount for all refunded transaction
|
19
19
|
attr_accessor :signed_amounts
|
20
20
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
|
15
15
|
module CyberSource
|
16
16
|
# Subscription Details
|
17
|
-
class
|
17
|
+
class ReportingV3ReportSubscriptionsGet200ResponseSubscriptions
|
18
18
|
# Organization Id
|
19
19
|
attr_accessor :organization_id
|
20
20
|
|
@@ -108,7 +108,7 @@ module CyberSource
|
|
108
108
|
:'start_day' => :'Integer',
|
109
109
|
:'report_fields' => :'Array<String>',
|
110
110
|
:'report_filters' => :'Array<String>',
|
111
|
-
:'report_preferences' => :'
|
111
|
+
:'report_preferences' => :'ReportingV3ReportSubscriptionsGet200ResponseReportPreferences',
|
112
112
|
:'selected_merchant_group_name' => :'String'
|
113
113
|
}
|
114
114
|
end
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class ReportingV3ReportsGet200Response
|
17
17
|
attr_accessor :reports
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'reports' => :'Array<
|
29
|
+
:'reports' => :'Array<ReportingV3ReportsGet200ResponseReports>'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
|
15
15
|
module CyberSource
|
16
16
|
# Report Log
|
17
|
-
class
|
17
|
+
class ReportingV3ReportsIdGet200Response
|
18
18
|
# CyberSource merchant id
|
19
19
|
attr_accessor :organization_id
|
20
20
|
|
@@ -113,7 +113,7 @@ module CyberSource
|
|
113
113
|
:'report_end_time' => :'DateTime',
|
114
114
|
:'timezone' => :'String',
|
115
115
|
:'report_filters' => :'Hash<String, Array<String>>',
|
116
|
-
:'report_preferences' => :'
|
116
|
+
:'report_preferences' => :'ReportingV3ReportSubscriptionsGet200ResponseReportPreferences',
|
117
117
|
:'selected_merchant_group_name' => :'String'
|
118
118
|
}
|
119
119
|
end
|
@@ -220,9 +220,9 @@ module CyberSource
|
|
220
220
|
# @param [Object] report_frequency Object to be assigned
|
221
221
|
def report_frequency=(report_frequency)
|
222
222
|
validator = EnumAttributeValidator.new('String', ['DAILY', 'WEEKLY', 'MONTHLY'])
|
223
|
-
unless validator.valid?(report_frequency)
|
224
|
-
|
225
|
-
end
|
223
|
+
# unless validator.valid?(report_frequency)
|
224
|
+
# fail ArgumentError, 'invalid value for "report_frequency", must be one of #{validator.allowable_values}.'
|
225
|
+
# end
|
226
226
|
@report_frequency = report_frequency
|
227
227
|
end
|
228
228
|
|
@@ -91,7 +91,7 @@ module CyberSource
|
|
91
91
|
:'start_time' => :'DateTime',
|
92
92
|
:'start_day' => :'Integer',
|
93
93
|
:'report_filters' => :'Hash<String, Array<String>>',
|
94
|
-
:'report_preferences' => :'
|
94
|
+
:'report_preferences' => :'ReportingV3ReportSubscriptionsGet200ResponseReportPreferences',
|
95
95
|
:'selected_merchant_group_name' => :'String'
|
96
96
|
}
|
97
97
|
end
|
@@ -95,7 +95,7 @@ module CyberSource
|
|
95
95
|
:'report_start_time' => :'DateTime',
|
96
96
|
:'report_end_time' => :'DateTime',
|
97
97
|
:'report_filters' => :'Hash<String, Array<String>>',
|
98
|
-
:'report_preferences' => :'
|
98
|
+
:'report_preferences' => :'ReportingV3ReportSubscriptionsGet200ResponseReportPreferences',
|
99
99
|
:'selected_merchant_group_name' => :'String'
|
100
100
|
}
|
101
101
|
end
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersDelete409Response
|
17
17
|
attr_accessor :_links
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'_links' => :'
|
29
|
+
:'_links' => :'TmsV1InstrumentidentifiersDelete409ResponseLinks'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersDelete409ResponseLinks
|
17
17
|
attr_accessor :payment_instruments
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'payment_instruments' => :'
|
29
|
+
:'payment_instruments' => :'TmsV1InstrumentidentifiersDelete409ResponseLinksPaymentInstruments'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersDelete409ResponseLinksPaymentInstruments
|
17
17
|
attr_accessor :href
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200Response
|
17
17
|
attr_accessor :_links
|
18
18
|
|
19
19
|
# Shows the response is a collection of objects.
|
@@ -72,7 +72,7 @@ module CyberSource
|
|
72
72
|
# Attribute type mapping.
|
73
73
|
def self.swagger_types
|
74
74
|
{
|
75
|
-
:'_links' => :'
|
75
|
+
:'_links' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinks',
|
76
76
|
:'object' => :'String',
|
77
77
|
:'offset' => :'String',
|
78
78
|
:'limit' => :'String',
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinks
|
17
17
|
attr_accessor :_self
|
18
18
|
|
19
19
|
attr_accessor :first
|
@@ -38,11 +38,11 @@ module CyberSource
|
|
38
38
|
# Attribute type mapping.
|
39
39
|
def self.swagger_types
|
40
40
|
{
|
41
|
-
:'_self' => :'
|
42
|
-
:'first' => :'
|
43
|
-
:'prev' => :'
|
44
|
-
:'_next' => :'
|
45
|
-
:'last' => :'
|
41
|
+
:'_self' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksSelf',
|
42
|
+
:'first' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksFirst',
|
43
|
+
:'prev' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksPrev',
|
44
|
+
:'_next' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksNext',
|
45
|
+
:'last' => :'TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksLast'
|
46
46
|
}
|
47
47
|
end
|
48
48
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksFirst
|
17
17
|
# A link to the collection starting at offset zero for the supplied limit.
|
18
18
|
attr_accessor :href
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksLast
|
17
17
|
# A link to the last collection containing the remaining objects.
|
18
18
|
attr_accessor :href
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksNext
|
17
17
|
# A link to the next collection starting at the supplied offset plus the supplied limit.
|
18
18
|
attr_accessor :href
|
19
19
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
|
15
15
|
module CyberSource
|
16
16
|
# A link to the previous collection starting at the supplied offset minus the supplied limit.
|
17
|
-
class
|
17
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksPrev
|
18
18
|
attr_accessor :href
|
19
19
|
|
20
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPaymentinstrumentsGet200ResponseLinksSelf
|
17
17
|
# A link to the current requested collection.
|
18
18
|
attr_accessor :href
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1InstrumentidentifiersPost200Response
|
17
17
|
attr_accessor :_links
|
18
18
|
|
19
19
|
# Unique identification number assigned by CyberSource to the submitted request.
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TmsV1PaymentinstrumentsPost201Response
|
17
17
|
attr_accessor :_links
|
18
18
|
|
19
19
|
# Unique identification number assigned by CyberSource to the submitted request.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'merchant_initiated_transaction' => :'
|
29
|
+
:'merchant_initiated_transaction' => :'Tmsv1instrumentidentifiersProcessingInformationAuthorizationOptionsInitiator'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200Response
|
17
17
|
# An unique identification number assigned by CyberSource to identify the submitted request.
|
18
18
|
attr_accessor :id
|
19
19
|
|
@@ -108,24 +108,24 @@ module CyberSource
|
|
108
108
|
:'merchant_id' => :'String',
|
109
109
|
:'status' => :'String',
|
110
110
|
:'submit_time_utc' => :'String',
|
111
|
-
:'application_information' => :'
|
112
|
-
:'buyer_information' => :'
|
113
|
-
:'client_reference_information' => :'
|
114
|
-
:'consumer_authentication_information' => :'
|
115
|
-
:'device_information' => :'
|
116
|
-
:'error_information' => :'
|
117
|
-
:'installment_information' => :'
|
118
|
-
:'fraud_marking_information' => :'
|
119
|
-
:'merchant_defined_information' => :'Array<
|
120
|
-
:'merchant_information' => :'
|
121
|
-
:'order_information' => :'
|
122
|
-
:'payment_information' => :'
|
123
|
-
:'processing_information' => :'
|
124
|
-
:'processor_information' => :'
|
125
|
-
:'point_of_sale_information' => :'
|
126
|
-
:'risk_information' => :'
|
127
|
-
:'sender_information' => :'
|
128
|
-
:'_links' => :'
|
111
|
+
:'application_information' => :'TssV2TransactionsGet200ResponseApplicationInformation',
|
112
|
+
:'buyer_information' => :'TssV2TransactionsGet200ResponseBuyerInformation',
|
113
|
+
:'client_reference_information' => :'TssV2TransactionsGet200ResponseClientReferenceInformation',
|
114
|
+
:'consumer_authentication_information' => :'TssV2TransactionsGet200ResponseConsumerAuthenticationInformation',
|
115
|
+
:'device_information' => :'TssV2TransactionsGet200ResponseDeviceInformation',
|
116
|
+
:'error_information' => :'TssV2TransactionsGet200ResponseErrorInformation',
|
117
|
+
:'installment_information' => :'TssV2TransactionsGet200ResponseInstallmentInformation',
|
118
|
+
:'fraud_marking_information' => :'TssV2TransactionsGet200ResponseFraudMarkingInformation',
|
119
|
+
:'merchant_defined_information' => :'Array<TssV2TransactionsGet200ResponseMerchantDefinedInformation>',
|
120
|
+
:'merchant_information' => :'TssV2TransactionsGet200ResponseMerchantInformation',
|
121
|
+
:'order_information' => :'TssV2TransactionsGet200ResponseOrderInformation',
|
122
|
+
:'payment_information' => :'TssV2TransactionsGet200ResponsePaymentInformation',
|
123
|
+
:'processing_information' => :'TssV2TransactionsGet200ResponseProcessingInformation',
|
124
|
+
:'processor_information' => :'TssV2TransactionsGet200ResponseProcessorInformation',
|
125
|
+
:'point_of_sale_information' => :'TssV2TransactionsGet200ResponsePointOfSaleInformation',
|
126
|
+
:'risk_information' => :'TssV2TransactionsGet200ResponseRiskInformation',
|
127
|
+
:'sender_information' => :'TssV2TransactionsGet200ResponseSenderInformation',
|
128
|
+
:'_links' => :'PtsV2PaymentsReversalsPost201ResponseLinks'
|
129
129
|
}
|
130
130
|
end
|
131
131
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseApplicationInformation
|
17
17
|
# The status of the submitted transaction.
|
18
18
|
attr_accessor :status
|
19
19
|
|
@@ -46,7 +46,7 @@ module CyberSource
|
|
46
46
|
:'reason_code' => :'String',
|
47
47
|
:'r_code' => :'String',
|
48
48
|
:'r_flag' => :'String',
|
49
|
-
:'applications' => :'Array<
|
49
|
+
:'applications' => :'Array<TssV2TransactionsGet200ResponseApplicationInformationApplications>'
|
50
50
|
}
|
51
51
|
end
|
52
52
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseApplicationInformationApplications
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :name
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseBuyerInformation
|
17
17
|
# Your identifier for the customer. For processor-specific information, see the customer_account_id field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
18
18
|
attr_accessor :merchant_customer_id
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseClientReferenceInformation
|
17
17
|
# Client-generated order reference or tracking number. CyberSource recommends that you send a unique value for each transaction so that you can perform meaningful searches for the transaction.
|
18
18
|
attr_accessor :code
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseConsumerAuthenticationInformation
|
17
17
|
# Raw electronic commerce indicator (ECI).
|
18
18
|
attr_accessor :eci_raw
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseErrorInformation
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :reason
|
19
19
|
|
@@ -36,7 +36,7 @@ module CyberSource
|
|
36
36
|
{
|
37
37
|
:'reason' => :'String',
|
38
38
|
:'message' => :'String',
|
39
|
-
:'details' => :'Array<
|
39
|
+
:'details' => :'Array<PtsV2PaymentsPost201ResponseErrorInformationDetails>'
|
40
40
|
}
|
41
41
|
end
|
42
42
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseFraudMarkingInformation
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :reason
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseInstallmentInformation
|
17
17
|
# Number of Installments.
|
18
18
|
attr_accessor :number_of_installments
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseMerchantDefinedInformation
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :key
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseMerchantInformation
|
17
17
|
attr_accessor :merchant_descriptor
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,7 +26,7 @@ module CyberSource
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'merchant_descriptor' => :'
|
29
|
+
:'merchant_descriptor' => :'TssV2TransactionsGet200ResponseMerchantInformationMerchantDescriptor'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseMerchantInformationMerchantDescriptor
|
17
17
|
# For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) For Payouts: * Paymentech (22)
|
18
18
|
attr_accessor :name
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseOrderInformation
|
17
17
|
attr_accessor :bill_to
|
18
18
|
|
19
19
|
attr_accessor :ship_to
|
@@ -39,11 +39,11 @@ module CyberSource
|
|
39
39
|
# Attribute type mapping.
|
40
40
|
def self.swagger_types
|
41
41
|
{
|
42
|
-
:'bill_to' => :'
|
43
|
-
:'ship_to' => :'
|
44
|
-
:'line_items' => :'Array<
|
45
|
-
:'amount_details' => :'
|
46
|
-
:'shipping_details' => :'
|
42
|
+
:'bill_to' => :'TssV2TransactionsGet200ResponseOrderInformationBillTo',
|
43
|
+
:'ship_to' => :'TssV2TransactionsGet200ResponseOrderInformationShipTo',
|
44
|
+
:'line_items' => :'Array<TssV2TransactionsGet200ResponseOrderInformationLineItems>',
|
45
|
+
:'amount_details' => :'TssV2TransactionsGet200ResponseOrderInformationAmountDetails',
|
46
|
+
:'shipping_details' => :'TssV2TransactionsGet200ResponseOrderInformationShippingDetails'
|
47
47
|
}
|
48
48
|
end
|
49
49
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseOrderInformationAmountDetails
|
17
17
|
# Grand total for the order. You can include a decimal point (.), but no other special characters. CyberSource truncates the amount to the correct number of decimal places. * CTV, FDCCompass, Paymentech (<= 12) For processor-specific information, see the grand_total_amount field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
18
18
|
attr_accessor :total_amount
|
19
19
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseOrderInformationBillTo
|
17
17
|
# Customer’s first name. This name must be the same as the name on the card. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the customer_firstname field in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
18
18
|
attr_accessor :first_name
|
19
19
|
|