cybersource_rest_client 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cybersource_rest_client.rb +197 -108
- data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +219 -0
- data/lib/cybersource_rest_client/api/customer_api.rb +360 -0
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +516 -0
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +516 -0
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +15 -15
- data/lib/cybersource_rest_client/api/download_dtd_api.rb +1 -1
- data/lib/cybersource_rest_client/api/download_xsd_api.rb +1 -1
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +165 -174
- data/lib/cybersource_rest_client/api/key_generation_api.rb +10 -6
- data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +1 -1
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +65 -0
- data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +1 -1
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +131 -136
- data/lib/cybersource_rest_client/api/payments_api.rb +2 -2
- data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +1 -1
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +45 -0
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +219 -0
- data/lib/cybersource_rest_client/api/taxes_api.rb +160 -0
- data/lib/cybersource_rest_client/api/user_management_api.rb +4 -4
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +89 -0
- data/lib/cybersource_rest_client/api/void_api.rb +8 -8
- data/lib/cybersource_rest_client/api_client.rb +37 -24
- data/lib/cybersource_rest_client/models/capture_payment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +14 -5
- data/lib/cybersource_rest_client/models/{create_decision_manager_case_request.rb → create_bundled_decision_manager_case_request.rb} +50 -14
- data/lib/cybersource_rest_client/models/create_credit_request.rb +1 -1
- data/lib/cybersource_rest_client/models/create_p12_keys_request.rb +194 -0
- data/lib/cybersource_rest_client/models/create_payment_request.rb +10 -1
- data/lib/cybersource_rest_client/models/create_search_request.rb +7 -7
- data/lib/cybersource_rest_client/models/create_shared_secret_keys_request.rb +194 -0
- data/lib/cybersource_rest_client/models/customer.rb +292 -0
- data/lib/cybersource_rest_client/models/delete_bulk_p12_keys_request.rb +194 -0
- data/lib/cybersource_rest_client/models/delete_bulk_symmetric_keys_request.rb +194 -0
- data/lib/cybersource_rest_client/models/inline_response_200.rb +203 -0
- data/lib/cybersource_rest_client/models/inline_response_200_1.rb +214 -0
- data/lib/cybersource_rest_client/models/inline_response_200_1_key_information.rb +224 -0
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +193 -0
- data/lib/cybersource_rest_client/models/{flex_v1_tokens_post200_response.rb → inline_response_200_2_key_information.rb} +55 -56
- data/lib/cybersource_rest_client/models/inline_response_200_3.rb +204 -0
- data/lib/cybersource_rest_client/models/inline_response_200_3_key_information.rb +234 -0
- data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bill_to.rb → inline_response_200_key_information.rb} +44 -44
- data/lib/cybersource_rest_client/models/inline_response_201.rb +214 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +225 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_certificate_information.rb +214 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_key_information.rb +264 -0
- data/lib/cybersource_rest_client/models/inline_response_201_error_information.rb +195 -0
- data/lib/cybersource_rest_client/models/{instrument_identifier_bank_account.rb → inline_response_201_key_information.rb} +73 -61
- data/lib/cybersource_rest_client/models/inline_response_400.rb +9 -26
- data/lib/cybersource_rest_client/models/inline_response_400_2.rb +214 -0
- data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_details.rb → inline_response_400_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_instrument_bank_account.rb → inline_response_400_errors.rb} +27 -6
- data/lib/cybersource_rest_client/models/{instrument_identifier_response.rb → instrument_identifier.rb} +39 -20
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +54 -4
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoices.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get502_response.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_invoice_history.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_get200_response_transaction_details.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details.rb +4 -4
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post202_response.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb +3 -3
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +4 -4
- data/lib/cybersource_rest_client/models/kmsv2keysasym_key_information.rb +215 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_card.rb → kmsv2keyssym_client_reference_information.rb} +36 -26
- data/lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb +200 -0
- data/lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb +215 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +318 -0
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +292 -0
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +235 -0
- data/lib/cybersource_rest_client/models/{embedded_instrument_identifier_response.rb → patch_instrument_identifier_request.rb} +45 -50
- data/lib/cybersource_rest_client/models/{payment_instrument_instrument_identifier_request.rb → patch_payment_instrument_request.rb} +92 -20
- data/lib/cybersource_rest_client/models/{update_instrument_identifier_request.rb → payer_auth_setup_request.rb} +32 -5
- data/lib/cybersource_rest_client/models/payment_instrument.rb +51 -18
- data/lib/cybersource_rest_client/models/{payment_instruments_for_instrument_identifier.rb → payment_instrument_list_for_customer.rb} +9 -19
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded.rb → payment_instrument_list_for_customer__embedded.rb} +3 -3
- data/lib/cybersource_rest_client/models/{payment_instrument_for_instrument_identifier_links.rb → payment_instrument_list_for_customer__links.rb} +6 -6
- data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_first.rb +184 -0
- data/lib/cybersource_rest_client/models/{payment_instrument_self_link.rb → payment_instrument_list_for_customer__links_last.rb} +2 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_next.rb +184 -0
- data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_prev.rb +184 -0
- data/lib/cybersource_rest_client/models/payment_instrument_list_for_customer__links_self.rb +184 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response.rb → payment_instrument_paginated.rb} +9 -19
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +318 -0
- data/lib/cybersource_rest_client/models/post_customer_request.rb +292 -0
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +235 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response.rb → post_instrument_identifier_request.rb} +39 -20
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_payment_instruments.rb → post_payment_instrument_request.rb} +52 -19
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +40 -4
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information_account_features.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +4 -4
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +16 -16
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_invoice_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +14 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links.rb +40 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +40 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +16 -16
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/{embedded_instrument_identifier_request.rb → pts_v2_payments_post201_response_payment_information_instrument_identifier.rb} +15 -23
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +8 -8
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_avs.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +5 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb +8 -8
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_velocity_morphing.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +220 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_customer.rb +208 -0
- data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_instrument_identifier.rb → pts_v2_payments_post201_response_token_information_instrument_identifier.rb} +15 -23
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb +208 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb +208 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_electronic_benefits_transfer.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_purchase_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +27 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{instrument_identifier_update.rb → ptsv2payments_health_care_information.rb} +11 -8
- data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bank_account.rb → ptsv2payments_health_care_information_amount_details.rb} +32 -50
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +16 -16
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_surcharge.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +31 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +6 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_passenger.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +8 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +47 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +8 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +38 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_instrument_identifier.rb +208 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_legacy_token.rb +199 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_instrument.rb +208 -0
- data/lib/cybersource_rest_client/models/{ptsv2paymentsidrefunds_payment_information_payment_type.rb → ptsv2payments_payment_information_payment_type.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv2paymentsidrefunds_payment_information_payment_type_method.rb → ptsv2payments_payment_information_payment_type_method.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb +208 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -18
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +31 -7
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +55 -15
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +22 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb +186 -0
- data/lib/cybersource_rest_client/models/{authorization_options.rb → ptsv2payments_token_information_shipping_address.rb} +11 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +11 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb +1146 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_rental_address.rb +349 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_return_address.rb +299 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental_tax_details.rb +309 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging_room.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +25 -25
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +19 -19
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +15 -15
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +6 -6
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +38 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details_surcharge.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +9 -9
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +2 -2
- data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
- data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +4 -14
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information.rb +205 -0
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +5 -15
- data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response.rb +246 -0
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_consumer_authentication_information.rb +249 -0
- data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_error_information.rb +205 -0
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +7 -17
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response_error_information.rb +205 -0
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response.rb +4 -4
- data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response_1.rb +225 -0
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response.rb +32 -5
- data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_consumer_authentication_information.rb → risk_v1_decisions_post201_response_consumer_authentication_information.rb} +28 -3
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_error_information.rb +205 -0
- data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_order_information.rb → risk_v1_decisions_post201_response_order_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_authentications_post201_response_order_information_amount_details.rb → risk_v1_decisions_post201_response_order_information_amount_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response.rb +3 -3
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post400_response_1.rb +225 -0
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb +4 -14
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_error_information.rb +205 -0
- data/lib/cybersource_rest_client/models/risk_v1_update_post201_response.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1addressverifications_client_reference_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +6 -6
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +5 -5
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +7 -7
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +26 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +13 -4
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_line_items.rb +5 -5
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information.rb +13 -4
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_travel_information.rb +2 -2
- data/lib/cybersource_rest_client/models/{riskv1authentications_client_reference_information.rb → riskv1authenticationsetups_client_reference_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{instrument_identifier_enrollable_card.rb → riskv1authenticationsetups_payment_information.rb} +24 -25
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +286 -0
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb +199 -0
- data/lib/cybersource_rest_client/models/{riskv1authentications_payment_information_fluid_data.rb → riskv1authenticationsetups_payment_information_fluid_data.rb} +3 -3
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +325 -0
- data/lib/cybersource_rest_client/models/{riskv1authentications_processing_information.rb → riskv1authenticationsetups_processing_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_token_information.rb +184 -0
- data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +2 -2
- data/lib/cybersource_rest_client/models/{riskv1authentications_consumer_authentication_information.rb → riskv1decisions_consumer_authentication_information.rb} +29 -4
- data/lib/cybersource_rest_client/models/{riskv1authentications_consumer_authentication_information_strong_authentication.rb → riskv1decisions_consumer_authentication_information_strong_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +236 -5
- data/lib/cybersource_rest_client/models/{riskv1authentications_merchant_information.rb → riskv1decisions_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{riskv1authentications_merchant_information_merchant_descriptor.rb → riskv1decisions_merchant_information_merchant_descriptor.rb} +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +74 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +104 -9
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +72 -13
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information.rb +47 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_processing_information.rb +187 -0
- data/lib/cybersource_rest_client/models/riskv1decisions_processor_information.rb +13 -4
- data/lib/cybersource_rest_client/models/{riskv1decisions_card_verification.rb → riskv1decisions_processor_information_card_verification.rb} +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +13 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information.rb +25 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +26 -16
- data/lib/cybersource_rest_client/models/{riskv1authentications_travel_information_passengers.rb → riskv1decisions_travel_information_passengers.rb} +1 -1
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +9 -9
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +5 -5
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +6 -6
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +2 -2
- data/lib/cybersource_rest_client/models/search_request.rb +214 -0
- data/lib/cybersource_rest_client/models/shipping_address.rb +235 -0
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer.rb +233 -0
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +186 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__links.rb → shipping_address_list_for_customer__links.rb} +6 -6
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_first.rb +184 -0
- data/lib/cybersource_rest_client/models/{pi_for_ii_link_self.rb → shipping_address_list_for_customer__links_last.rb} +2 -2
- data/lib/cybersource_rest_client/models/{instrument_identifier_payment_instruments_link.rb → shipping_address_list_for_customer__links_next.rb} +2 -1
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_prev.rb +184 -0
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__links_self.rb +184 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_delete409_response.rb → shipping_address_paginated.rb} +55 -5
- data/lib/cybersource_rest_client/models/tax_request.rb +219 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bank_account.rb → tms_error.rb} +27 -6
- data/lib/cybersource_rest_client/models/{detail.rb → tms_error_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/tms_error_response.rb +185 -0
- data/lib/cybersource_rest_client/models/tms_v2_customers_response.rb +292 -0
- data/lib/cybersource_rest_client/models/{tokenize_request.rb → tmsv2customers__embedded.rb} +15 -20
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options.rb → tmsv2customers__embedded_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{initiator.rb → tmsv2customers__embedded_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb +318 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__embedded.rb → tmsv2customers__embedded_default_payment_instrument__embedded.rb} +3 -2
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb} +45 -50
- data/lib/cybersource_rest_client/models/{model_409_links.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb} +12 -3
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb +184 -0
- data/lib/cybersource_rest_client/models/{instrument_identifier_card.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb} +21 -20
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb +325 -0
- data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_card.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb} +6 -32
- data/lib/cybersource_rest_client/models/{issuer.rb → tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb} +7 -16
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb +184 -0
- data/lib/cybersource_rest_client/models/{payment_instruments_links.rb → tmsv2customers__embedded_default_payment_instrument__links.rb} +14 -5
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links_self.rb +184 -0
- data/lib/cybersource_rest_client/models/{create_instrument_identifier_request.rb → tmsv2customers__embedded_default_payment_instrument_bank_account.rb} +21 -33
- data/lib/cybersource_rest_client/models/{bill_to.rb → tmsv2customers__embedded_default_payment_instrument_bill_to.rb} +27 -45
- data/lib/cybersource_rest_client/models/{buyer_information.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information.rb} +6 -39
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_buyer_information_issued_by.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information_issued_by.rb} +17 -2
- data/lib/cybersource_rest_client/models/{personal_identification.rb → tmsv2customers__embedded_default_payment_instrument_buyer_information_personal_identification.rb} +19 -4
- data/lib/cybersource_rest_client/models/{payment_instrument_card.rb → tmsv2customers__embedded_default_payment_instrument_card.rb} +21 -62
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card_tokenized_information.rb +224 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_personal_identification.rb → tmsv2customers__embedded_default_payment_instrument_instrument_identifier.rb} +30 -25
- data/lib/cybersource_rest_client/models/{merchant_information.rb → tmsv2customers__embedded_default_payment_instrument_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_descriptor.rb → tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb} +17 -2
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_metadata.rb +184 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response_processing_information.rb → tmsv2customers__embedded_default_payment_instrument_processing_information.rb} +3 -5
- data/lib/cybersource_rest_client/models/{merchant_initiated_transaction.rb → tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb} +17 -17
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address.rb +235 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links.rb → tmsv2customers__embedded_default_shipping_address__links.rb} +14 -5
- data/lib/cybersource_rest_client/models/{pi_for_ii_link_last.rb → tmsv2customers__embedded_default_shipping_address__links_customer.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pi_for_ii_link_first.rb → tmsv2customers__embedded_default_shipping_address__links_self.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_metadata.rb → tmsv2customers__embedded_default_shipping_address_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{riskv1authentications_order_information_ship_to.rb → tmsv2customers__embedded_default_shipping_address_ship_to.rb} +140 -150
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_merchant_initiated_transaction.rb → tmsv2customers__embedded_merchant_initiated_transaction.rb} +2 -2
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_payment_instruments.rb +184 -0
- data/lib/cybersource_rest_client/models/{instrument_identifier_processing_information.rb → tmsv2customers__embedded_processing_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{instrument_identifier_tokenized_card.rb → tmsv2customers__embedded_tokenized_card.rb} +33 -32
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_tokenized_card_card.rb → tmsv2customers__embedded_tokenized_card_card.rb} +5 -23
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response__links.rb → tmsv2customers__links.rb} +10 -19
- data/lib/cybersource_rest_client/models/tmsv2customers__links_payment_instruments.rb +184 -0
- data/lib/cybersource_rest_client/models/{model_409_link.rb → tmsv2customers__links_self.rb} +2 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__links_shipping_address.rb +184 -0
- data/lib/cybersource_rest_client/models/tmsv2customers_buyer_information.rb +224 -0
- data/lib/cybersource_rest_client/models/{ptsv2paymentsidcaptures_travel_information.rb → tmsv2customers_client_reference_information.rb} +24 -26
- data/lib/cybersource_rest_client/models/tmsv2customers_default_payment_instrument.rb +184 -0
- data/lib/cybersource_rest_client/models/tmsv2customers_default_shipping_address.rb +184 -0
- data/lib/cybersource_rest_client/models/tmsv2customers_merchant_defined_information.rb +209 -0
- data/lib/cybersource_rest_client/models/{metadata.rb → tmsv2customers_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/tmsv2customers_object_information.rb +224 -0
- data/lib/cybersource_rest_client/models/tokenize_parameters.rb +1 -1
- data/lib/cybersource_rest_client/models/{flexv1tokens_card_info.rb → tokenize_parameters_card_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +10 -10
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_invoice_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +8 -8
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +28 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +5 -5
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +8 -8
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information.rb +5 -15
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_application_information_applications.rb +244 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +5 -5
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/validate_request.rb +2 -2
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response.rb +255 -0
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response__links_payment_instruments.rb → vas_v2_payments_post201_response__links.rb} +8 -8
- data/lib/cybersource_rest_client/models/{tms_v1_instrument_identifiers_post200_response_tokenized_card.rb → vas_v2_payments_post201_response_order_information.rb} +75 -67
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_jurisdiction.rb +384 -0
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_line_items.rb +271 -0
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_order_information_tax_details.rb +224 -0
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_tax_information.rb +194 -0
- data/lib/cybersource_rest_client/models/vas_v2_payments_post400_response.rb +225 -0
- data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response.rb +237 -0
- data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details.rb +209 -0
- data/lib/cybersource_rest_client/models/vas_v2_tax_voids_post400_response.rb +225 -0
- data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +199 -0
- data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information.rb +218 -0
- data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information_partner.rb +224 -0
- data/lib/cybersource_rest_client/models/vasv2tax_merchant_information.rb +199 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information.rb +248 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_bill_to.rb +324 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_invoice_details.rb +199 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +501 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_acceptance.rb +275 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_order_origin.rb +275 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_ship_to.rb +349 -0
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_shipping_details.rb +274 -0
- data/lib/cybersource_rest_client/models/vasv2tax_tax_information.rb +278 -0
- data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb +218 -0
- data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information_partner.rb +224 -0
- data/lib/cybersource_rest_client/models/void_tax_request.rb +183 -0
- metadata +199 -110
- data/lib/cybersource_rest_client/api/tokenization_api.rb +0 -89
- data/lib/cybersource_rest_client/models/create_payment_instrument_request.rb +0 -246
- data/lib/cybersource_rest_client/models/error_response_with_hal.rb +0 -174
- data/lib/cybersource_rest_client/models/existing_instrument_identifier_id.rb +0 -175
- data/lib/cybersource_rest_client/models/payment_instruments_array.rb +0 -175
- data/lib/cybersource_rest_client/models/personal_identification_array.rb +0 -174
- data/lib/cybersource_rest_client/models/pi_for_ii_link_next.rb +0 -184
- data/lib/cybersource_rest_client/models/pi_for_ii_link_prev.rb +0 -184
- data/lib/cybersource_rest_client/models/processing_information.rb +0 -195
- data/lib/cybersource_rest_client/models/riskv1authentications_travel_information_legs.rb +0 -259
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_delete409_response__links.rb +0 -183
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded__links_self.rb +0 -183
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bill_to.rb +0 -467
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_buyer_information.rb +0 -278
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_card.rb +0 -369
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_first.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_last.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_next.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_prev.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_self.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_bank_transfer_options.rb +0 -184
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_information.rb +0 -183
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response__links_self.rb +0 -183
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_authorization_options_initiator.rb +0 -183
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_issuer.rb +0 -208
- data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_processing_information.rb +0 -183
- data/lib/cybersource_rest_client/models/update_payment_instrument_request.rb +0 -246
@@ -1,184 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#CyberSource Merged Spec
|
3
|
-
|
4
|
-
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.0.1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module CyberSource
|
16
|
-
# A link to the previous collection starting at the supplied offset minus the supplied limit.
|
17
|
-
class TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseLinksPrev
|
18
|
-
attr_accessor :href
|
19
|
-
|
20
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
21
|
-
def self.attribute_map
|
22
|
-
{
|
23
|
-
:'href' => :'href'
|
24
|
-
}
|
25
|
-
end
|
26
|
-
|
27
|
-
# Attribute type mapping.
|
28
|
-
def self.swagger_types
|
29
|
-
{
|
30
|
-
:'href' => :'String'
|
31
|
-
}
|
32
|
-
end
|
33
|
-
|
34
|
-
# Initializes the object
|
35
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
36
|
-
def initialize(attributes = {})
|
37
|
-
return unless attributes.is_a?(Hash)
|
38
|
-
|
39
|
-
# convert string to symbol for hash key
|
40
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
41
|
-
|
42
|
-
if attributes.has_key?(:'href')
|
43
|
-
self.href = attributes[:'href']
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
48
|
-
# @return Array for valid properties with the reasons
|
49
|
-
def list_invalid_properties
|
50
|
-
invalid_properties = Array.new
|
51
|
-
invalid_properties
|
52
|
-
end
|
53
|
-
|
54
|
-
# Check to see if the all the properties in the model are valid
|
55
|
-
# @return true if the model is valid
|
56
|
-
def valid?
|
57
|
-
true
|
58
|
-
end
|
59
|
-
|
60
|
-
# Checks equality by comparing each attribute.
|
61
|
-
# @param [Object] Object to be compared
|
62
|
-
def ==(o)
|
63
|
-
return true if self.equal?(o)
|
64
|
-
self.class == o.class &&
|
65
|
-
href == o.href
|
66
|
-
end
|
67
|
-
|
68
|
-
# @see the `==` method
|
69
|
-
# @param [Object] Object to be compared
|
70
|
-
def eql?(o)
|
71
|
-
self == o
|
72
|
-
end
|
73
|
-
|
74
|
-
# Calculates hash code according to all attributes.
|
75
|
-
# @return [Fixnum] Hash code
|
76
|
-
def hash
|
77
|
-
[href].hash
|
78
|
-
end
|
79
|
-
|
80
|
-
# Builds the object from hash
|
81
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
-
# @return [Object] Returns the model itself
|
83
|
-
def build_from_hash(attributes)
|
84
|
-
return nil unless attributes.is_a?(Hash)
|
85
|
-
self.class.swagger_types.each_pair do |key, type|
|
86
|
-
if type =~ /\AArray<(.*)>/i
|
87
|
-
# check to ensure the input is an array given that the the attribute
|
88
|
-
# is documented as an array but the input is not
|
89
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
90
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
91
|
-
end
|
92
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
93
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
94
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
95
|
-
end
|
96
|
-
|
97
|
-
self
|
98
|
-
end
|
99
|
-
|
100
|
-
# Deserializes the data based on type
|
101
|
-
# @param string type Data type
|
102
|
-
# @param string value Value to be deserialized
|
103
|
-
# @return [Object] Deserialized data
|
104
|
-
def _deserialize(type, value)
|
105
|
-
case type.to_sym
|
106
|
-
when :DateTime
|
107
|
-
DateTime.parse(value)
|
108
|
-
when :Date
|
109
|
-
Date.parse(value)
|
110
|
-
when :String
|
111
|
-
value.to_s
|
112
|
-
when :Integer
|
113
|
-
value.to_i
|
114
|
-
when :Float
|
115
|
-
value.to_f
|
116
|
-
when :BOOLEAN
|
117
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
118
|
-
true
|
119
|
-
else
|
120
|
-
false
|
121
|
-
end
|
122
|
-
when :Object
|
123
|
-
# generic object (usually a Hash), return directly
|
124
|
-
value
|
125
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
126
|
-
inner_type = Regexp.last_match[:inner_type]
|
127
|
-
value.map { |v| _deserialize(inner_type, v) }
|
128
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
129
|
-
k_type = Regexp.last_match[:k_type]
|
130
|
-
v_type = Regexp.last_match[:v_type]
|
131
|
-
{}.tap do |hash|
|
132
|
-
value.each do |k, v|
|
133
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
134
|
-
end
|
135
|
-
end
|
136
|
-
else # model
|
137
|
-
temp_model = CyberSource.const_get(type).new
|
138
|
-
temp_model.build_from_hash(value)
|
139
|
-
end
|
140
|
-
end
|
141
|
-
|
142
|
-
# Returns the string representation of the object
|
143
|
-
# @return [String] String presentation of the object
|
144
|
-
def to_s
|
145
|
-
to_hash.to_s
|
146
|
-
end
|
147
|
-
|
148
|
-
# to_body is an alias to to_hash (backward compatibility)
|
149
|
-
# @return [Hash] Returns the object in the form of hash
|
150
|
-
def to_body
|
151
|
-
to_hash
|
152
|
-
end
|
153
|
-
|
154
|
-
# Returns the object in the form of hash
|
155
|
-
# @return [Hash] Returns the object in the form of hash
|
156
|
-
def to_hash
|
157
|
-
hash = {}
|
158
|
-
self.class.attribute_map.each_pair do |attr, param|
|
159
|
-
value = self.send(attr)
|
160
|
-
next if value.nil?
|
161
|
-
hash[param] = _to_hash(value)
|
162
|
-
end
|
163
|
-
hash
|
164
|
-
end
|
165
|
-
|
166
|
-
# Outputs non-array value in the form of hash
|
167
|
-
# For object, use to_hash. Otherwise, just return the value
|
168
|
-
# @param [Object] value Any valid value
|
169
|
-
# @return [Hash] Returns the value in the form of hash
|
170
|
-
def _to_hash(value)
|
171
|
-
if value.is_a?(Array)
|
172
|
-
value.compact.map { |v| _to_hash(v) }
|
173
|
-
elsif value.is_a?(Hash)
|
174
|
-
{}.tap do |hash|
|
175
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
176
|
-
end
|
177
|
-
elsif value.respond_to? :to_hash
|
178
|
-
value.to_hash
|
179
|
-
else
|
180
|
-
value
|
181
|
-
end
|
182
|
-
end
|
183
|
-
end
|
184
|
-
end
|
@@ -1,184 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#CyberSource Merged Spec
|
3
|
-
|
4
|
-
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.0.1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module CyberSource
|
16
|
-
class TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseLinksSelf
|
17
|
-
# A link to the current requested collection.
|
18
|
-
attr_accessor :href
|
19
|
-
|
20
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
21
|
-
def self.attribute_map
|
22
|
-
{
|
23
|
-
:'href' => :'href'
|
24
|
-
}
|
25
|
-
end
|
26
|
-
|
27
|
-
# Attribute type mapping.
|
28
|
-
def self.swagger_types
|
29
|
-
{
|
30
|
-
:'href' => :'String'
|
31
|
-
}
|
32
|
-
end
|
33
|
-
|
34
|
-
# Initializes the object
|
35
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
36
|
-
def initialize(attributes = {})
|
37
|
-
return unless attributes.is_a?(Hash)
|
38
|
-
|
39
|
-
# convert string to symbol for hash key
|
40
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
41
|
-
|
42
|
-
if attributes.has_key?(:'href')
|
43
|
-
self.href = attributes[:'href']
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
48
|
-
# @return Array for valid properties with the reasons
|
49
|
-
def list_invalid_properties
|
50
|
-
invalid_properties = Array.new
|
51
|
-
invalid_properties
|
52
|
-
end
|
53
|
-
|
54
|
-
# Check to see if the all the properties in the model are valid
|
55
|
-
# @return true if the model is valid
|
56
|
-
def valid?
|
57
|
-
true
|
58
|
-
end
|
59
|
-
|
60
|
-
# Checks equality by comparing each attribute.
|
61
|
-
# @param [Object] Object to be compared
|
62
|
-
def ==(o)
|
63
|
-
return true if self.equal?(o)
|
64
|
-
self.class == o.class &&
|
65
|
-
href == o.href
|
66
|
-
end
|
67
|
-
|
68
|
-
# @see the `==` method
|
69
|
-
# @param [Object] Object to be compared
|
70
|
-
def eql?(o)
|
71
|
-
self == o
|
72
|
-
end
|
73
|
-
|
74
|
-
# Calculates hash code according to all attributes.
|
75
|
-
# @return [Fixnum] Hash code
|
76
|
-
def hash
|
77
|
-
[href].hash
|
78
|
-
end
|
79
|
-
|
80
|
-
# Builds the object from hash
|
81
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
-
# @return [Object] Returns the model itself
|
83
|
-
def build_from_hash(attributes)
|
84
|
-
return nil unless attributes.is_a?(Hash)
|
85
|
-
self.class.swagger_types.each_pair do |key, type|
|
86
|
-
if type =~ /\AArray<(.*)>/i
|
87
|
-
# check to ensure the input is an array given that the the attribute
|
88
|
-
# is documented as an array but the input is not
|
89
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
90
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
91
|
-
end
|
92
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
93
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
94
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
95
|
-
end
|
96
|
-
|
97
|
-
self
|
98
|
-
end
|
99
|
-
|
100
|
-
# Deserializes the data based on type
|
101
|
-
# @param string type Data type
|
102
|
-
# @param string value Value to be deserialized
|
103
|
-
# @return [Object] Deserialized data
|
104
|
-
def _deserialize(type, value)
|
105
|
-
case type.to_sym
|
106
|
-
when :DateTime
|
107
|
-
DateTime.parse(value)
|
108
|
-
when :Date
|
109
|
-
Date.parse(value)
|
110
|
-
when :String
|
111
|
-
value.to_s
|
112
|
-
when :Integer
|
113
|
-
value.to_i
|
114
|
-
when :Float
|
115
|
-
value.to_f
|
116
|
-
when :BOOLEAN
|
117
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
118
|
-
true
|
119
|
-
else
|
120
|
-
false
|
121
|
-
end
|
122
|
-
when :Object
|
123
|
-
# generic object (usually a Hash), return directly
|
124
|
-
value
|
125
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
126
|
-
inner_type = Regexp.last_match[:inner_type]
|
127
|
-
value.map { |v| _deserialize(inner_type, v) }
|
128
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
129
|
-
k_type = Regexp.last_match[:k_type]
|
130
|
-
v_type = Regexp.last_match[:v_type]
|
131
|
-
{}.tap do |hash|
|
132
|
-
value.each do |k, v|
|
133
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
134
|
-
end
|
135
|
-
end
|
136
|
-
else # model
|
137
|
-
temp_model = CyberSource.const_get(type).new
|
138
|
-
temp_model.build_from_hash(value)
|
139
|
-
end
|
140
|
-
end
|
141
|
-
|
142
|
-
# Returns the string representation of the object
|
143
|
-
# @return [String] String presentation of the object
|
144
|
-
def to_s
|
145
|
-
to_hash.to_s
|
146
|
-
end
|
147
|
-
|
148
|
-
# to_body is an alias to to_hash (backward compatibility)
|
149
|
-
# @return [Hash] Returns the object in the form of hash
|
150
|
-
def to_body
|
151
|
-
to_hash
|
152
|
-
end
|
153
|
-
|
154
|
-
# Returns the object in the form of hash
|
155
|
-
# @return [Hash] Returns the object in the form of hash
|
156
|
-
def to_hash
|
157
|
-
hash = {}
|
158
|
-
self.class.attribute_map.each_pair do |attr, param|
|
159
|
-
value = self.send(attr)
|
160
|
-
next if value.nil?
|
161
|
-
hash[param] = _to_hash(value)
|
162
|
-
end
|
163
|
-
hash
|
164
|
-
end
|
165
|
-
|
166
|
-
# Outputs non-array value in the form of hash
|
167
|
-
# For object, use to_hash. Otherwise, just return the value
|
168
|
-
# @param [Object] value Any valid value
|
169
|
-
# @return [Hash] Returns the value in the form of hash
|
170
|
-
def _to_hash(value)
|
171
|
-
if value.is_a?(Array)
|
172
|
-
value.compact.map { |v| _to_hash(v) }
|
173
|
-
elsif value.is_a?(Hash)
|
174
|
-
{}.tap do |hash|
|
175
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
176
|
-
end
|
177
|
-
elsif value.respond_to? :to_hash
|
178
|
-
value.to_hash
|
179
|
-
else
|
180
|
-
value
|
181
|
-
end
|
182
|
-
end
|
183
|
-
end
|
184
|
-
end
|
@@ -1,184 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#CyberSource Merged Spec
|
3
|
-
|
4
|
-
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.0.1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module CyberSource
|
16
|
-
class TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedProcessingInformationBankTransferOptions
|
17
|
-
# **Important** This field is required if your processor is TeleCheck. Code that specifies the authorization method for the transaction. Possible values: - **CCD**: corporate cash disbursement. Charge or credit against a business checking account. You can use one-time or recurring CCD transactions to transfer funds to or from a corporate entity. A standing authorization is required for recurring transactions. - **PPD**: prearranged payment and deposit entry. Charge or credit against a personal checking or savings account. You can originate a PPD entry only when the payment and deposit terms between you and the customer are prearranged. A written authorization from the customer is required for one-time transactions and a written standing authorization is required for recurring transactions. - **TEL**: telephone-initiated entry. One-time charge against a personal checking or savings account. You can originate a TEL entry only when there is a business relationship between you and the customer or when the customer initiates a telephone call to you. For a TEL entry, you must obtain a payment authorization from the customer over the telephone. There is no recurring billing option for TEL. - **WEB**: internet-initiated entry—charge against a personal checking or savings account. You can originate a one-time or recurring WEB entry when the customer initiates the transaction over the Internet. For a WEB entry, you must obtain payment authorization from the customer over the Internet.
|
18
|
-
attr_accessor :sec_code
|
19
|
-
|
20
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
21
|
-
def self.attribute_map
|
22
|
-
{
|
23
|
-
:'sec_code' => :'SECCode'
|
24
|
-
}
|
25
|
-
end
|
26
|
-
|
27
|
-
# Attribute type mapping.
|
28
|
-
def self.swagger_types
|
29
|
-
{
|
30
|
-
:'sec_code' => :'String'
|
31
|
-
}
|
32
|
-
end
|
33
|
-
|
34
|
-
# Initializes the object
|
35
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
36
|
-
def initialize(attributes = {})
|
37
|
-
return unless attributes.is_a?(Hash)
|
38
|
-
|
39
|
-
# convert string to symbol for hash key
|
40
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
41
|
-
|
42
|
-
if attributes.has_key?(:'SECCode')
|
43
|
-
self.sec_code = attributes[:'SECCode']
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
48
|
-
# @return Array for valid properties with the reasons
|
49
|
-
def list_invalid_properties
|
50
|
-
invalid_properties = Array.new
|
51
|
-
invalid_properties
|
52
|
-
end
|
53
|
-
|
54
|
-
# Check to see if the all the properties in the model are valid
|
55
|
-
# @return true if the model is valid
|
56
|
-
def valid?
|
57
|
-
true
|
58
|
-
end
|
59
|
-
|
60
|
-
# Checks equality by comparing each attribute.
|
61
|
-
# @param [Object] Object to be compared
|
62
|
-
def ==(o)
|
63
|
-
return true if self.equal?(o)
|
64
|
-
self.class == o.class &&
|
65
|
-
sec_code == o.sec_code
|
66
|
-
end
|
67
|
-
|
68
|
-
# @see the `==` method
|
69
|
-
# @param [Object] Object to be compared
|
70
|
-
def eql?(o)
|
71
|
-
self == o
|
72
|
-
end
|
73
|
-
|
74
|
-
# Calculates hash code according to all attributes.
|
75
|
-
# @return [Fixnum] Hash code
|
76
|
-
def hash
|
77
|
-
[sec_code].hash
|
78
|
-
end
|
79
|
-
|
80
|
-
# Builds the object from hash
|
81
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
-
# @return [Object] Returns the model itself
|
83
|
-
def build_from_hash(attributes)
|
84
|
-
return nil unless attributes.is_a?(Hash)
|
85
|
-
self.class.swagger_types.each_pair do |key, type|
|
86
|
-
if type =~ /\AArray<(.*)>/i
|
87
|
-
# check to ensure the input is an array given that the the attribute
|
88
|
-
# is documented as an array but the input is not
|
89
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
90
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
91
|
-
end
|
92
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
93
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
94
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
95
|
-
end
|
96
|
-
|
97
|
-
self
|
98
|
-
end
|
99
|
-
|
100
|
-
# Deserializes the data based on type
|
101
|
-
# @param string type Data type
|
102
|
-
# @param string value Value to be deserialized
|
103
|
-
# @return [Object] Deserialized data
|
104
|
-
def _deserialize(type, value)
|
105
|
-
case type.to_sym
|
106
|
-
when :DateTime
|
107
|
-
DateTime.parse(value)
|
108
|
-
when :Date
|
109
|
-
Date.parse(value)
|
110
|
-
when :String
|
111
|
-
value.to_s
|
112
|
-
when :Integer
|
113
|
-
value.to_i
|
114
|
-
when :Float
|
115
|
-
value.to_f
|
116
|
-
when :BOOLEAN
|
117
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
118
|
-
true
|
119
|
-
else
|
120
|
-
false
|
121
|
-
end
|
122
|
-
when :Object
|
123
|
-
# generic object (usually a Hash), return directly
|
124
|
-
value
|
125
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
126
|
-
inner_type = Regexp.last_match[:inner_type]
|
127
|
-
value.map { |v| _deserialize(inner_type, v) }
|
128
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
129
|
-
k_type = Regexp.last_match[:k_type]
|
130
|
-
v_type = Regexp.last_match[:v_type]
|
131
|
-
{}.tap do |hash|
|
132
|
-
value.each do |k, v|
|
133
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
134
|
-
end
|
135
|
-
end
|
136
|
-
else # model
|
137
|
-
temp_model = CyberSource.const_get(type).new
|
138
|
-
temp_model.build_from_hash(value)
|
139
|
-
end
|
140
|
-
end
|
141
|
-
|
142
|
-
# Returns the string representation of the object
|
143
|
-
# @return [String] String presentation of the object
|
144
|
-
def to_s
|
145
|
-
to_hash.to_s
|
146
|
-
end
|
147
|
-
|
148
|
-
# to_body is an alias to to_hash (backward compatibility)
|
149
|
-
# @return [Hash] Returns the object in the form of hash
|
150
|
-
def to_body
|
151
|
-
to_hash
|
152
|
-
end
|
153
|
-
|
154
|
-
# Returns the object in the form of hash
|
155
|
-
# @return [Hash] Returns the object in the form of hash
|
156
|
-
def to_hash
|
157
|
-
hash = {}
|
158
|
-
self.class.attribute_map.each_pair do |attr, param|
|
159
|
-
value = self.send(attr)
|
160
|
-
next if value.nil?
|
161
|
-
hash[param] = _to_hash(value)
|
162
|
-
end
|
163
|
-
hash
|
164
|
-
end
|
165
|
-
|
166
|
-
# Outputs non-array value in the form of hash
|
167
|
-
# For object, use to_hash. Otherwise, just return the value
|
168
|
-
# @param [Object] value Any valid value
|
169
|
-
# @return [Hash] Returns the value in the form of hash
|
170
|
-
def _to_hash(value)
|
171
|
-
if value.is_a?(Array)
|
172
|
-
value.compact.map { |v| _to_hash(v) }
|
173
|
-
elsif value.is_a?(Hash)
|
174
|
-
{}.tap do |hash|
|
175
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
176
|
-
end
|
177
|
-
elsif value.respond_to? :to_hash
|
178
|
-
value.to_hash
|
179
|
-
else
|
180
|
-
value
|
181
|
-
end
|
182
|
-
end
|
183
|
-
end
|
184
|
-
end
|