lithic 0.1.0.pre.alpha.54 → 0.1.0.pre.alpha.56
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/CHANGELOG.md +39 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +4 -0
- data/lib/lithic/models/account_activity_list_response.rb +60 -148
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +60 -151
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +2 -2
- data/lib/lithic/models/account_holder_update_response.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -51
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +8 -51
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +260 -0
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +207 -0
- data/lib/lithic/models/auth_rules/conditional_operation.rb +26 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +254 -0
- data/lib/lithic/models/auth_rules/conditional_value.rb +27 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +46 -283
- data/lib/lithic/models/auth_rules/v2_create_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -248
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_list_params.rb +3 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +4 -11
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_update_response.rb +23 -510
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +4 -7
- data/lib/lithic/models/auth_rules/velocity_limit_period.rb +154 -0
- data/lib/lithic/models/book_transfer_response.rb +6 -5
- data/lib/lithic/models/category_details.rb +27 -0
- data/lib/lithic/models/dispute_v2.rb +555 -0
- data/lib/lithic/models/disputes_v2_list_params.rb +84 -0
- data/lib/lithic/models/disputes_v2_retrieve_params.rb +14 -0
- data/lib/lithic/models/event.rb +213 -69
- data/lib/lithic/models/event_list_params.rb +112 -6
- data/lib/lithic/models/event_subscription.rb +112 -6
- data/lib/lithic/models/events/subscription_create_params.rb +112 -6
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +12 -6
- data/lib/lithic/models/events/subscription_update_params.rb +112 -6
- data/lib/lithic/models/external_bank_account_address.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_list_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_unpause_params.rb +14 -0
- data/lib/lithic/models/external_bank_account_unpause_response.rb +242 -0
- data/lib/lithic/models/external_bank_account_update_response.rb +18 -18
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +18 -18
- data/lib/lithic/models/external_payment.rb +3 -2
- data/lib/lithic/models/external_payment_list_params.rb +1 -0
- data/lib/lithic/models/financial_account.rb +5 -68
- data/lib/lithic/models/financial_accounts/category_balances.rb +29 -0
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +1 -64
- data/lib/lithic/models/financial_accounts/loan_tape.rb +35 -424
- data/lib/lithic/models/financial_accounts/statement.rb +73 -211
- data/lib/lithic/models/financial_event.rb +148 -0
- data/lib/lithic/models/financial_transaction.rb +3 -146
- data/lib/lithic/models/management_operation_list_params.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +5 -4
- data/lib/lithic/models/merchant.rb +70 -0
- data/lib/lithic/models/payment.rb +16 -14
- data/lib/lithic/models/payment_return_params.rb +62 -0
- data/lib/lithic/models/payment_simulate_action_params.rb +17 -1
- data/lib/lithic/models/statement_totals.rb +100 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +9 -9
- data/lib/lithic/models/tokenization.rb +189 -23
- data/lib/lithic/models/transaction.rb +15 -185
- data/lib/lithic/models/transactions/events/enhanced_data.rb +52 -43
- data/lib/lithic/models/transfer.rb +3 -146
- data/lib/lithic/models.rb +18 -0
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +3 -5
- data/lib/lithic/resources/auth_rules/v2.rb +13 -56
- data/lib/lithic/resources/disputes_v2.rb +74 -0
- data/lib/lithic/resources/external_bank_accounts.rb +19 -0
- data/lib/lithic/resources/payments.rb +53 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +18 -3
- data/rbi/lithic/client.rbi +3 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +121 -544
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +121 -544
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +3 -6
- data/rbi/lithic/models/account_holder_update_response.rbi +6 -12
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +13 -139
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +13 -153
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +789 -0
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +437 -0
- data/rbi/lithic/models/auth_rules/conditional_operation.rbi +74 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +674 -0
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +112 -680
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +12 -575
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +15 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +9 -22
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +17 -29
- data/rbi/lithic/models/auth_rules/velocity_limit_period.rbi +223 -0
- data/rbi/lithic/models/book_transfer_response.rbi +16 -11
- data/rbi/lithic/models/category_details.rbi +43 -0
- data/rbi/lithic/models/dispute_v2.rbi +965 -0
- data/rbi/lithic/models/disputes_v2_list_params.rbi +129 -0
- data/rbi/lithic/models/disputes_v2_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/event.rbi +348 -111
- data/rbi/lithic/models/event_list_params.rbi +155 -25
- data/rbi/lithic/models/event_subscription.rbi +155 -25
- data/rbi/lithic/models/events/subscription_create_params.rbi +155 -25
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +55 -25
- data/rbi/lithic/models/events/subscription_update_params.rbi +155 -25
- data/rbi/lithic/models/external_bank_account_address.rbi +3 -6
- data/rbi/lithic/models/external_bank_account_create_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_list_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_unpause_params.rbi +30 -0
- data/rbi/lithic/models/external_bank_account_unpause_response.rbi +375 -0
- data/rbi/lithic/models/external_bank_account_update_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +31 -51
- data/rbi/lithic/models/external_payment.rbi +5 -6
- data/rbi/lithic/models/external_payment_list_params.rbi +5 -0
- data/rbi/lithic/models/financial_account.rbi +15 -136
- data/rbi/lithic/models/financial_accounts/category_balances.rbi +42 -0
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +3 -136
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +47 -679
- data/rbi/lithic/models/financial_accounts/statement.rbi +118 -348
- data/rbi/lithic/models/financial_event.rbi +409 -0
- data/rbi/lithic/models/financial_transaction.rbi +3 -509
- data/rbi/lithic/models/management_operation_list_params.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +11 -12
- data/rbi/lithic/models/merchant.rbi +89 -0
- data/rbi/lithic/models/payment.rbi +27 -21
- data/rbi/lithic/models/payment_return_params.rbi +85 -0
- data/rbi/lithic/models/payment_simulate_action_params.rbi +22 -0
- data/rbi/lithic/models/statement_totals.rbi +128 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +12 -12
- data/rbi/lithic/models/tokenization.rbi +429 -34
- data/rbi/lithic/models/transaction.rbi +26 -336
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +77 -136
- data/rbi/lithic/models/transfer.rbi +4 -436
- data/rbi/lithic/models.rbi +19 -0
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +0 -3
- data/rbi/lithic/resources/auth_rules/v2.rbi +29 -72
- data/rbi/lithic/resources/disputes_v2.rbi +64 -0
- data/rbi/lithic/resources/external_bank_accounts.rbi +10 -0
- data/rbi/lithic/resources/payments.rbi +52 -0
- data/sig/lithic/client.rbs +2 -0
- data/sig/lithic/models/account_activity_list_response.rbs +67 -221
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +67 -221
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +4 -6
- data/sig/lithic/models/account_holder_update_response.rbs +8 -12
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +293 -0
- data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +112 -0
- data/sig/lithic/models/auth_rules/conditional_operation.rbs +34 -0
- data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +237 -0
- data/sig/lithic/models/auth_rules/conditional_value.rbs +15 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +32 -188
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +3 -159
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +9 -1
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -4
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +4 -4
- data/sig/lithic/models/auth_rules/velocity_limit_period.rbs +91 -0
- data/sig/lithic/models/book_transfer_response.rbs +10 -8
- data/sig/lithic/models/category_details.rbs +26 -0
- data/sig/lithic/models/dispute_v2.rbs +438 -0
- data/sig/lithic/models/disputes_v2_list_params.rbs +77 -0
- data/sig/lithic/models/disputes_v2_retrieve_params.rbs +15 -0
- data/sig/lithic/models/event.rbs +25 -13
- data/sig/lithic/models/event_list_params.rbs +25 -13
- data/sig/lithic/models/event_subscription.rbs +25 -13
- data/sig/lithic/models/events/subscription_create_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_update_params.rbs +25 -13
- data/sig/lithic/models/external_bank_account_address.rbs +4 -6
- data/sig/lithic/models/external_bank_account_create_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_list_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_unpause_params.rbs +15 -0
- data/sig/lithic/models/external_bank_account_unpause_response.rbs +162 -0
- data/sig/lithic/models/external_bank_account_update_response.rbs +36 -56
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +36 -56
- data/sig/lithic/models/external_payment.rbs +7 -7
- data/sig/lithic/models/external_payment_list_params.rbs +3 -1
- data/sig/lithic/models/financial_account.rbs +7 -49
- data/sig/lithic/models/financial_accounts/category_balances.rbs +24 -0
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +3 -49
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +48 -386
- data/sig/lithic/models/financial_accounts/statement.rbs +59 -192
- data/sig/lithic/models/financial_event.rbs +216 -0
- data/sig/lithic/models/financial_transaction.rbs +4 -217
- data/sig/lithic/models/management_operation_list_params.rbs +3 -1
- data/sig/lithic/models/management_operation_transaction.rbs +11 -13
- data/sig/lithic/models/merchant.rbs +50 -0
- data/sig/lithic/models/payment.rbs +17 -15
- data/sig/lithic/models/payment_return_params.rbs +46 -0
- data/sig/lithic/models/payment_simulate_action_params.rbs +14 -0
- data/sig/lithic/models/statement_totals.rbs +76 -0
- data/sig/lithic/models/tokenization.rbs +160 -13
- data/sig/lithic/models/transaction.rbs +17 -145
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +78 -124
- data/sig/lithic/models/transfer.rbs +6 -219
- data/sig/lithic/models.rbs +18 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +2 -12
- data/sig/lithic/resources/disputes_v2.rbs +24 -0
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -0
- data/sig/lithic/resources/payments.rbs +12 -0
- metadata +56 -11
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +0 -56
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +0 -766
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +0 -248
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +0 -86
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +0 -1638
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +0 -557
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +0 -54
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +0 -509
- data/sig/lithic/models/auth_rules/velocity_limit_params_period_window.rbs +0 -223
|
@@ -6,14 +6,14 @@ module Lithic
|
|
|
6
6
|
account_token: String,
|
|
7
7
|
card_token: String,
|
|
8
8
|
created_at: Time,
|
|
9
|
-
device_id: String?,
|
|
10
9
|
dpan: String?,
|
|
11
10
|
status: Lithic::Models::Tokenization::status,
|
|
12
11
|
token_requestor_name: Lithic::Models::Tokenization::token_requestor_name,
|
|
13
12
|
token_unique_reference: String,
|
|
14
13
|
tokenization_channel: Lithic::Models::Tokenization::tokenization_channel,
|
|
15
14
|
updated_at: Time,
|
|
16
|
-
|
|
15
|
+
device_id: String?,
|
|
16
|
+
digital_card_art_token: String?,
|
|
17
17
|
events: ::Array[Lithic::Tokenization::Event],
|
|
18
18
|
payment_account_reference_id: String?
|
|
19
19
|
}
|
|
@@ -27,8 +27,6 @@ module Lithic
|
|
|
27
27
|
|
|
28
28
|
attr_accessor created_at: Time
|
|
29
29
|
|
|
30
|
-
attr_accessor device_id: String?
|
|
31
|
-
|
|
32
30
|
attr_accessor dpan: String?
|
|
33
31
|
|
|
34
32
|
attr_accessor status: Lithic::Models::Tokenization::status
|
|
@@ -41,9 +39,9 @@ module Lithic
|
|
|
41
39
|
|
|
42
40
|
attr_accessor updated_at: Time
|
|
43
41
|
|
|
44
|
-
|
|
42
|
+
attr_accessor device_id: String?
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
attr_accessor digital_card_art_token: String?
|
|
47
45
|
|
|
48
46
|
attr_reader events: ::Array[Lithic::Tokenization::Event]?
|
|
49
47
|
|
|
@@ -58,14 +56,14 @@ module Lithic
|
|
|
58
56
|
account_token: String,
|
|
59
57
|
card_token: String,
|
|
60
58
|
created_at: Time,
|
|
61
|
-
device_id: String?,
|
|
62
59
|
dpan: String?,
|
|
63
60
|
status: Lithic::Models::Tokenization::status,
|
|
64
61
|
token_requestor_name: Lithic::Models::Tokenization::token_requestor_name,
|
|
65
62
|
token_unique_reference: String,
|
|
66
63
|
tokenization_channel: Lithic::Models::Tokenization::tokenization_channel,
|
|
67
64
|
updated_at: Time,
|
|
68
|
-
?
|
|
65
|
+
?device_id: String?,
|
|
66
|
+
?digital_card_art_token: String?,
|
|
69
67
|
?events: ::Array[Lithic::Tokenization::Event],
|
|
70
68
|
?payment_account_reference_id: String?
|
|
71
69
|
) -> void
|
|
@@ -75,14 +73,14 @@ module Lithic
|
|
|
75
73
|
account_token: String,
|
|
76
74
|
card_token: String,
|
|
77
75
|
created_at: Time,
|
|
78
|
-
device_id: String?,
|
|
79
76
|
dpan: String?,
|
|
80
77
|
status: Lithic::Models::Tokenization::status,
|
|
81
78
|
token_requestor_name: Lithic::Models::Tokenization::token_requestor_name,
|
|
82
79
|
token_unique_reference: String,
|
|
83
80
|
tokenization_channel: Lithic::Models::Tokenization::tokenization_channel,
|
|
84
81
|
updated_at: Time,
|
|
85
|
-
|
|
82
|
+
device_id: String?,
|
|
83
|
+
digital_card_art_token: String?,
|
|
86
84
|
events: ::Array[Lithic::Tokenization::Event],
|
|
87
85
|
payment_account_reference_id: String?
|
|
88
86
|
}
|
|
@@ -117,14 +115,18 @@ module Lithic
|
|
|
117
115
|
| :FACEBOOK
|
|
118
116
|
| :FITBIT_PAY
|
|
119
117
|
| :GARMIN_PAY
|
|
118
|
+
| :GOOGLE_PAY
|
|
120
119
|
| :MICROSOFT_PAY
|
|
121
120
|
| :NETFLIX
|
|
122
121
|
| :SAMSUNG_PAY
|
|
123
122
|
| :UNKNOWN
|
|
124
123
|
| :VISA_CHECKOUT
|
|
124
|
+
| String
|
|
125
125
|
|
|
126
126
|
module TokenRequestorName
|
|
127
|
-
extend Lithic::Internal::Type::
|
|
127
|
+
extend Lithic::Internal::Type::Union
|
|
128
|
+
|
|
129
|
+
def self?.variants: -> ::Array[Lithic::Models::Tokenization::token_requestor_name]
|
|
128
130
|
|
|
129
131
|
AMAZON_ONE: :AMAZON_ONE
|
|
130
132
|
ANDROID_PAY: :ANDROID_PAY
|
|
@@ -132,13 +134,12 @@ module Lithic
|
|
|
132
134
|
FACEBOOK: :FACEBOOK
|
|
133
135
|
FITBIT_PAY: :FITBIT_PAY
|
|
134
136
|
GARMIN_PAY: :GARMIN_PAY
|
|
137
|
+
GOOGLE_PAY: :GOOGLE_PAY
|
|
135
138
|
MICROSOFT_PAY: :MICROSOFT_PAY
|
|
136
139
|
NETFLIX: :NETFLIX
|
|
137
140
|
SAMSUNG_PAY: :SAMSUNG_PAY
|
|
138
141
|
UNKNOWN: :UNKNOWN
|
|
139
142
|
VISA_CHECKOUT: :VISA_CHECKOUT
|
|
140
|
-
|
|
141
|
-
def self?.values: -> ::Array[Lithic::Models::Tokenization::token_requestor_name]
|
|
142
143
|
end
|
|
143
144
|
|
|
144
145
|
type tokenization_channel = :DIGITAL_WALLET | :MERCHANT
|
|
@@ -157,6 +158,9 @@ module Lithic
|
|
|
157
158
|
token: String,
|
|
158
159
|
created_at: Time,
|
|
159
160
|
result: Lithic::Models::Tokenization::Event::result,
|
|
161
|
+
rule_results: ::Array[Lithic::Tokenization::Event::RuleResult],
|
|
162
|
+
tokenization_decline_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason],
|
|
163
|
+
tokenization_tfa_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason],
|
|
160
164
|
type: Lithic::Models::Tokenization::Event::type_
|
|
161
165
|
}
|
|
162
166
|
|
|
@@ -175,6 +179,24 @@ module Lithic
|
|
|
175
179
|
Lithic::Models::Tokenization::Event::result
|
|
176
180
|
) -> Lithic::Models::Tokenization::Event::result
|
|
177
181
|
|
|
182
|
+
attr_reader rule_results: ::Array[Lithic::Tokenization::Event::RuleResult]?
|
|
183
|
+
|
|
184
|
+
def rule_results=: (
|
|
185
|
+
::Array[Lithic::Tokenization::Event::RuleResult]
|
|
186
|
+
) -> ::Array[Lithic::Tokenization::Event::RuleResult]
|
|
187
|
+
|
|
188
|
+
attr_reader tokenization_decline_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason]?
|
|
189
|
+
|
|
190
|
+
def tokenization_decline_reasons=: (
|
|
191
|
+
::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason]
|
|
192
|
+
) -> ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason]
|
|
193
|
+
|
|
194
|
+
attr_reader tokenization_tfa_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason]?
|
|
195
|
+
|
|
196
|
+
def tokenization_tfa_reasons=: (
|
|
197
|
+
::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason]
|
|
198
|
+
) -> ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason]
|
|
199
|
+
|
|
178
200
|
attr_reader type: Lithic::Models::Tokenization::Event::type_?
|
|
179
201
|
|
|
180
202
|
def type=: (
|
|
@@ -185,6 +207,9 @@ module Lithic
|
|
|
185
207
|
?token: String,
|
|
186
208
|
?created_at: Time,
|
|
187
209
|
?result: Lithic::Models::Tokenization::Event::result,
|
|
210
|
+
?rule_results: ::Array[Lithic::Tokenization::Event::RuleResult],
|
|
211
|
+
?tokenization_decline_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason],
|
|
212
|
+
?tokenization_tfa_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason],
|
|
188
213
|
?type: Lithic::Models::Tokenization::Event::type_
|
|
189
214
|
) -> void
|
|
190
215
|
|
|
@@ -192,6 +217,9 @@ module Lithic
|
|
|
192
217
|
token: String,
|
|
193
218
|
created_at: Time,
|
|
194
219
|
result: Lithic::Models::Tokenization::Event::result,
|
|
220
|
+
rule_results: ::Array[Lithic::Tokenization::Event::RuleResult],
|
|
221
|
+
tokenization_decline_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason],
|
|
222
|
+
tokenization_tfa_reasons: ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason],
|
|
195
223
|
type: Lithic::Models::Tokenization::Event::type_
|
|
196
224
|
}
|
|
197
225
|
|
|
@@ -228,6 +256,125 @@ module Lithic
|
|
|
228
256
|
def self?.values: -> ::Array[Lithic::Models::Tokenization::Event::result]
|
|
229
257
|
end
|
|
230
258
|
|
|
259
|
+
type rule_result =
|
|
260
|
+
{
|
|
261
|
+
auth_rule_token: String?,
|
|
262
|
+
explanation: String?,
|
|
263
|
+
name: String?,
|
|
264
|
+
result: Lithic::Models::Tokenization::Event::RuleResult::result
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
class RuleResult < Lithic::Internal::Type::BaseModel
|
|
268
|
+
attr_accessor auth_rule_token: String?
|
|
269
|
+
|
|
270
|
+
attr_accessor explanation: String?
|
|
271
|
+
|
|
272
|
+
attr_accessor name: String?
|
|
273
|
+
|
|
274
|
+
attr_accessor result: Lithic::Models::Tokenization::Event::RuleResult::result
|
|
275
|
+
|
|
276
|
+
def initialize: (
|
|
277
|
+
auth_rule_token: String?,
|
|
278
|
+
explanation: String?,
|
|
279
|
+
name: String?,
|
|
280
|
+
result: Lithic::Models::Tokenization::Event::RuleResult::result
|
|
281
|
+
) -> void
|
|
282
|
+
|
|
283
|
+
def to_hash: -> {
|
|
284
|
+
auth_rule_token: String?,
|
|
285
|
+
explanation: String?,
|
|
286
|
+
name: String?,
|
|
287
|
+
result: Lithic::Models::Tokenization::Event::RuleResult::result
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
type result = :APPROVED | :DECLINED | :REQUIRE_TFA | :ERROR
|
|
291
|
+
|
|
292
|
+
module Result
|
|
293
|
+
extend Lithic::Internal::Type::Enum
|
|
294
|
+
|
|
295
|
+
APPROVED: :APPROVED
|
|
296
|
+
DECLINED: :DECLINED
|
|
297
|
+
REQUIRE_TFA: :REQUIRE_TFA
|
|
298
|
+
ERROR: :ERROR
|
|
299
|
+
|
|
300
|
+
def self?.values: -> ::Array[Lithic::Models::Tokenization::Event::RuleResult::result]
|
|
301
|
+
end
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
type tokenization_decline_reason =
|
|
305
|
+
:ACCOUNT_SCORE_1
|
|
306
|
+
| :DEVICE_SCORE_1
|
|
307
|
+
| :ALL_WALLET_DECLINE_REASONS_PRESENT
|
|
308
|
+
| :WALLET_RECOMMENDED_DECISION_RED
|
|
309
|
+
| :CVC_MISMATCH
|
|
310
|
+
| :CARD_EXPIRY_MONTH_MISMATCH
|
|
311
|
+
| :CARD_EXPIRY_YEAR_MISMATCH
|
|
312
|
+
| :CARD_INVALID_STATE
|
|
313
|
+
| :CUSTOMER_RED_PATH
|
|
314
|
+
| :INVALID_CUSTOMER_RESPONSE
|
|
315
|
+
| :NETWORK_FAILURE
|
|
316
|
+
| :GENERIC_DECLINE
|
|
317
|
+
| :DIGITAL_CARD_ART_REQUIRED
|
|
318
|
+
|
|
319
|
+
module TokenizationDeclineReason
|
|
320
|
+
extend Lithic::Internal::Type::Enum
|
|
321
|
+
|
|
322
|
+
ACCOUNT_SCORE_1: :ACCOUNT_SCORE_1
|
|
323
|
+
DEVICE_SCORE_1: :DEVICE_SCORE_1
|
|
324
|
+
ALL_WALLET_DECLINE_REASONS_PRESENT: :ALL_WALLET_DECLINE_REASONS_PRESENT
|
|
325
|
+
WALLET_RECOMMENDED_DECISION_RED: :WALLET_RECOMMENDED_DECISION_RED
|
|
326
|
+
CVC_MISMATCH: :CVC_MISMATCH
|
|
327
|
+
CARD_EXPIRY_MONTH_MISMATCH: :CARD_EXPIRY_MONTH_MISMATCH
|
|
328
|
+
CARD_EXPIRY_YEAR_MISMATCH: :CARD_EXPIRY_YEAR_MISMATCH
|
|
329
|
+
CARD_INVALID_STATE: :CARD_INVALID_STATE
|
|
330
|
+
CUSTOMER_RED_PATH: :CUSTOMER_RED_PATH
|
|
331
|
+
INVALID_CUSTOMER_RESPONSE: :INVALID_CUSTOMER_RESPONSE
|
|
332
|
+
NETWORK_FAILURE: :NETWORK_FAILURE
|
|
333
|
+
GENERIC_DECLINE: :GENERIC_DECLINE
|
|
334
|
+
DIGITAL_CARD_ART_REQUIRED: :DIGITAL_CARD_ART_REQUIRED
|
|
335
|
+
|
|
336
|
+
def self?.values: -> ::Array[Lithic::Models::Tokenization::Event::tokenization_decline_reason]
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
type tokenization_tfa_reason =
|
|
340
|
+
:WALLET_RECOMMENDED_TFA
|
|
341
|
+
| :SUSPICIOUS_ACTIVITY
|
|
342
|
+
| :DEVICE_RECENTLY_LOST
|
|
343
|
+
| :TOO_MANY_RECENT_ATTEMPTS
|
|
344
|
+
| :TOO_MANY_RECENT_TOKENS
|
|
345
|
+
| :TOO_MANY_DIFFERENT_CARDHOLDERS
|
|
346
|
+
| :OUTSIDE_HOME_TERRITORY
|
|
347
|
+
| :HAS_SUSPENDED_TOKENS
|
|
348
|
+
| :HIGH_RISK
|
|
349
|
+
| :ACCOUNT_SCORE_LOW
|
|
350
|
+
| :DEVICE_SCORE_LOW
|
|
351
|
+
| :CARD_STATE_TFA
|
|
352
|
+
| :HARDCODED_TFA
|
|
353
|
+
| :CUSTOMER_RULE_TFA
|
|
354
|
+
| :DEVICE_HOST_CARD_EMULATION
|
|
355
|
+
|
|
356
|
+
module TokenizationTfaReason
|
|
357
|
+
extend Lithic::Internal::Type::Enum
|
|
358
|
+
|
|
359
|
+
WALLET_RECOMMENDED_TFA: :WALLET_RECOMMENDED_TFA
|
|
360
|
+
SUSPICIOUS_ACTIVITY: :SUSPICIOUS_ACTIVITY
|
|
361
|
+
DEVICE_RECENTLY_LOST: :DEVICE_RECENTLY_LOST
|
|
362
|
+
TOO_MANY_RECENT_ATTEMPTS: :TOO_MANY_RECENT_ATTEMPTS
|
|
363
|
+
TOO_MANY_RECENT_TOKENS: :TOO_MANY_RECENT_TOKENS
|
|
364
|
+
TOO_MANY_DIFFERENT_CARDHOLDERS: :TOO_MANY_DIFFERENT_CARDHOLDERS
|
|
365
|
+
OUTSIDE_HOME_TERRITORY: :OUTSIDE_HOME_TERRITORY
|
|
366
|
+
HAS_SUSPENDED_TOKENS: :HAS_SUSPENDED_TOKENS
|
|
367
|
+
HIGH_RISK: :HIGH_RISK
|
|
368
|
+
ACCOUNT_SCORE_LOW: :ACCOUNT_SCORE_LOW
|
|
369
|
+
DEVICE_SCORE_LOW: :DEVICE_SCORE_LOW
|
|
370
|
+
CARD_STATE_TFA: :CARD_STATE_TFA
|
|
371
|
+
HARDCODED_TFA: :HARDCODED_TFA
|
|
372
|
+
CUSTOMER_RULE_TFA: :CUSTOMER_RULE_TFA
|
|
373
|
+
DEVICE_HOST_CARD_EMULATION: :DEVICE_HOST_CARD_EMULATION
|
|
374
|
+
|
|
375
|
+
def self?.values: -> ::Array[Lithic::Models::Tokenization::Event::tokenization_tfa_reason]
|
|
376
|
+
end
|
|
377
|
+
|
|
231
378
|
type type_ =
|
|
232
379
|
:TOKENIZATION_2FA
|
|
233
380
|
| :TOKENIZATION_AUTHORIZATION
|
|
@@ -15,7 +15,7 @@ module Lithic
|
|
|
15
15
|
cardholder_authentication: Lithic::Transaction::CardholderAuthentication?,
|
|
16
16
|
created: Time,
|
|
17
17
|
financial_account_token: String?,
|
|
18
|
-
merchant: Lithic::
|
|
18
|
+
merchant: Lithic::Merchant,
|
|
19
19
|
merchant_amount: Integer?,
|
|
20
20
|
merchant_authorization_amount: Integer?,
|
|
21
21
|
merchant_currency: String,
|
|
@@ -57,7 +57,7 @@ module Lithic
|
|
|
57
57
|
|
|
58
58
|
attr_accessor financial_account_token: String?
|
|
59
59
|
|
|
60
|
-
attr_accessor merchant: Lithic::
|
|
60
|
+
attr_accessor merchant: Lithic::Merchant
|
|
61
61
|
|
|
62
62
|
attr_accessor merchant_amount: Integer?
|
|
63
63
|
|
|
@@ -101,7 +101,7 @@ module Lithic
|
|
|
101
101
|
cardholder_authentication: Lithic::Transaction::CardholderAuthentication?,
|
|
102
102
|
created: Time,
|
|
103
103
|
financial_account_token: String?,
|
|
104
|
-
merchant: Lithic::
|
|
104
|
+
merchant: Lithic::Merchant,
|
|
105
105
|
merchant_amount: Integer?,
|
|
106
106
|
merchant_authorization_amount: Integer?,
|
|
107
107
|
merchant_currency: String,
|
|
@@ -130,7 +130,7 @@ module Lithic
|
|
|
130
130
|
cardholder_authentication: Lithic::Transaction::CardholderAuthentication?,
|
|
131
131
|
created: Time,
|
|
132
132
|
financial_account_token: String?,
|
|
133
|
-
merchant: Lithic::
|
|
133
|
+
merchant: Lithic::Merchant,
|
|
134
134
|
merchant_amount: Integer?,
|
|
135
135
|
merchant_authorization_amount: Integer?,
|
|
136
136
|
merchant_currency: String,
|
|
@@ -250,21 +250,15 @@ module Lithic
|
|
|
250
250
|
|
|
251
251
|
type cardholder_authentication =
|
|
252
252
|
{
|
|
253
|
-
|
|
254
|
-
acquirer_exemption: Lithic::Models::Transaction::CardholderAuthentication::acquirer_exemption,
|
|
253
|
+
authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method,
|
|
255
254
|
authentication_result: Lithic::Models::Transaction::CardholderAuthentication::authentication_result,
|
|
256
255
|
decision_made_by: Lithic::Models::Transaction::CardholderAuthentication::decision_made_by,
|
|
257
256
|
liability_shift: Lithic::Models::Transaction::CardholderAuthentication::liability_shift,
|
|
258
|
-
three_ds_authentication_token: String
|
|
259
|
-
verification_attempted: Lithic::Models::Transaction::CardholderAuthentication::verification_attempted,
|
|
260
|
-
verification_result: Lithic::Models::Transaction::CardholderAuthentication::verification_result,
|
|
261
|
-
authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
257
|
+
three_ds_authentication_token: String?
|
|
262
258
|
}
|
|
263
259
|
|
|
264
260
|
class CardholderAuthentication < Lithic::Internal::Type::BaseModel
|
|
265
|
-
attr_accessor
|
|
266
|
-
|
|
267
|
-
attr_accessor acquirer_exemption: Lithic::Models::Transaction::CardholderAuthentication::acquirer_exemption
|
|
261
|
+
attr_accessor authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
268
262
|
|
|
269
263
|
attr_accessor authentication_result: Lithic::Models::Transaction::CardholderAuthentication::authentication_result
|
|
270
264
|
|
|
@@ -274,63 +268,32 @@ module Lithic
|
|
|
274
268
|
|
|
275
269
|
attr_accessor three_ds_authentication_token: String?
|
|
276
270
|
|
|
277
|
-
attr_accessor verification_attempted: Lithic::Models::Transaction::CardholderAuthentication::verification_attempted
|
|
278
|
-
|
|
279
|
-
attr_accessor verification_result: Lithic::Models::Transaction::CardholderAuthentication::verification_result
|
|
280
|
-
|
|
281
|
-
attr_reader authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method?
|
|
282
|
-
|
|
283
|
-
def authentication_method=: (
|
|
284
|
-
Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
285
|
-
) -> Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
286
|
-
|
|
287
271
|
def initialize: (
|
|
288
|
-
|
|
289
|
-
acquirer_exemption: Lithic::Models::Transaction::CardholderAuthentication::acquirer_exemption,
|
|
272
|
+
authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method,
|
|
290
273
|
authentication_result: Lithic::Models::Transaction::CardholderAuthentication::authentication_result,
|
|
291
274
|
decision_made_by: Lithic::Models::Transaction::CardholderAuthentication::decision_made_by,
|
|
292
275
|
liability_shift: Lithic::Models::Transaction::CardholderAuthentication::liability_shift,
|
|
293
|
-
three_ds_authentication_token: String
|
|
294
|
-
verification_attempted: Lithic::Models::Transaction::CardholderAuthentication::verification_attempted,
|
|
295
|
-
verification_result: Lithic::Models::Transaction::CardholderAuthentication::verification_result,
|
|
296
|
-
?authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
276
|
+
three_ds_authentication_token: String?
|
|
297
277
|
) -> void
|
|
298
278
|
|
|
299
279
|
def to_hash: -> {
|
|
300
|
-
|
|
301
|
-
acquirer_exemption: Lithic::Models::Transaction::CardholderAuthentication::acquirer_exemption,
|
|
280
|
+
authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method,
|
|
302
281
|
authentication_result: Lithic::Models::Transaction::CardholderAuthentication::authentication_result,
|
|
303
282
|
decision_made_by: Lithic::Models::Transaction::CardholderAuthentication::decision_made_by,
|
|
304
283
|
liability_shift: Lithic::Models::Transaction::CardholderAuthentication::liability_shift,
|
|
305
|
-
three_ds_authentication_token: String
|
|
306
|
-
verification_attempted: Lithic::Models::Transaction::CardholderAuthentication::verification_attempted,
|
|
307
|
-
verification_result: Lithic::Models::Transaction::CardholderAuthentication::verification_result,
|
|
308
|
-
authentication_method: Lithic::Models::Transaction::CardholderAuthentication::authentication_method
|
|
284
|
+
three_ds_authentication_token: String?
|
|
309
285
|
}
|
|
310
286
|
|
|
311
|
-
type
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
| :MERCHANT_INITIATED_TRANSACTION
|
|
315
|
-
| :NONE
|
|
316
|
-
| :RECURRING_PAYMENT
|
|
317
|
-
| :SECURE_CORPORATE_PAYMENT
|
|
318
|
-
| :STRONG_CUSTOMER_AUTHENTICATION_DELEGATION
|
|
319
|
-
| :TRANSACTION_RISK_ANALYSIS
|
|
320
|
-
|
|
321
|
-
module AcquirerExemption
|
|
287
|
+
type authentication_method = :FRICTIONLESS | :CHALLENGE | :NONE
|
|
288
|
+
|
|
289
|
+
module AuthenticationMethod
|
|
322
290
|
extend Lithic::Internal::Type::Enum
|
|
323
291
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
MERCHANT_INITIATED_TRANSACTION: :MERCHANT_INITIATED_TRANSACTION
|
|
292
|
+
FRICTIONLESS: :FRICTIONLESS
|
|
293
|
+
CHALLENGE: :CHALLENGE
|
|
327
294
|
NONE: :NONE
|
|
328
|
-
RECURRING_PAYMENT: :RECURRING_PAYMENT
|
|
329
|
-
SECURE_CORPORATE_PAYMENT: :SECURE_CORPORATE_PAYMENT
|
|
330
|
-
STRONG_CUSTOMER_AUTHENTICATION_DELEGATION: :STRONG_CUSTOMER_AUTHENTICATION_DELEGATION
|
|
331
|
-
TRANSACTION_RISK_ANALYSIS: :TRANSACTION_RISK_ANALYSIS
|
|
332
295
|
|
|
333
|
-
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::
|
|
296
|
+
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::authentication_method]
|
|
334
297
|
end
|
|
335
298
|
|
|
336
299
|
type authentication_result = :ATTEMPTS | :DECLINE | :NONE | :SUCCESS
|
|
@@ -379,97 +342,6 @@ module Lithic
|
|
|
379
342
|
|
|
380
343
|
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::liability_shift]
|
|
381
344
|
end
|
|
382
|
-
|
|
383
|
-
type verification_attempted = :NONE | :OTHER
|
|
384
|
-
|
|
385
|
-
module VerificationAttempted
|
|
386
|
-
extend Lithic::Internal::Type::Enum
|
|
387
|
-
|
|
388
|
-
NONE: :NONE
|
|
389
|
-
OTHER: :OTHER
|
|
390
|
-
|
|
391
|
-
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::verification_attempted]
|
|
392
|
-
end
|
|
393
|
-
|
|
394
|
-
type verification_result =
|
|
395
|
-
:CANCELLED
|
|
396
|
-
| :FAILED
|
|
397
|
-
| :FRICTIONLESS
|
|
398
|
-
| :NOT_ATTEMPTED
|
|
399
|
-
| :REJECTED
|
|
400
|
-
| :SUCCESS
|
|
401
|
-
|
|
402
|
-
module VerificationResult
|
|
403
|
-
extend Lithic::Internal::Type::Enum
|
|
404
|
-
|
|
405
|
-
CANCELLED: :CANCELLED
|
|
406
|
-
FAILED: :FAILED
|
|
407
|
-
FRICTIONLESS: :FRICTIONLESS
|
|
408
|
-
NOT_ATTEMPTED: :NOT_ATTEMPTED
|
|
409
|
-
REJECTED: :REJECTED
|
|
410
|
-
SUCCESS: :SUCCESS
|
|
411
|
-
|
|
412
|
-
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::verification_result]
|
|
413
|
-
end
|
|
414
|
-
|
|
415
|
-
type authentication_method = :FRICTIONLESS | :CHALLENGE | :NONE
|
|
416
|
-
|
|
417
|
-
module AuthenticationMethod
|
|
418
|
-
extend Lithic::Internal::Type::Enum
|
|
419
|
-
|
|
420
|
-
FRICTIONLESS: :FRICTIONLESS
|
|
421
|
-
CHALLENGE: :CHALLENGE
|
|
422
|
-
NONE: :NONE
|
|
423
|
-
|
|
424
|
-
def self?.values: -> ::Array[Lithic::Models::Transaction::CardholderAuthentication::authentication_method]
|
|
425
|
-
end
|
|
426
|
-
end
|
|
427
|
-
|
|
428
|
-
type merchant =
|
|
429
|
-
{
|
|
430
|
-
acceptor_id: String,
|
|
431
|
-
acquiring_institution_id: String,
|
|
432
|
-
city: String,
|
|
433
|
-
country: String,
|
|
434
|
-
descriptor: String,
|
|
435
|
-
mcc: String,
|
|
436
|
-
state: String
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
class Merchant < Lithic::Internal::Type::BaseModel
|
|
440
|
-
attr_accessor acceptor_id: String
|
|
441
|
-
|
|
442
|
-
attr_accessor acquiring_institution_id: String
|
|
443
|
-
|
|
444
|
-
attr_accessor city: String
|
|
445
|
-
|
|
446
|
-
attr_accessor country: String
|
|
447
|
-
|
|
448
|
-
attr_accessor descriptor: String
|
|
449
|
-
|
|
450
|
-
attr_accessor mcc: String
|
|
451
|
-
|
|
452
|
-
attr_accessor state: String
|
|
453
|
-
|
|
454
|
-
def initialize: (
|
|
455
|
-
acceptor_id: String,
|
|
456
|
-
acquiring_institution_id: String,
|
|
457
|
-
city: String,
|
|
458
|
-
country: String,
|
|
459
|
-
descriptor: String,
|
|
460
|
-
mcc: String,
|
|
461
|
-
state: String
|
|
462
|
-
) -> void
|
|
463
|
-
|
|
464
|
-
def to_hash: -> {
|
|
465
|
-
acceptor_id: String,
|
|
466
|
-
acquiring_institution_id: String,
|
|
467
|
-
city: String,
|
|
468
|
-
country: String,
|
|
469
|
-
descriptor: String,
|
|
470
|
-
mcc: String,
|
|
471
|
-
state: String
|
|
472
|
-
}
|
|
473
345
|
end
|
|
474
346
|
|
|
475
347
|
type network =
|