cybersource_rest_client 0.0.50 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +4 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +2 -2
- data/lib/cybersource_rest_client/models/create_bundled_decision_manager_case_request.rb +13 -4
- data/lib/cybersource_rest_client/models/create_payment_request.rb +13 -4
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +32 -8
- data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +32 -4
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +13 -4
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information_company.rb +190 -0
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details_freight.rb +20 -4
- data/lib/cybersource_rest_client/models/invoicingv2invoices_order_information_line_items.rb +84 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +13 -4
- 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_order_information.rb +13 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_bill_to.rb +206 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +21 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +17 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +102 -6
- data/lib/cybersource_rest_client/models/{risk_v1_export_compliance_inquiries_post201_response_export_compliance_information.rb → pts_v2_payments_post201_response_watchlist_screening_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_export_compliance_inquiries_post201_response_export_compliance_information_watch_list.rb → pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_export_compliance_inquiries_post201_response_watch_list_matches.rb → pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +20 -4
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +26 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +20 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb +238 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +36 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +26 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type.rb +11 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +21 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +14 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information.rb +215 -0
- data/lib/cybersource_rest_client/models/{riskv1exportcomplianceinquiries_export_compliance_information_weights.rb → ptsv2payments_watchlist_screening_information_weights.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +20 -4
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response.rb +10 -1
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +26 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +10 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +40 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb +194 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +27 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_features.rb +286 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_issuer_information.rb +238 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_network.rb +190 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payout_options.rb +190 -0
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +11 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_token_information.rb +24 -4
- data/lib/cybersource_rest_client.rb +13 -4
- metadata +31 -8
data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_token_information.rb
CHANGED
@@ -22,13 +22,21 @@ module CyberSource
|
|
22
22
|
|
23
23
|
attr_accessor :instrument_identifier
|
24
24
|
|
25
|
+
# TMS Transient Token, 64 hexadecimal id value representing captured payment credentials (including Sensitive Authentication Data, e.g. CVV).
|
26
|
+
attr_accessor :jti
|
27
|
+
|
28
|
+
# Flex API Transient Token encoded as JWT (JSON Web Token), e.g. Flex microform or Unified Payment checkout result.
|
29
|
+
attr_accessor :transient_token_jwt
|
30
|
+
|
25
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
32
|
def self.attribute_map
|
27
33
|
{
|
28
34
|
:'customer' => :'customer',
|
29
35
|
:'payment_instrument' => :'paymentInstrument',
|
30
36
|
:'shipping_address' => :'shippingAddress',
|
31
|
-
:'instrument_identifier' => :'instrumentIdentifier'
|
37
|
+
:'instrument_identifier' => :'instrumentIdentifier',
|
38
|
+
:'jti' => :'jti',
|
39
|
+
:'transient_token_jwt' => :'transientTokenJwt'
|
32
40
|
}
|
33
41
|
end
|
34
42
|
|
@@ -38,7 +46,9 @@ module CyberSource
|
|
38
46
|
:'customer' => :'PtsV2PaymentsPost201ResponseTokenInformationCustomer',
|
39
47
|
:'payment_instrument' => :'PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument',
|
40
48
|
:'shipping_address' => :'PtsV2PaymentsPost201ResponseTokenInformationShippingAddress',
|
41
|
-
:'instrument_identifier' => :'TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier'
|
49
|
+
:'instrument_identifier' => :'TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier',
|
50
|
+
:'jti' => :'String',
|
51
|
+
:'transient_token_jwt' => :'String'
|
42
52
|
}
|
43
53
|
end
|
44
54
|
|
@@ -65,6 +75,14 @@ module CyberSource
|
|
65
75
|
if attributes.has_key?(:'instrumentIdentifier')
|
66
76
|
self.instrument_identifier = attributes[:'instrumentIdentifier']
|
67
77
|
end
|
78
|
+
|
79
|
+
if attributes.has_key?(:'jti')
|
80
|
+
self.jti = attributes[:'jti']
|
81
|
+
end
|
82
|
+
|
83
|
+
if attributes.has_key?(:'transientTokenJwt')
|
84
|
+
self.transient_token_jwt = attributes[:'transientTokenJwt']
|
85
|
+
end
|
68
86
|
end
|
69
87
|
|
70
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -88,7 +106,9 @@ module CyberSource
|
|
88
106
|
customer == o.customer &&
|
89
107
|
payment_instrument == o.payment_instrument &&
|
90
108
|
shipping_address == o.shipping_address &&
|
91
|
-
instrument_identifier == o.instrument_identifier
|
109
|
+
instrument_identifier == o.instrument_identifier &&
|
110
|
+
jti == o.jti &&
|
111
|
+
transient_token_jwt == o.transient_token_jwt
|
92
112
|
end
|
93
113
|
|
94
114
|
# @see the `==` method
|
@@ -100,7 +120,7 @@ module CyberSource
|
|
100
120
|
# Calculates hash code according to all attributes.
|
101
121
|
# @return [Fixnum] Hash code
|
102
122
|
def hash
|
103
|
-
[customer, payment_instrument, shipping_address, instrument_identifier].hash
|
123
|
+
[customer, payment_instrument, shipping_address, instrument_identifier, jti, transient_token_jwt].hash
|
104
124
|
end
|
105
125
|
|
106
126
|
# Builds the object from hash
|
@@ -182,6 +182,7 @@ require 'cybersource_rest_client/models/invoicing_v2_invoices_post201_response_o
|
|
182
182
|
require 'cybersource_rest_client/models/invoicing_v2_invoices_post202_response'
|
183
183
|
require 'cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information'
|
184
184
|
require 'cybersource_rest_client/models/invoicingv2invoices_customer_information'
|
185
|
+
require 'cybersource_rest_client/models/invoicingv2invoices_customer_information_company'
|
185
186
|
require 'cybersource_rest_client/models/invoicingv2invoices_invoice_information'
|
186
187
|
require 'cybersource_rest_client/models/invoicingv2invoices_order_information'
|
187
188
|
require 'cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details'
|
@@ -295,6 +296,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response__links'
|
|
295
296
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response__links_self'
|
296
297
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information'
|
297
298
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details'
|
299
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_bill_to'
|
298
300
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details'
|
299
301
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_reward_points_details'
|
300
302
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information'
|
@@ -339,6 +341,9 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_i
|
|
339
341
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier'
|
340
342
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument'
|
341
343
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address'
|
344
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information'
|
345
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list'
|
346
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches'
|
342
347
|
require 'cybersource_rest_client/models/pts_v2_payments_post400_response'
|
343
348
|
require 'cybersource_rest_client/models/pts_v2_payments_post502_response'
|
344
349
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response'
|
@@ -423,6 +428,7 @@ require 'cybersource_rest_client/models/ptsv2payments_merchant_defined_informati
|
|
423
428
|
require 'cybersource_rest_client/models/ptsv2payments_merchant_information'
|
424
429
|
require 'cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor'
|
425
430
|
require 'cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor'
|
431
|
+
require 'cybersource_rest_client/models/ptsv2payments_merchant_information_service_location'
|
426
432
|
require 'cybersource_rest_client/models/ptsv2payments_order_information'
|
427
433
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_details'
|
428
434
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts'
|
@@ -492,6 +498,8 @@ require 'cybersource_rest_client/models/ptsv2payments_travel_information_transit
|
|
492
498
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service'
|
493
499
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs'
|
494
500
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer'
|
501
|
+
require 'cybersource_rest_client/models/ptsv2payments_watchlist_screening_information'
|
502
|
+
require 'cybersource_rest_client/models/ptsv2payments_watchlist_screening_information_weights'
|
495
503
|
require 'cybersource_rest_client/models/ptsv2paymentsid_client_reference_information'
|
496
504
|
require 'cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner'
|
497
505
|
require 'cybersource_rest_client/models/ptsv2paymentsid_merchant_information'
|
@@ -683,9 +691,6 @@ require 'cybersource_rest_client/models/risk_v1_decisions_post400_response'
|
|
683
691
|
require 'cybersource_rest_client/models/risk_v1_decisions_post400_response_1'
|
684
692
|
require 'cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response'
|
685
693
|
require 'cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_error_information'
|
686
|
-
require 'cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information'
|
687
|
-
require 'cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information_watch_list'
|
688
|
-
require 'cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_watch_list_matches'
|
689
694
|
require 'cybersource_rest_client/models/risk_v1_update_post201_response'
|
690
695
|
require 'cybersource_rest_client/models/riskv1addressverifications_buyer_information'
|
691
696
|
require 'cybersource_rest_client/models/riskv1addressverifications_order_information'
|
@@ -749,7 +754,6 @@ require 'cybersource_rest_client/models/riskv1decisionsidmarking_risk_informatio
|
|
749
754
|
require 'cybersource_rest_client/models/riskv1decisionsidmarking_risk_information_marking_details'
|
750
755
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information'
|
751
756
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information'
|
752
|
-
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information_weights'
|
753
757
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information'
|
754
758
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to'
|
755
759
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to_company'
|
@@ -861,12 +865,17 @@ require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_paym
|
|
861
865
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank'
|
862
866
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account'
|
863
867
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate'
|
868
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands'
|
864
869
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card'
|
865
870
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer'
|
871
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_features'
|
866
872
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_fluid_data'
|
867
873
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_instrument_identifier'
|
868
874
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_invoice'
|
875
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_issuer_information'
|
876
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_network'
|
869
877
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type'
|
878
|
+
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_payout_options'
|
870
879
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information'
|
871
880
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information'
|
872
881
|
require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options'
|
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.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberSource
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -96,14 +96,14 @@ dependencies:
|
|
96
96
|
requirements:
|
97
97
|
- - '='
|
98
98
|
- !ruby/object:Gem::Version
|
99
|
-
version:
|
99
|
+
version: 2.7.0
|
100
100
|
type: :runtime
|
101
101
|
prerelease: false
|
102
102
|
version_requirements: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
104
|
- - '='
|
105
105
|
- !ruby/object:Gem::Version
|
106
|
-
version:
|
106
|
+
version: 2.7.0
|
107
107
|
- !ruby/object:Gem::Dependency
|
108
108
|
name: addressable
|
109
109
|
requirement: !ruby/object:Gem::Requirement
|
@@ -124,6 +124,20 @@ dependencies:
|
|
124
124
|
- - ">="
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: 2.3.0
|
127
|
+
- !ruby/object:Gem::Dependency
|
128
|
+
name: time
|
129
|
+
requirement: !ruby/object:Gem::Requirement
|
130
|
+
requirements:
|
131
|
+
- - "~>"
|
132
|
+
- !ruby/object:Gem::Version
|
133
|
+
version: 0.2.2
|
134
|
+
type: :runtime
|
135
|
+
prerelease: false
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
137
|
+
requirements:
|
138
|
+
- - "~>"
|
139
|
+
- !ruby/object:Gem::Version
|
140
|
+
version: 0.2.2
|
127
141
|
- !ruby/object:Gem::Dependency
|
128
142
|
name: simplecov
|
129
143
|
requirement: !ruby/object:Gem::Requirement
|
@@ -521,6 +535,7 @@ files:
|
|
521
535
|
- lib/cybersource_rest_client/models/invoicing_v2_invoices_post202_response.rb
|
522
536
|
- lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb
|
523
537
|
- lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb
|
538
|
+
- lib/cybersource_rest_client/models/invoicingv2invoices_customer_information_company.rb
|
524
539
|
- lib/cybersource_rest_client/models/invoicingv2invoices_invoice_information.rb
|
525
540
|
- lib/cybersource_rest_client/models/invoicingv2invoices_order_information.rb
|
526
541
|
- lib/cybersource_rest_client/models/invoicingv2invoices_order_information_amount_details.rb
|
@@ -634,6 +649,7 @@ files:
|
|
634
649
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb
|
635
650
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information.rb
|
636
651
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb
|
652
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_bill_to.rb
|
637
653
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb
|
638
654
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_reward_points_details.rb
|
639
655
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb
|
@@ -678,6 +694,9 @@ files:
|
|
678
694
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier.rb
|
679
695
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb
|
680
696
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb
|
697
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb
|
698
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb
|
699
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb
|
681
700
|
- lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb
|
682
701
|
- lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb
|
683
702
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb
|
@@ -762,6 +781,7 @@ files:
|
|
762
781
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb
|
763
782
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb
|
764
783
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb
|
784
|
+
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb
|
765
785
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb
|
766
786
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information.rb
|
767
787
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb
|
@@ -831,6 +851,8 @@ files:
|
|
831
851
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb
|
832
852
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb
|
833
853
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer.rb
|
854
|
+
- lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information.rb
|
855
|
+
- lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information_weights.rb
|
834
856
|
- lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb
|
835
857
|
- lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb
|
836
858
|
- lib/cybersource_rest_client/models/ptsv2paymentsid_merchant_information.rb
|
@@ -1023,9 +1045,6 @@ files:
|
|
1023
1045
|
- lib/cybersource_rest_client/models/risk_v1_decisions_post400_response_1.rb
|
1024
1046
|
- lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb
|
1025
1047
|
- lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_error_information.rb
|
1026
|
-
- lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information.rb
|
1027
|
-
- lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information_watch_list.rb
|
1028
|
-
- lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_watch_list_matches.rb
|
1029
1048
|
- lib/cybersource_rest_client/models/risk_v1_update_post201_response.rb
|
1030
1049
|
- lib/cybersource_rest_client/models/riskv1addressverifications_buyer_information.rb
|
1031
1050
|
- lib/cybersource_rest_client/models/riskv1addressverifications_order_information.rb
|
@@ -1089,7 +1108,6 @@ files:
|
|
1089
1108
|
- lib/cybersource_rest_client/models/riskv1decisionsidmarking_risk_information_marking_details.rb
|
1090
1109
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information.rb
|
1091
1110
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb
|
1092
|
-
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information_weights.rb
|
1093
1111
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information.rb
|
1094
1112
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb
|
1095
1113
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to_company.rb
|
@@ -1201,12 +1219,17 @@ files:
|
|
1201
1219
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb
|
1202
1220
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb
|
1203
1221
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate.rb
|
1222
|
+
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_brands.rb
|
1204
1223
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb
|
1205
1224
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb
|
1225
|
+
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_features.rb
|
1206
1226
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_fluid_data.rb
|
1207
1227
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_instrument_identifier.rb
|
1208
1228
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_invoice.rb
|
1229
|
+
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_issuer_information.rb
|
1230
|
+
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_network.rb
|
1209
1231
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb
|
1232
|
+
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payout_options.rb
|
1210
1233
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb
|
1211
1234
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb
|
1212
1235
|
- lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb
|