cybersource_rest_client 0.0.62 → 0.0.64
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/api/bin_lookup_api.rb +93 -0
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +6 -6
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +3 -3
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +3 -3
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +4 -4
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +2 -2
- data/lib/cybersource_rest_client/api_client.rb +28 -26
- data/lib/cybersource_rest_client/models/accountupdaterv1batches_included_tokens.rb +3 -3
- data/lib/cybersource_rest_client/models/{tss_v2_transactions_post400_response.rb → bin_lookupv400_response.rb} +224 -224
- data/lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb +222 -0
- data/lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb +219 -0
- data/lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb +196 -0
- data/lib/cybersource_rest_client/models/binv1binlookup_processing_information.rb +200 -0
- data/lib/cybersource_rest_client/models/binv1binlookup_processing_information_payout_options.rb +213 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_processing_options_funding_options_initiator.rb → binv1binlookup_token_information.rb} +207 -196
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2.rb +3 -3
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb +3 -3
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +3 -3
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb +9 -9
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb +12 -12
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +9 -9
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +15 -15
- data/lib/cybersource_rest_client/models/case_management_comments_request.rb +3 -3
- data/lib/cybersource_rest_client/models/create_bin_lookup_request.rb +219 -0
- data/lib/cybersource_rest_client/models/create_report_subscription_request.rb +6 -6
- data/lib/cybersource_rest_client/models/e_check_config_common.rb +9 -9
- data/lib/cybersource_rest_client/models/e_check_config_common_processors.rb +3 -3
- data/lib/cybersource_rest_client/models/get_all_plans_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +253 -253
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +248 -315
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_aggregator_information.rb → inline_response_201_1_issuer_information.rb} +264 -223
- data/lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information.rb +209 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_card.rb +277 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_merchant_defined_information.rb → inline_response_201_1_payment_account_information_card_brands.rb} +213 -213
- data/lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_features.rb +320 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_processing_options_funding_options.rb → inline_response_201_1_payment_account_information_network.rb} +190 -189
- data/lib/cybersource_rest_client/models/inline_response_201_1_payout_information.rb +216 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_payout_information_pull_funds.rb +213 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_payout_information_push_funds.rb +417 -0
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +315 -222
- data/lib/cybersource_rest_client/models/{inline_response_201_1_integration_information.rb → inline_response_201_2_integration_information.rb} +192 -192
- data/lib/cybersource_rest_client/models/{inline_response_201_1_integration_information_tenant_configurations.rb → inline_response_201_2_integration_information_tenant_configurations.rb} +286 -286
- data/lib/cybersource_rest_client/models/{inline_response_201_1_organization_information.rb → inline_response_201_2_organization_information.rb} +217 -217
- data/lib/cybersource_rest_client/models/{inline_response_201_1_product_information_setups.rb → inline_response_201_2_product_information_setups.rb} +214 -214
- data/lib/cybersource_rest_client/models/{inline_response_201_1_registration_information.rb → inline_response_201_2_registration_information.rb} +256 -256
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups.rb → inline_response_201_2_setups.rb} +219 -219
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_commerce_solutions.rb → inline_response_201_2_setups_commerce_solutions.rb} +209 -209
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_payments.rb → inline_response_201_2_setups_payments.rb} +349 -349
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_payments_card_processing.rb → inline_response_201_2_setups_payments_card_processing.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_payments_card_processing_configuration_status.rb → inline_response_201_2_setups_payments_card_processing_configuration_status.rb} +299 -299
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_payments_card_processing_subscription_status.rb → inline_response_201_2_setups_payments_card_processing_subscription_status.rb} +278 -278
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_payments_digital_payments.rb → inline_response_201_2_setups_payments_digital_payments.rb} +189 -189
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_risk.rb → inline_response_201_2_setups_risk.rb} +199 -199
- data/lib/cybersource_rest_client/models/{inline_response_201_1_setups_value_added_services.rb → inline_response_201_2_setups_value_added_services.rb} +199 -199
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +222 -347
- data/lib/cybersource_rest_client/models/{inline_response_201_2_key_information.rb → inline_response_201_3_key_information.rb} +300 -300
- data/lib/cybersource_rest_client/models/{inline_response_201_2_key_information_error_information.rb → inline_response_201_3_key_information_error_information.rb} +202 -202
- data/lib/cybersource_rest_client/models/{inline_response_201_2_key_information_error_information_details.rb → inline_response_201_3_key_information_error_information_details.rb} +201 -201
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +347 -222
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +222 -0
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_customer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_invoices.rb +248 -248
- 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_get200_response.rb +270 -270
- 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 +258 -258
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post201_response_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicing_v2_invoices_post202_response.rb +235 -235
- data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information_company.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_freight.rb +225 -225
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_tax_details.rb +225 -225
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +333 -333
- data/lib/cybersource_rest_client/models/kmsv2keyssym_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/merchant_initiated_transaction_object.rb +241 -241
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +2 -2
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_processor_account.rb +3 -3
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pullfunds.rb +6 -6
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pushfunds.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +2 -2
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +2 -2
- data/lib/cybersource_rest_client/models/predefined_subscription_request_bean.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +284 -284
- 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_order_post201_response_buyer_information_personal_identification.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_processor_information.rb +233 -233
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +249 -249
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_2_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_2_processor_information.rb +264 -264
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_buyer_information.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +765 -765
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +609 -609
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +264 -264
- 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_payment_information.rb +5 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb +199 -189
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_processing_information_recurring_options.rb → pts_v2_payments_post201_response_payment_insights_information_orchestration.rb} +192 -190
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb +230 -230
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +223 -223
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +217 -217
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_bank_transfer_options.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +736 -736
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_ach_verification.rb +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_card_verification.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +5 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +230 -230
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.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_reversals_post201_response_issuer_information.rb +196 -196
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information.rb +5 -32
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb +74 -13
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +232 -310
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +41 -23
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +18 -43
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb +33 -7
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +27 -26
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +10 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +41 -5
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_personal_identification.rb +33 -7
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_aggregator_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_buyer_information.rb +247 -247
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_installment_information.rb +326 -326
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb +285 -285
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb +241 -241
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_installment_information.rb +196 -196
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +453 -453
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_amount_details.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_line_items.rb +361 -361
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_order_information_ship_to.rb +485 -485
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentreferences_payment_information_card.rb +275 -275
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +366 -366
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +1075 -1075
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information_strong_authentication.rb +308 -308
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information_strong_authentication_issuer_information.rb +196 -196
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +416 -416
- data/lib/cybersource_rest_client/models/ptsv2payments_issuer_information.rb +196 -196
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +464 -464
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +405 -405
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +641 -624
- 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_order.rb +332 -332
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +1 -1
- 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 +444 -444
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +699 -699
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +496 -496
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +346 -336
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +428 -428
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_order_information_surcharge.rb → ptsv2payments_payment_information_payment_account_reference.rb} +196 -196
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +633 -633
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +257 -257
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +704 -704
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb +213 -213
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb +205 -205
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +315 -315
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_token_provisioning_information.rb → ptsv2payments_token_information_token_provisioning_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.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +332 -332
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information_personal_identification.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +604 -604
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +267 -267
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +287 -287
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +206 -206
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +362 -362
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +257 -257
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +502 -502
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +299 -289
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +377 -377
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +342 -342
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb +192 -192
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +213 -213
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +287 -287
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +234 -234
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +286 -286
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +301 -301
- data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +5 -39
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2voids_processing_information.rb +190 -196
- data/lib/cybersource_rest_client/models/push_funds201_response_order_information_amount_details.rb +4 -4
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +3 -37
- data/lib/cybersource_rest_client/models/push_funds400_response.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds_request.rb +5 -60
- data/lib/cybersource_rest_client/models/rbsv1plans_order_information_amount_details.rb +7 -7
- data/lib/cybersource_rest_client/models/rbsv1plans_plan_information.rb +3 -3
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer.rb +3 -3
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_subscription_information.rb +3 -3
- 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_authentication_results_post201_response_consumer_authentication_information.rb +543 -543
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb +4 -4
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_payment_information.rb +5 -5
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +12 -12
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +290 -290
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +6 -6
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +258 -258
- data/lib/cybersource_rest_client/models/riskv1authentications_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_amount_details.rb +8 -8
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +22 -22
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_line_items.rb +497 -497
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +9 -9
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +351 -351
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +9 -9
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_fluid_data.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +299 -299
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_processing_information.rb +213 -213
- data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_amount_details.rb +223 -223
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +416 -416
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +259 -259
- data/lib/cybersource_rest_client/models/riskv1decisions_processor_information_card_verification.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +16 -16
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +314 -314
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_client_reference_information.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +196 -196
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +2 -2
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bank_account.rb +207 -207
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card.rb +12 -1
- data/lib/cybersource_rest_client/models/tms_payment_instrument_processing_info.rb +200 -200
- data/lib/cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options.rb +196 -196
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information.rb +236 -236
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +292 -292
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +349 -349
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +5 -5
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +365 -365
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +3 -3
- 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_authorization_options_initiator.rb +222 -222
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +383 -383
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +241 -241
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +231 -231
- data/lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb +6 -6
- data/lib/cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/vasv2tax_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client/models/vasv2tax_merchant_information.rb +196 -196
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +403 -403
- data/lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb +1 -1
- data/lib/cybersource_rest_client.rb +39 -30
- metadata +42 -33
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +0 -332
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +0 -234
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +0 -298
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +0 -246
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options.rb +0 -189
@@ -16,7 +16,7 @@ module CyberSource
|
|
16
16
|
# Merchant-generated order reference or tracking number. It is recommended that you send a unique value for each transaction so that you can perform meaningful searches for the transaction. #### Used by **Authorization** Required field. #### PIN Debit Requests for PIN debit reversals need to use the same merchant reference number that was used in the transaction that is being reversed. Required field for all PIN Debit requests (purchase, credit, and reversal). #### FDC Nashville Global Certain circumstances can cause the processor to truncate this value to 15 or 17 characters for Level II and Level III processing, which can cause a discrepancy between the value you submit and the value included in some processor reports.
|
17
17
|
attr_accessor :code
|
18
18
|
|
19
|
-
#
|
19
|
+
# Brief description of the order or any comment you wish to add to the order.
|
20
20
|
attr_accessor :comments
|
21
21
|
|
22
22
|
attr_accessor :partner
|
@@ -45,6 +45,13 @@ require 'cybersource_rest_client/models/activate_subscription_response'
|
|
45
45
|
require 'cybersource_rest_client/models/activate_subscription_response_subscription_information'
|
46
46
|
require 'cybersource_rest_client/models/add_negative_list_request'
|
47
47
|
require 'cybersource_rest_client/models/auth_reversal_request'
|
48
|
+
require 'cybersource_rest_client/models/bin_lookupv400_response'
|
49
|
+
require 'cybersource_rest_client/models/binv1binlookup_client_reference_information'
|
50
|
+
require 'cybersource_rest_client/models/binv1binlookup_payment_information'
|
51
|
+
require 'cybersource_rest_client/models/binv1binlookup_payment_information_card'
|
52
|
+
require 'cybersource_rest_client/models/binv1binlookup_processing_information'
|
53
|
+
require 'cybersource_rest_client/models/binv1binlookup_processing_information_payout_options'
|
54
|
+
require 'cybersource_rest_client/models/binv1binlookup_token_information'
|
48
55
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information'
|
49
56
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents'
|
50
57
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information'
|
@@ -99,6 +106,7 @@ require 'cybersource_rest_client/models/commerce_solutions_products_token_manage
|
|
99
106
|
require 'cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information_configurations'
|
100
107
|
require 'cybersource_rest_client/models/create_adhoc_report_request'
|
101
108
|
require 'cybersource_rest_client/models/create_billing_agreement'
|
109
|
+
require 'cybersource_rest_client/models/create_bin_lookup_request'
|
102
110
|
require 'cybersource_rest_client/models/create_bundled_decision_manager_case_request'
|
103
111
|
require 'cybersource_rest_client/models/create_credit_request'
|
104
112
|
require 'cybersource_rest_client/models/create_invoice_request'
|
@@ -210,26 +218,36 @@ require 'cybersource_rest_client/models/inline_response_200__embedded_reversal__
|
|
210
218
|
require 'cybersource_rest_client/models/inline_response_200__embedded_reversal__links_self'
|
211
219
|
require 'cybersource_rest_client/models/inline_response_201'
|
212
220
|
require 'cybersource_rest_client/models/inline_response_201_1'
|
213
|
-
require 'cybersource_rest_client/models/
|
214
|
-
require 'cybersource_rest_client/models/
|
215
|
-
require 'cybersource_rest_client/models/
|
216
|
-
require 'cybersource_rest_client/models/
|
217
|
-
require 'cybersource_rest_client/models/
|
218
|
-
require 'cybersource_rest_client/models/
|
219
|
-
require 'cybersource_rest_client/models/
|
220
|
-
require 'cybersource_rest_client/models/
|
221
|
-
require 'cybersource_rest_client/models/
|
222
|
-
require 'cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_configuration_status'
|
223
|
-
require 'cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_subscription_status'
|
224
|
-
require 'cybersource_rest_client/models/inline_response_201_1_setups_payments_digital_payments'
|
225
|
-
require 'cybersource_rest_client/models/inline_response_201_1_setups_risk'
|
226
|
-
require 'cybersource_rest_client/models/inline_response_201_1_setups_value_added_services'
|
221
|
+
require 'cybersource_rest_client/models/inline_response_201_1_issuer_information'
|
222
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payment_account_information'
|
223
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payment_account_information_card'
|
224
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payment_account_information_card_brands'
|
225
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payment_account_information_features'
|
226
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payment_account_information_network'
|
227
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payout_information'
|
228
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payout_information_pull_funds'
|
229
|
+
require 'cybersource_rest_client/models/inline_response_201_1_payout_information_push_funds'
|
227
230
|
require 'cybersource_rest_client/models/inline_response_201_2'
|
228
|
-
require 'cybersource_rest_client/models/
|
229
|
-
require 'cybersource_rest_client/models/
|
230
|
-
require 'cybersource_rest_client/models/
|
231
|
+
require 'cybersource_rest_client/models/inline_response_201_2_integration_information'
|
232
|
+
require 'cybersource_rest_client/models/inline_response_201_2_integration_information_tenant_configurations'
|
233
|
+
require 'cybersource_rest_client/models/inline_response_201_2_organization_information'
|
234
|
+
require 'cybersource_rest_client/models/inline_response_201_2_product_information_setups'
|
235
|
+
require 'cybersource_rest_client/models/inline_response_201_2_registration_information'
|
236
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups'
|
237
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions'
|
238
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments'
|
239
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing'
|
240
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status'
|
241
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status'
|
242
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_payments_digital_payments'
|
243
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_risk'
|
244
|
+
require 'cybersource_rest_client/models/inline_response_201_2_setups_value_added_services'
|
231
245
|
require 'cybersource_rest_client/models/inline_response_201_3'
|
246
|
+
require 'cybersource_rest_client/models/inline_response_201_3_key_information'
|
247
|
+
require 'cybersource_rest_client/models/inline_response_201_3_key_information_error_information'
|
248
|
+
require 'cybersource_rest_client/models/inline_response_201_3_key_information_error_information_details'
|
232
249
|
require 'cybersource_rest_client/models/inline_response_201_4'
|
250
|
+
require 'cybersource_rest_client/models/inline_response_201_5'
|
233
251
|
require 'cybersource_rest_client/models/inline_response_202'
|
234
252
|
require 'cybersource_rest_client/models/inline_response_202__links'
|
235
253
|
require 'cybersource_rest_client/models/inline_response_202__links_status'
|
@@ -549,6 +567,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
|
|
549
567
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
|
550
568
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
|
551
569
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
|
570
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration'
|
552
571
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights'
|
553
572
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information'
|
554
573
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv'
|
@@ -617,22 +636,11 @@ require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processo
|
|
617
636
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information'
|
618
637
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card'
|
619
638
|
require 'cybersource_rest_client/models/pts_v2_payouts_post400_response'
|
620
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information'
|
621
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant'
|
622
639
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information'
|
623
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_defined_information'
|
624
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information'
|
625
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor'
|
626
640
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_order_information'
|
627
641
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details'
|
628
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_surcharge'
|
629
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information'
|
630
642
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information'
|
631
643
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options'
|
632
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_recurring_options'
|
633
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options'
|
634
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options'
|
635
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options_initiator'
|
636
644
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information'
|
637
645
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information'
|
638
646
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card'
|
@@ -755,6 +763,7 @@ require 'cybersource_rest_client/models/ptsv2payments_payment_information_fluid_
|
|
755
763
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_instrument_identifier'
|
756
764
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_legacy_token'
|
757
765
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_options'
|
766
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_payment_account_reference'
|
758
767
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_payment_instrument'
|
759
768
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_payment_type'
|
760
769
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method'
|
@@ -790,6 +799,7 @@ require 'cybersource_rest_client/models/ptsv2payments_risk_information_profile'
|
|
790
799
|
require 'cybersource_rest_client/models/ptsv2payments_token_information'
|
791
800
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument'
|
792
801
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_shipping_address'
|
802
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information'
|
793
803
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information'
|
794
804
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_agency'
|
795
805
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental'
|
@@ -1134,7 +1144,6 @@ require 'cybersource_rest_client/models/tms_embedded_instrument_identifier__link
|
|
1134
1144
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier__links_self'
|
1135
1145
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata'
|
1136
1146
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information'
|
1137
|
-
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_token_provisioning_information'
|
1138
1147
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card'
|
1139
1148
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card_card'
|
1140
1149
|
require 'cybersource_rest_client/models/tms_payment_instrument_processing_info'
|
@@ -1261,7 +1270,6 @@ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__em
|
|
1261
1270
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers'
|
1262
1271
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint'
|
1263
1272
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries'
|
1264
|
-
require 'cybersource_rest_client/models/tss_v2_transactions_post400_response'
|
1265
1273
|
require 'cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list'
|
1266
1274
|
require 'cybersource_rest_client/models/ums_v1_users_get200_response'
|
1267
1275
|
require 'cybersource_rest_client/models/ums_v1_users_get200_response_account_information'
|
@@ -1341,6 +1349,7 @@ require 'cybersource_rest_client/api/o_auth_api'
|
|
1341
1349
|
require 'cybersource_rest_client/api/asymmetric_key_management_api'
|
1342
1350
|
require 'cybersource_rest_client/api/batches_api'
|
1343
1351
|
require 'cybersource_rest_client/api/billing_agreements_api'
|
1352
|
+
require 'cybersource_rest_client/api/bin_lookup_api'
|
1344
1353
|
require 'cybersource_rest_client/api/capture_api'
|
1345
1354
|
require 'cybersource_rest_client/api/chargeback_details_api'
|
1346
1355
|
require 'cybersource_rest_client/api/chargeback_summaries_api'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybersource_rest_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.64
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberSource
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -334,6 +334,7 @@ files:
|
|
334
334
|
- lib/cybersource_rest_client/api/asymmetric_key_management_api.rb
|
335
335
|
- lib/cybersource_rest_client/api/batches_api.rb
|
336
336
|
- lib/cybersource_rest_client/api/billing_agreements_api.rb
|
337
|
+
- lib/cybersource_rest_client/api/bin_lookup_api.rb
|
337
338
|
- lib/cybersource_rest_client/api/capture_api.rb
|
338
339
|
- lib/cybersource_rest_client/api/chargeback_details_api.rb
|
339
340
|
- lib/cybersource_rest_client/api/chargeback_summaries_api.rb
|
@@ -404,6 +405,13 @@ files:
|
|
404
405
|
- lib/cybersource_rest_client/models/add_negative_list_request.rb
|
405
406
|
- lib/cybersource_rest_client/models/auth_reversal_request.rb
|
406
407
|
- lib/cybersource_rest_client/models/bad_request_error.rb
|
408
|
+
- lib/cybersource_rest_client/models/bin_lookupv400_response.rb
|
409
|
+
- lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb
|
410
|
+
- lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb
|
411
|
+
- lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb
|
412
|
+
- lib/cybersource_rest_client/models/binv1binlookup_processing_information.rb
|
413
|
+
- lib/cybersource_rest_client/models/binv1binlookup_processing_information_payout_options.rb
|
414
|
+
- lib/cybersource_rest_client/models/binv1binlookup_token_information.rb
|
407
415
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb
|
408
416
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb
|
409
417
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb
|
@@ -459,6 +467,7 @@ files:
|
|
459
467
|
- lib/cybersource_rest_client/models/create_access_token_request.rb
|
460
468
|
- lib/cybersource_rest_client/models/create_adhoc_report_request.rb
|
461
469
|
- lib/cybersource_rest_client/models/create_billing_agreement.rb
|
470
|
+
- lib/cybersource_rest_client/models/create_bin_lookup_request.rb
|
462
471
|
- lib/cybersource_rest_client/models/create_bundled_decision_manager_case_request.rb
|
463
472
|
- lib/cybersource_rest_client/models/create_credit_request.rb
|
464
473
|
- lib/cybersource_rest_client/models/create_invoice_request.rb
|
@@ -570,26 +579,36 @@ files:
|
|
570
579
|
- lib/cybersource_rest_client/models/inline_response_200__embedded_reversal__links_self.rb
|
571
580
|
- lib/cybersource_rest_client/models/inline_response_201.rb
|
572
581
|
- lib/cybersource_rest_client/models/inline_response_201_1.rb
|
573
|
-
- lib/cybersource_rest_client/models/
|
574
|
-
- lib/cybersource_rest_client/models/
|
575
|
-
- lib/cybersource_rest_client/models/
|
576
|
-
- lib/cybersource_rest_client/models/
|
577
|
-
- lib/cybersource_rest_client/models/
|
578
|
-
- lib/cybersource_rest_client/models/
|
579
|
-
- lib/cybersource_rest_client/models/
|
580
|
-
- lib/cybersource_rest_client/models/
|
581
|
-
- lib/cybersource_rest_client/models/
|
582
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_configuration_status.rb
|
583
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_subscription_status.rb
|
584
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_digital_payments.rb
|
585
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_setups_risk.rb
|
586
|
-
- lib/cybersource_rest_client/models/inline_response_201_1_setups_value_added_services.rb
|
582
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_issuer_information.rb
|
583
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information.rb
|
584
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_card.rb
|
585
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_card_brands.rb
|
586
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_features.rb
|
587
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payment_account_information_network.rb
|
588
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information.rb
|
589
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information_pull_funds.rb
|
590
|
+
- lib/cybersource_rest_client/models/inline_response_201_1_payout_information_push_funds.rb
|
587
591
|
- lib/cybersource_rest_client/models/inline_response_201_2.rb
|
588
|
-
- lib/cybersource_rest_client/models/
|
589
|
-
- lib/cybersource_rest_client/models/
|
590
|
-
- lib/cybersource_rest_client/models/
|
592
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_integration_information.rb
|
593
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_integration_information_tenant_configurations.rb
|
594
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_organization_information.rb
|
595
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_product_information_setups.rb
|
596
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_registration_information.rb
|
597
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups.rb
|
598
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_commerce_solutions.rb
|
599
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb
|
600
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing.rb
|
601
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status.rb
|
602
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status.rb
|
603
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_digital_payments.rb
|
604
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_risk.rb
|
605
|
+
- lib/cybersource_rest_client/models/inline_response_201_2_setups_value_added_services.rb
|
591
606
|
- lib/cybersource_rest_client/models/inline_response_201_3.rb
|
607
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_key_information.rb
|
608
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_key_information_error_information.rb
|
609
|
+
- lib/cybersource_rest_client/models/inline_response_201_3_key_information_error_information_details.rb
|
592
610
|
- lib/cybersource_rest_client/models/inline_response_201_4.rb
|
611
|
+
- lib/cybersource_rest_client/models/inline_response_201_5.rb
|
593
612
|
- lib/cybersource_rest_client/models/inline_response_202.rb
|
594
613
|
- lib/cybersource_rest_client/models/inline_response_202__links.rb
|
595
614
|
- lib/cybersource_rest_client/models/inline_response_202__links_status.rb
|
@@ -909,6 +928,7 @@ files:
|
|
909
928
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
|
910
929
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
|
911
930
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
|
931
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration.rb
|
912
932
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb
|
913
933
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb
|
914
934
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb
|
@@ -977,22 +997,11 @@ files:
|
|
977
997
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb
|
978
998
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb
|
979
999
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb
|
980
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information.rb
|
981
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb
|
982
1000
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information.rb
|
983
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_defined_information.rb
|
984
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb
|
985
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb
|
986
1001
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information.rb
|
987
1002
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb
|
988
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_surcharge.rb
|
989
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb
|
990
1003
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb
|
991
1004
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb
|
992
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_recurring_options.rb
|
993
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options.rb
|
994
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options.rb
|
995
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_options_funding_options_initiator.rb
|
996
1005
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb
|
997
1006
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information.rb
|
998
1007
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb
|
@@ -1116,6 +1125,7 @@ files:
|
|
1116
1125
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_instrument_identifier.rb
|
1117
1126
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_legacy_token.rb
|
1118
1127
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_options.rb
|
1128
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_account_reference.rb
|
1119
1129
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_instrument.rb
|
1120
1130
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type.rb
|
1121
1131
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb
|
@@ -1150,6 +1160,7 @@ files:
|
|
1150
1160
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information.rb
|
1151
1161
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb
|
1152
1162
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_shipping_address.rb
|
1163
|
+
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information.rb
|
1153
1164
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb
|
1154
1165
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb
|
1155
1166
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb
|
@@ -1495,7 +1506,6 @@ files:
|
|
1495
1506
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_issuer.rb
|
1496
1507
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata.rb
|
1497
1508
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information.rb
|
1498
|
-
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_token_provisioning_information.rb
|
1499
1509
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card.rb
|
1500
1510
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card_card.rb
|
1501
1511
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info.rb
|
@@ -1622,7 +1632,6 @@ files:
|
|
1622
1632
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers.rb
|
1623
1633
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb
|
1624
1634
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb
|
1625
|
-
- lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb
|
1626
1635
|
- lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb
|
1627
1636
|
- lib/cybersource_rest_client/models/ums_v1_users_get200_response.rb
|
1628
1637
|
- lib/cybersource_rest_client/models/ums_v1_users_get200_response_account_information.rb
|
@@ -1720,7 +1729,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1720
1729
|
- !ruby/object:Gem::Version
|
1721
1730
|
version: '0'
|
1722
1731
|
requirements: []
|
1723
|
-
rubygems_version: 3.
|
1732
|
+
rubygems_version: 3.1.6
|
1724
1733
|
signing_key:
|
1725
1734
|
specification_version: 4
|
1726
1735
|
summary: CyberSource Ruby SDK Gem
|