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 TssV2TransactionsGet200ResponseOrderInformationLineItems
|
17
17
|
# Type of product. This value is used to determine the category that the product is in: electronic, handling, physical, service, or shipping. The default value is **default**. For a payment, when you set this field to a value other than default or any of the values related to shipping and handling, below fields _quantity_, _productName_, and _productSKU_ are required.
|
18
18
|
attr_accessor :product_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 TssV2TransactionsGet200ResponseOrderInformationShipTo
|
17
17
|
# First name of the recipient. **Processor specific maximum length** - Litle: 25 - All other processors: 60
|
18
18
|
attr_accessor :first_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 TssV2TransactionsGet200ResponseOrderInformationShippingDetails
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :gift_wrap
|
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 TssV2TransactionsGet200ResponsePaymentInformation
|
17
17
|
attr_accessor :payment_type
|
18
18
|
|
19
19
|
attr_accessor :customer
|
@@ -41,12 +41,12 @@ module CyberSource
|
|
41
41
|
# Attribute type mapping.
|
42
42
|
def self.swagger_types
|
43
43
|
{
|
44
|
-
:'payment_type' => :'
|
44
|
+
:'payment_type' => :'TssV2TransactionsGet200ResponsePaymentInformationPaymentType',
|
45
45
|
:'customer' => :'Ptsv2paymentsPaymentInformationCustomer',
|
46
|
-
:'card' => :'
|
47
|
-
:'invoice' => :'
|
48
|
-
:'bank' => :'
|
49
|
-
:'account_features' => :'
|
46
|
+
:'card' => :'TssV2TransactionsGet200ResponsePaymentInformationCard',
|
47
|
+
:'invoice' => :'TssV2TransactionsGet200ResponsePaymentInformationInvoice',
|
48
|
+
:'bank' => :'TssV2TransactionsGet200ResponsePaymentInformationBank',
|
49
|
+
:'account_features' => :'TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures'
|
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 TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures
|
17
17
|
# Remaining balance on the account.
|
18
18
|
attr_accessor :balance_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 TssV2TransactionsGet200ResponsePaymentInformationBank
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :routing_number
|
19
19
|
|
@@ -54,8 +54,8 @@ module CyberSource
|
|
54
54
|
:'swift_code' => :'String',
|
55
55
|
:'bank_code' => :'String',
|
56
56
|
:'iban' => :'String',
|
57
|
-
:'account' => :'
|
58
|
-
:'mandate' => :'
|
57
|
+
:'account' => :'TssV2TransactionsGet200ResponsePaymentInformationBankAccount',
|
58
|
+
:'mandate' => :'TssV2TransactionsGet200ResponsePaymentInformationBankMandate'
|
59
59
|
}
|
60
60
|
end
|
61
61
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponsePaymentInformationBankAccount
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :suffix
|
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 TssV2TransactionsGet200ResponsePaymentInformationBankMandate
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :reference_number
|
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 TssV2TransactionsGet200ResponsePaymentInformationCard
|
17
17
|
# Last four digits of the cardholder’s account number. This field is returned only for tokenized transactions. You can use this value on the receipt that you give to the cardholder.
|
18
18
|
attr_accessor :suffix
|
19
19
|
|
@@ -156,8 +156,7 @@ module CyberSource
|
|
156
156
|
if !@issue_number.nil? && @issue_number.to_s.length > 5
|
157
157
|
invalid_properties.push('invalid value for "issue_number", the character length must be smaller than or equal to 5.')
|
158
158
|
end
|
159
|
-
|
160
|
-
|
159
|
+
|
161
160
|
# if !@type.nil? && @type.to_s.length > 3
|
162
161
|
# invalid_properties.push('invalid value for "type", the character length must be smaller than or equal to 3.')
|
163
162
|
# end
|
@@ -183,7 +182,6 @@ module CyberSource
|
|
183
182
|
return false if !@start_month.nil? && @start_month.to_s.length > 2
|
184
183
|
return false if !@start_year.nil? && @start_year.to_s.length > 4
|
185
184
|
return false if !@issue_number.nil? && @issue_number.to_s.length > 5
|
186
|
-
# ansuguma
|
187
185
|
# return false if !@type.nil? && @type.to_s.length > 3
|
188
186
|
return false if !@account_encoder_id.nil? && @account_encoder_id.to_s.length > 3
|
189
187
|
return false if !@use_as.nil? && @use_as.to_s.length > 2
|
@@ -263,8 +261,6 @@ module CyberSource
|
|
263
261
|
# Custom attribute writer method with validation
|
264
262
|
# @param [Object] type Value to be assigned
|
265
263
|
def type=(type)
|
266
|
-
# ansuguma
|
267
|
-
|
268
264
|
# if !type.nil? && type.to_s.length > 3
|
269
265
|
# fail ArgumentError, 'invalid value for "type", the character length must be smaller than or equal to 3.'
|
270
266
|
# 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 TssV2TransactionsGet200ResponsePaymentInformationPaymentType
|
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 TssV2TransactionsGet200ResponsePointOfSaleInformation
|
17
17
|
# Method of entering credit card information into the POS terminal. Possible values: - contact: Read from direct contact with chip card. - contactless: Read from a contactless interface using chip data. - keyed: Manually keyed into POS terminal. - msd: Read from a contactless interface using magnetic stripe data (MSD). - swiped: Read from credit card magnetic stripe. The contact, contactless, and msd values are supported only for EMV transactions. * Applicable only for CTV for Payouts.
|
18
18
|
attr_accessor :entry_mode
|
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 TssV2TransactionsGet200ResponseProcessingInformation
|
17
17
|
# Type of digital payment solution that is being used for the transaction. Possible Values: - **visacheckout**: Visa Checkout. - **001**: Apple Pay. - **005**: Masterpass. Required for Masterpass transactions on OmniPay Direct. - **006**: Android Pay. - **008**: Samsung Pay.
|
18
18
|
attr_accessor :payment_solution
|
19
19
|
|
@@ -44,8 +44,8 @@ module CyberSource
|
|
44
44
|
:'payment_solution' => :'String',
|
45
45
|
:'commerce_indicator' => :'String',
|
46
46
|
:'business_application_id' => :'String',
|
47
|
-
:'authorization_options' => :'
|
48
|
-
:'bank_transfer_options' => :'
|
47
|
+
:'authorization_options' => :'TssV2TransactionsGet200ResponseProcessingInformationAuthorizationOptions',
|
48
|
+
:'bank_transfer_options' => :'TssV2TransactionsGet200ResponseProcessingInformationBankTransferOptions'
|
49
49
|
}
|
50
50
|
end
|
51
51
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseProcessingInformationAuthorizationOptions
|
17
17
|
# Authorization type. Possible values: - **AUTOCAPTURE**: automatic capture. - **STANDARDCAPTURE**: standard capture. - **VERBAL**: forced capture. Include it in the payment request for a forced capture. Include it in the capture request for a verbal payment. For processor-specific information, see the auth_type 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 :auth_type
|
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 TssV2TransactionsGet200ResponseProcessingInformationBankTransferOptions
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :sec_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 TssV2TransactionsGet200ResponseProcessorInformation
|
17
17
|
attr_accessor :processor
|
18
18
|
|
19
19
|
# Network transaction identifier (TID). You can use this value to identify a specific transaction when you are discussing the transaction with your processor. Not all processors provide this value.
|
@@ -62,17 +62,17 @@ module CyberSource
|
|
62
62
|
# Attribute type mapping.
|
63
63
|
def self.swagger_types
|
64
64
|
{
|
65
|
-
:'processor' => :'
|
65
|
+
:'processor' => :'TssV2TransactionsGet200ResponseProcessorInformationProcessor',
|
66
66
|
:'transaction_id' => :'String',
|
67
67
|
:'network_transaction_id' => :'String',
|
68
68
|
:'response_id' => :'String',
|
69
69
|
:'provider_transaction_id' => :'String',
|
70
70
|
:'approval_code' => :'String',
|
71
71
|
:'response_code' => :'String',
|
72
|
-
:'avs' => :'
|
73
|
-
:'card_verification' => :'
|
74
|
-
:'ach_verification' => :'
|
75
|
-
:'electronic_verification_results' => :'
|
72
|
+
:'avs' => :'PtsV2PaymentsPost201ResponseProcessorInformationAvs',
|
73
|
+
:'card_verification' => :'TssV2TransactionsGet200ResponseProcessorInformationCardVerification',
|
74
|
+
:'ach_verification' => :'TssV2TransactionsGet200ResponseProcessorInformationAchVerification',
|
75
|
+
:'electronic_verification_results' => :'TssV2TransactionsGet200ResponseProcessorInformationElectronicVerificationResults'
|
76
76
|
}
|
77
77
|
end
|
78
78
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsGet200ResponseProcessorInformationAchVerification
|
17
17
|
# The description for this field is not available..
|
18
18
|
attr_accessor :result_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 TssV2TransactionsGet200ResponseProcessorInformationCardVerification
|
17
17
|
# CVN result code.
|
18
18
|
attr_accessor :result_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 TssV2TransactionsGet200ResponseProcessorInformationElectronicVerificationResults
|
17
17
|
# Mapped Electronic Verification response code for the customer’s email address.
|
18
18
|
attr_accessor :email
|
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 TssV2TransactionsGet200ResponseRiskInformation
|
17
17
|
attr_accessor :profile
|
18
18
|
|
19
19
|
attr_accessor :rules
|
@@ -42,11 +42,11 @@ module CyberSource
|
|
42
42
|
# Attribute type mapping.
|
43
43
|
def self.swagger_types
|
44
44
|
{
|
45
|
-
:'profile' => :'
|
46
|
-
:'rules' => :'Array<
|
47
|
-
:'passive_profile' => :'
|
48
|
-
:'passive_rules' => :'Array<
|
49
|
-
:'score' => :'
|
45
|
+
:'profile' => :'TssV2TransactionsGet200ResponseRiskInformationProfile',
|
46
|
+
:'rules' => :'Array<TssV2TransactionsGet200ResponseRiskInformationProfile>',
|
47
|
+
:'passive_profile' => :'TssV2TransactionsGet200ResponseRiskInformationProfile',
|
48
|
+
:'passive_rules' => :'Array<TssV2TransactionsGet200ResponseRiskInformationProfile>',
|
49
|
+
:'score' => :'TssV2TransactionsGet200ResponseRiskInformationScore',
|
50
50
|
:'local_time' => :'String'
|
51
51
|
}
|
52
52
|
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 TssV2TransactionsGet200ResponseRiskInformationProfile
|
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 TssV2TransactionsGet200ResponseSenderInformation
|
17
17
|
# Reference number generated by you that uniquely identifies the sender.
|
18
18
|
attr_accessor :reference_number
|
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 TssV2TransactionsPost201Response
|
17
17
|
# An unique identification number assigned by CyberSource to identify the submitted request.
|
18
18
|
attr_accessor :id
|
19
19
|
|
@@ -84,8 +84,8 @@ module CyberSource
|
|
84
84
|
:'count' => :'Integer',
|
85
85
|
:'total_count' => :'Integer',
|
86
86
|
:'submit_time_utc' => :'String',
|
87
|
-
:'_embedded' => :'
|
88
|
-
:'_links' => :'
|
87
|
+
:'_embedded' => :'TssV2TransactionsPost201ResponseEmbedded',
|
88
|
+
:'_links' => :'PtsV2PaymentsReversalsPost201ResponseLinks'
|
89
89
|
}
|
90
90
|
end
|
91
91
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsPost201ResponseEmbedded
|
17
17
|
# transaction search summary
|
18
18
|
attr_accessor :transaction_summaries
|
19
19
|
|
@@ -27,7 +27,7 @@ module CyberSource
|
|
27
27
|
# Attribute type mapping.
|
28
28
|
def self.swagger_types
|
29
29
|
{
|
30
|
-
:'transaction_summaries' => :'Array<
|
30
|
+
:'transaction_summaries' => :'Array<TssV2TransactionsPost201ResponseEmbeddedTransactionSummaries>'
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsPost201ResponseEmbeddedLinks
|
17
17
|
attr_accessor :transaction_detail
|
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
|
-
:'transaction_detail' => :'
|
29
|
+
:'transaction_detail' => :'PtsV2PaymentsPost201ResponseLinksSelf'
|
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 TssV2TransactionsPost201ResponseEmbeddedBuyerInformation
|
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 TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
|
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 TssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
|
17
17
|
# Transaction identifier.
|
18
18
|
attr_accessor :xid
|
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 TssV2TransactionsPost201ResponseEmbeddedMerchantInformation
|
17
17
|
# An unique identification number assigned by CyberSource to identify the submitted request.
|
18
18
|
attr_accessor :reseller_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 TssV2TransactionsPost201ResponseEmbeddedOrderInformation
|
17
17
|
attr_accessor :bill_to
|
18
18
|
|
19
19
|
attr_accessor :ship_to
|
@@ -32,8 +32,8 @@ module CyberSource
|
|
32
32
|
# Attribute type mapping.
|
33
33
|
def self.swagger_types
|
34
34
|
{
|
35
|
-
:'bill_to' => :'
|
36
|
-
:'ship_to' => :'
|
35
|
+
:'bill_to' => :'TssV2TransactionsPost201ResponseEmbeddedOrderInformationBillTo',
|
36
|
+
:'ship_to' => :'TssV2TransactionsPost201ResponseEmbeddedOrderInformationShipTo',
|
37
37
|
:'amount_details' => :'Ptsv2paymentsidreversalsReversalInformationAmountDetails'
|
38
38
|
}
|
39
39
|
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 TssV2TransactionsPost201ResponseEmbeddedOrderInformationBillTo
|
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
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsPost201ResponseEmbeddedOrderInformationShipTo
|
17
17
|
# First name of the recipient. **Processor specific maximum length** - Litle: 25 - All other processors: 60
|
18
18
|
attr_accessor :first_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 TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
|
17
17
|
attr_accessor :payment_method
|
18
18
|
|
19
19
|
attr_accessor :customer
|
@@ -32,9 +32,9 @@ module CyberSource
|
|
32
32
|
# Attribute type mapping.
|
33
33
|
def self.swagger_types
|
34
34
|
{
|
35
|
-
:'payment_method' => :'
|
35
|
+
:'payment_method' => :'TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentMethod',
|
36
36
|
:'customer' => :'Ptsv2paymentsPaymentInformationCustomer',
|
37
|
-
:'card' => :'
|
37
|
+
:'card' => :'TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard'
|
38
38
|
}
|
39
39
|
end
|
40
40
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard
|
17
17
|
# Last four digits of the cardholder’s account number. This field is returned only for tokenized transactions. You can use this value on the receipt that you give to the cardholder.
|
18
18
|
attr_accessor :suffix
|
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 TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentMethod
|
17
17
|
# The description for this field is not available.
|
18
18
|
attr_accessor :type
|
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 TssV2TransactionsPost201ResponseEmbeddedPointOfSaleInformation
|
17
17
|
# Identifier for the terminal at your retail location. You can define this value yourself, but consult the processor for requirements. For Payouts: This field is applicable for CtV.
|
18
18
|
attr_accessor :terminal_id
|
19
19
|
|
@@ -41,7 +41,7 @@ module CyberSource
|
|
41
41
|
:'terminal_id' => :'String',
|
42
42
|
:'terminal_serial_number' => :'String',
|
43
43
|
:'device_id' => :'String',
|
44
|
-
:'partner' => :'
|
44
|
+
:'partner' => :'TssV2TransactionsPost201ResponseEmbeddedPointOfSaleInformationPartner'
|
45
45
|
}
|
46
46
|
end
|
47
47
|
|
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module CyberSource
|
16
|
-
class
|
16
|
+
class TssV2TransactionsPost201ResponseEmbeddedPointOfSaleInformationPartner
|
17
17
|
# Network transaction identifier (TID). You can use this value to identify a specific transaction when you are discussing the transaction with your processor. Not all processors provide this value.
|
18
18
|
attr_accessor :original_transaction_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 TssV2TransactionsPost201ResponseEmbeddedProcessingInformation
|
17
17
|
# Type of digital payment solution that is being used for the transaction. Possible Values: - **visacheckout**: Visa Checkout. - **001**: Apple Pay. - **005**: Masterpass. Required for Masterpass transactions on OmniPay Direct. - **006**: Android Pay. - **008**: Samsung Pay.
|
18
18
|
attr_accessor :payment_solution
|
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 TssV2TransactionsPost201ResponseEmbeddedProcessorInformation
|
17
17
|
attr_accessor :processor
|
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
|
-
:'processor' => :'
|
29
|
+
:'processor' => :'TssV2TransactionsGet200ResponseProcessorInformationProcessor'
|
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 TssV2TransactionsPost201ResponseEmbeddedRiskInformation
|
17
17
|
attr_accessor :providers
|
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
|
-
:'providers' => :'
|
29
|
+
:'providers' => :'TssV2TransactionsPost201ResponseEmbeddedRiskInformationProviders'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|