lithic 0.1.0.pre.alpha.52 → 0.1.0.pre.alpha.54
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 +24 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +36 -26
- data/lib/lithic/internal/type/union.rb +15 -3
- data/lib/lithic/models/account_activity_list_response.rb +48 -1141
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +48 -1151
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +7 -0
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +4 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_create_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_update_response.rb +14 -0
- data/lib/lithic/models/book_transfer_response.rb +51 -48
- data/lib/lithic/models/card_provision_response.rb +25 -3
- data/lib/lithic/models/event.rb +0 -1
- data/lib/lithic/models/event_list_params.rb +0 -1
- data/lib/lithic/models/event_subscription.rb +0 -1
- data/lib/lithic/models/events/subscription_create_params.rb +0 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +1 -8
- data/lib/lithic/models/external_payment.rb +21 -23
- data/lib/lithic/models/financial_account.rb +48 -39
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +32 -23
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +21 -23
- data/lib/lithic/models/payment.rb +269 -140
- data/lib/lithic/models/payment_create_response.rb +2 -0
- data/lib/lithic/models/payment_retry_response.rb +2 -0
- data/lib/lithic/models/provision_response.rb +30 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +32 -1
- data/lib/lithic/models/tokenization.rb +1 -0
- data/lib/lithic/models/transaction.rb +4 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/models/verification_method.rb +0 -1
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +0 -72
- data/lib/lithic/resources/external_bank_accounts.rb +1 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -2
- data/manifest.yaml +1 -0
- data/rbi/lithic/internal/transport/base_client.rbi +5 -0
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +6 -2
- data/rbi/lithic/internal/type/base_model.rbi +8 -4
- data/rbi/lithic/models/account_activity_list_response.rbi +158 -2629
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +158 -2629
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +6 -0
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +14 -0
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +8 -0
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +28 -0
- data/rbi/lithic/models/book_transfer_response.rbi +67 -68
- data/rbi/lithic/models/card_provision_response.rbi +50 -5
- data/rbi/lithic/models/event.rbi +0 -5
- data/rbi/lithic/models/event_list_params.rbi +0 -5
- data/rbi/lithic/models/event_subscription.rbi +0 -5
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -5
- data/rbi/lithic/models/external_bank_account_create_params.rbi +0 -6
- data/rbi/lithic/models/external_payment.rbi +34 -39
- data/rbi/lithic/models/financial_account.rbi +74 -73
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +46 -33
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/lithic/models/financial_transaction.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +49 -60
- data/rbi/lithic/models/payment.rbi +425 -182
- data/rbi/lithic/models/payment_create_response.rbi +1 -0
- data/rbi/lithic/models/payment_retry_response.rbi +1 -0
- data/rbi/lithic/models/provision_response.rbi +58 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +83 -0
- data/rbi/lithic/models/tokenization.rbi +5 -0
- data/rbi/lithic/models/transaction.rbi +20 -0
- data/rbi/lithic/models/transfer.rbi +5 -0
- data/rbi/lithic/models/verification_method.rbi +0 -1
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +0 -64
- data/rbi/lithic/resources/external_bank_accounts.rbi +0 -2
- data/sig/lithic/internal/transport/base_client.rbs +2 -0
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +4 -1
- data/sig/lithic/models/account_activity_list_response.rbs +50 -1036
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +50 -1036
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules/conditional_attribute.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -0
- data/sig/lithic/models/book_transfer_response.rbs +26 -19
- data/sig/lithic/models/card_provision_response.rbs +22 -5
- data/sig/lithic/models/event.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +1 -6
- data/sig/lithic/models/external_payment.rbs +19 -26
- data/sig/lithic/models/financial_account.rbs +28 -30
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +21 -15
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +19 -26
- data/sig/lithic/models/payment.rbs +199 -76
- data/sig/lithic/models/provision_response.rbs +36 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +28 -0
- data/sig/lithic/models/tokenization.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +8 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/models/verification_method.rbs +1 -7
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +0 -5
- data/sig/lithic/resources/external_bank_accounts.rbs +0 -1
- metadata +5 -8
- data/lib/lithic/models/auth_rules/v2_report_params.rb +0 -16
- data/lib/lithic/models/auth_rules/v2_report_response.rb +0 -18
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +0 -29
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -16
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -17
|
@@ -61,6 +61,9 @@ module Lithic
|
|
|
61
61
|
# - `WALLET_TYPE`: For transactions using a digital wallet token, indicates the
|
|
62
62
|
# source of the token. Valid values are `APPLE_PAY`, `GOOGLE_PAY`,
|
|
63
63
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
64
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
65
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
66
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
64
67
|
sig do
|
|
65
68
|
returns(T.nilable(Lithic::AuthRules::ConditionalAttribute::OrSymbol))
|
|
66
69
|
end
|
|
@@ -159,6 +162,9 @@ module Lithic
|
|
|
159
162
|
# - `WALLET_TYPE`: For transactions using a digital wallet token, indicates the
|
|
160
163
|
# source of the token. Valid values are `APPLE_PAY`, `GOOGLE_PAY`,
|
|
161
164
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
165
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
166
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
167
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
162
168
|
attribute: nil,
|
|
163
169
|
# The operation to apply to the attribute
|
|
164
170
|
operation: nil,
|
|
@@ -126,6 +126,9 @@ module Lithic
|
|
|
126
126
|
# - `RISK_SCORE`: Mastercard only: Assessment by the network of the authentication
|
|
127
127
|
# risk level, with a higher value indicating a higher amount of risk.
|
|
128
128
|
# - `MESSAGE_CATEGORY`: The category of the authentication being processed.
|
|
129
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
130
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
131
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
129
132
|
sig do
|
|
130
133
|
returns(
|
|
131
134
|
T.nilable(
|
|
@@ -211,6 +214,9 @@ module Lithic
|
|
|
211
214
|
# - `RISK_SCORE`: Mastercard only: Assessment by the network of the authentication
|
|
212
215
|
# risk level, with a higher value indicating a higher amount of risk.
|
|
213
216
|
# - `MESSAGE_CATEGORY`: The category of the authentication being processed.
|
|
217
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
218
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
219
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
214
220
|
attribute: nil,
|
|
215
221
|
# The operation to apply to the attribute
|
|
216
222
|
operation: nil,
|
|
@@ -255,6 +261,9 @@ module Lithic
|
|
|
255
261
|
# - `RISK_SCORE`: Mastercard only: Assessment by the network of the authentication
|
|
256
262
|
# risk level, with a higher value indicating a higher amount of risk.
|
|
257
263
|
# - `MESSAGE_CATEGORY`: The category of the authentication being processed.
|
|
264
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
265
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
266
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
258
267
|
module Attribute
|
|
259
268
|
extend Lithic::Internal::Type::Enum
|
|
260
269
|
|
|
@@ -307,6 +316,11 @@ module Lithic
|
|
|
307
316
|
:MESSAGE_CATEGORY,
|
|
308
317
|
Lithic::AuthRules::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
|
|
309
318
|
)
|
|
319
|
+
ADDRESS_MATCH =
|
|
320
|
+
T.let(
|
|
321
|
+
:ADDRESS_MATCH,
|
|
322
|
+
Lithic::AuthRules::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
|
|
323
|
+
)
|
|
310
324
|
|
|
311
325
|
sig do
|
|
312
326
|
override.returns(
|
|
@@ -50,6 +50,9 @@ module Lithic
|
|
|
50
50
|
# - `WALLET_TYPE`: For transactions using a digital wallet token, indicates the
|
|
51
51
|
# source of the token. Valid values are `APPLE_PAY`, `GOOGLE_PAY`,
|
|
52
52
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
53
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
54
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
55
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
53
56
|
module ConditionalAttribute
|
|
54
57
|
extend Lithic::Internal::Type::Enum
|
|
55
58
|
|
|
@@ -132,6 +135,11 @@ module Lithic
|
|
|
132
135
|
:WALLET_TYPE,
|
|
133
136
|
Lithic::AuthRules::ConditionalAttribute::TaggedSymbol
|
|
134
137
|
)
|
|
138
|
+
ADDRESS_MATCH =
|
|
139
|
+
T.let(
|
|
140
|
+
:ADDRESS_MATCH,
|
|
141
|
+
Lithic::AuthRules::ConditionalAttribute::TaggedSymbol
|
|
142
|
+
)
|
|
135
143
|
|
|
136
144
|
sig do
|
|
137
145
|
override.returns(
|
|
@@ -432,6 +432,9 @@ module Lithic
|
|
|
432
432
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
433
433
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
434
434
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
435
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
436
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
437
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
435
438
|
sig do
|
|
436
439
|
returns(
|
|
437
440
|
T.nilable(
|
|
@@ -547,6 +550,9 @@ module Lithic
|
|
|
547
550
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
548
551
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
549
552
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
553
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
554
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
555
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
550
556
|
attribute: nil,
|
|
551
557
|
# The operation to apply to the attribute
|
|
552
558
|
operation: nil,
|
|
@@ -621,6 +627,9 @@ module Lithic
|
|
|
621
627
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
628
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
629
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
630
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
631
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
632
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
633
|
module Attribute
|
|
625
634
|
extend Lithic::Internal::Type::Enum
|
|
626
635
|
|
|
@@ -723,6 +732,11 @@ module Lithic
|
|
|
723
732
|
:TRANSACTION_INITIATOR,
|
|
724
733
|
Lithic::Models::AuthRules::V2ApplyResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
725
734
|
)
|
|
735
|
+
ADDRESS_MATCH =
|
|
736
|
+
T.let(
|
|
737
|
+
:ADDRESS_MATCH,
|
|
738
|
+
Lithic::Models::AuthRules::V2ApplyResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
739
|
+
)
|
|
726
740
|
|
|
727
741
|
sig do
|
|
728
742
|
override.returns(
|
|
@@ -1072,6 +1086,9 @@ module Lithic
|
|
|
1072
1086
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1073
1087
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1074
1088
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1089
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1090
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1091
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1075
1092
|
sig do
|
|
1076
1093
|
returns(
|
|
1077
1094
|
T.nilable(
|
|
@@ -1187,6 +1204,9 @@ module Lithic
|
|
|
1187
1204
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1188
1205
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1189
1206
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1207
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1208
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1209
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1190
1210
|
attribute: nil,
|
|
1191
1211
|
# The operation to apply to the attribute
|
|
1192
1212
|
operation: nil,
|
|
@@ -1261,6 +1281,9 @@ module Lithic
|
|
|
1261
1281
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1262
1282
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1263
1283
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1284
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1285
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1286
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1264
1287
|
module Attribute
|
|
1265
1288
|
extend Lithic::Internal::Type::Enum
|
|
1266
1289
|
|
|
@@ -1363,6 +1386,11 @@ module Lithic
|
|
|
1363
1386
|
:TRANSACTION_INITIATOR,
|
|
1364
1387
|
Lithic::Models::AuthRules::V2ApplyResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1365
1388
|
)
|
|
1389
|
+
ADDRESS_MATCH =
|
|
1390
|
+
T.let(
|
|
1391
|
+
:ADDRESS_MATCH,
|
|
1392
|
+
Lithic::Models::AuthRules::V2ApplyResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1393
|
+
)
|
|
1366
1394
|
|
|
1367
1395
|
sig do
|
|
1368
1396
|
override.returns(
|
|
@@ -390,6 +390,9 @@ module Lithic
|
|
|
390
390
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
391
391
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
392
392
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
393
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
394
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
395
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
393
396
|
sig do
|
|
394
397
|
returns(
|
|
395
398
|
T.nilable(
|
|
@@ -505,6 +508,9 @@ module Lithic
|
|
|
505
508
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
506
509
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
507
510
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
511
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
512
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
513
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
508
514
|
attribute: nil,
|
|
509
515
|
# The operation to apply to the attribute
|
|
510
516
|
operation: nil,
|
|
@@ -579,6 +585,9 @@ module Lithic
|
|
|
579
585
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
580
586
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
581
587
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
588
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
589
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
590
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
582
591
|
module Attribute
|
|
583
592
|
extend Lithic::Internal::Type::Enum
|
|
584
593
|
|
|
@@ -681,6 +690,11 @@ module Lithic
|
|
|
681
690
|
:TRANSACTION_INITIATOR,
|
|
682
691
|
Lithic::AuthRules::V2CreateParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
683
692
|
)
|
|
693
|
+
ADDRESS_MATCH =
|
|
694
|
+
T.let(
|
|
695
|
+
:ADDRESS_MATCH,
|
|
696
|
+
Lithic::AuthRules::V2CreateParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
697
|
+
)
|
|
684
698
|
|
|
685
699
|
sig do
|
|
686
700
|
override.returns(
|
|
@@ -432,6 +432,9 @@ module Lithic
|
|
|
432
432
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
433
433
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
434
434
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
435
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
436
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
437
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
435
438
|
sig do
|
|
436
439
|
returns(
|
|
437
440
|
T.nilable(
|
|
@@ -547,6 +550,9 @@ module Lithic
|
|
|
547
550
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
548
551
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
549
552
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
553
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
554
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
555
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
550
556
|
attribute: nil,
|
|
551
557
|
# The operation to apply to the attribute
|
|
552
558
|
operation: nil,
|
|
@@ -621,6 +627,9 @@ module Lithic
|
|
|
621
627
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
628
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
629
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
630
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
631
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
632
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
633
|
module Attribute
|
|
625
634
|
extend Lithic::Internal::Type::Enum
|
|
626
635
|
|
|
@@ -723,6 +732,11 @@ module Lithic
|
|
|
723
732
|
:TRANSACTION_INITIATOR,
|
|
724
733
|
Lithic::Models::AuthRules::V2CreateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
725
734
|
)
|
|
735
|
+
ADDRESS_MATCH =
|
|
736
|
+
T.let(
|
|
737
|
+
:ADDRESS_MATCH,
|
|
738
|
+
Lithic::Models::AuthRules::V2CreateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
739
|
+
)
|
|
726
740
|
|
|
727
741
|
sig do
|
|
728
742
|
override.returns(
|
|
@@ -1072,6 +1086,9 @@ module Lithic
|
|
|
1072
1086
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1073
1087
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1074
1088
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1089
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1090
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1091
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1075
1092
|
sig do
|
|
1076
1093
|
returns(
|
|
1077
1094
|
T.nilable(
|
|
@@ -1187,6 +1204,9 @@ module Lithic
|
|
|
1187
1204
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1188
1205
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1189
1206
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1207
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1208
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1209
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1190
1210
|
attribute: nil,
|
|
1191
1211
|
# The operation to apply to the attribute
|
|
1192
1212
|
operation: nil,
|
|
@@ -1261,6 +1281,9 @@ module Lithic
|
|
|
1261
1281
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1262
1282
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1263
1283
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1284
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1285
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1286
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1264
1287
|
module Attribute
|
|
1265
1288
|
extend Lithic::Internal::Type::Enum
|
|
1266
1289
|
|
|
@@ -1363,6 +1386,11 @@ module Lithic
|
|
|
1363
1386
|
:TRANSACTION_INITIATOR,
|
|
1364
1387
|
Lithic::Models::AuthRules::V2CreateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1365
1388
|
)
|
|
1389
|
+
ADDRESS_MATCH =
|
|
1390
|
+
T.let(
|
|
1391
|
+
:ADDRESS_MATCH,
|
|
1392
|
+
Lithic::Models::AuthRules::V2CreateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1393
|
+
)
|
|
1366
1394
|
|
|
1367
1395
|
sig do
|
|
1368
1396
|
override.returns(
|
|
@@ -238,6 +238,9 @@ module Lithic
|
|
|
238
238
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
239
239
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
240
240
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
241
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
242
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
243
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
241
244
|
sig do
|
|
242
245
|
returns(
|
|
243
246
|
T.nilable(
|
|
@@ -353,6 +356,9 @@ module Lithic
|
|
|
353
356
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
354
357
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
355
358
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
359
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
360
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
361
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
356
362
|
attribute: nil,
|
|
357
363
|
# The operation to apply to the attribute
|
|
358
364
|
operation: nil,
|
|
@@ -427,6 +433,9 @@ module Lithic
|
|
|
427
433
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
428
434
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
429
435
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
436
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
437
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
438
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
430
439
|
module Attribute
|
|
431
440
|
extend Lithic::Internal::Type::Enum
|
|
432
441
|
|
|
@@ -529,6 +538,11 @@ module Lithic
|
|
|
529
538
|
:TRANSACTION_INITIATOR,
|
|
530
539
|
Lithic::AuthRules::V2DraftParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
531
540
|
)
|
|
541
|
+
ADDRESS_MATCH =
|
|
542
|
+
T.let(
|
|
543
|
+
:ADDRESS_MATCH,
|
|
544
|
+
Lithic::AuthRules::V2DraftParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
545
|
+
)
|
|
532
546
|
|
|
533
547
|
sig do
|
|
534
548
|
override.returns(
|
|
@@ -432,6 +432,9 @@ module Lithic
|
|
|
432
432
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
433
433
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
434
434
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
435
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
436
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
437
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
435
438
|
sig do
|
|
436
439
|
returns(
|
|
437
440
|
T.nilable(
|
|
@@ -547,6 +550,9 @@ module Lithic
|
|
|
547
550
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
548
551
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
549
552
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
553
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
554
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
555
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
550
556
|
attribute: nil,
|
|
551
557
|
# The operation to apply to the attribute
|
|
552
558
|
operation: nil,
|
|
@@ -621,6 +627,9 @@ module Lithic
|
|
|
621
627
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
628
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
629
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
630
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
631
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
632
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
633
|
module Attribute
|
|
625
634
|
extend Lithic::Internal::Type::Enum
|
|
626
635
|
|
|
@@ -723,6 +732,11 @@ module Lithic
|
|
|
723
732
|
:TRANSACTION_INITIATOR,
|
|
724
733
|
Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
725
734
|
)
|
|
735
|
+
ADDRESS_MATCH =
|
|
736
|
+
T.let(
|
|
737
|
+
:ADDRESS_MATCH,
|
|
738
|
+
Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
739
|
+
)
|
|
726
740
|
|
|
727
741
|
sig do
|
|
728
742
|
override.returns(
|
|
@@ -1072,6 +1086,9 @@ module Lithic
|
|
|
1072
1086
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1073
1087
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1074
1088
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1089
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1090
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1091
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1075
1092
|
sig do
|
|
1076
1093
|
returns(
|
|
1077
1094
|
T.nilable(
|
|
@@ -1187,6 +1204,9 @@ module Lithic
|
|
|
1187
1204
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1188
1205
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1189
1206
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1207
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1208
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1209
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1190
1210
|
attribute: nil,
|
|
1191
1211
|
# The operation to apply to the attribute
|
|
1192
1212
|
operation: nil,
|
|
@@ -1261,6 +1281,9 @@ module Lithic
|
|
|
1261
1281
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1262
1282
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1263
1283
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1284
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1285
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1286
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1264
1287
|
module Attribute
|
|
1265
1288
|
extend Lithic::Internal::Type::Enum
|
|
1266
1289
|
|
|
@@ -1363,6 +1386,11 @@ module Lithic
|
|
|
1363
1386
|
:TRANSACTION_INITIATOR,
|
|
1364
1387
|
Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1365
1388
|
)
|
|
1389
|
+
ADDRESS_MATCH =
|
|
1390
|
+
T.let(
|
|
1391
|
+
:ADDRESS_MATCH,
|
|
1392
|
+
Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1393
|
+
)
|
|
1366
1394
|
|
|
1367
1395
|
sig do
|
|
1368
1396
|
override.returns(
|
|
@@ -428,6 +428,9 @@ module Lithic
|
|
|
428
428
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
429
429
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
430
430
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
431
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
432
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
433
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
431
434
|
sig do
|
|
432
435
|
returns(
|
|
433
436
|
T.nilable(
|
|
@@ -543,6 +546,9 @@ module Lithic
|
|
|
543
546
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
544
547
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
545
548
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
549
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
550
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
551
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
546
552
|
attribute: nil,
|
|
547
553
|
# The operation to apply to the attribute
|
|
548
554
|
operation: nil,
|
|
@@ -617,6 +623,9 @@ module Lithic
|
|
|
617
623
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
618
624
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
619
625
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
626
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
627
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
628
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
620
629
|
module Attribute
|
|
621
630
|
extend Lithic::Internal::Type::Enum
|
|
622
631
|
|
|
@@ -719,6 +728,11 @@ module Lithic
|
|
|
719
728
|
:TRANSACTION_INITIATOR,
|
|
720
729
|
Lithic::Models::AuthRules::V2ListResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
721
730
|
)
|
|
731
|
+
ADDRESS_MATCH =
|
|
732
|
+
T.let(
|
|
733
|
+
:ADDRESS_MATCH,
|
|
734
|
+
Lithic::Models::AuthRules::V2ListResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
735
|
+
)
|
|
722
736
|
|
|
723
737
|
sig do
|
|
724
738
|
override.returns(
|
|
@@ -1068,6 +1082,9 @@ module Lithic
|
|
|
1068
1082
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1069
1083
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1070
1084
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1085
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1086
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1087
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1071
1088
|
sig do
|
|
1072
1089
|
returns(
|
|
1073
1090
|
T.nilable(
|
|
@@ -1183,6 +1200,9 @@ module Lithic
|
|
|
1183
1200
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1184
1201
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1185
1202
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1203
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1204
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1205
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1186
1206
|
attribute: nil,
|
|
1187
1207
|
# The operation to apply to the attribute
|
|
1188
1208
|
operation: nil,
|
|
@@ -1257,6 +1277,9 @@ module Lithic
|
|
|
1257
1277
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1258
1278
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1259
1279
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1280
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1281
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1282
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1260
1283
|
module Attribute
|
|
1261
1284
|
extend Lithic::Internal::Type::Enum
|
|
1262
1285
|
|
|
@@ -1359,6 +1382,11 @@ module Lithic
|
|
|
1359
1382
|
:TRANSACTION_INITIATOR,
|
|
1360
1383
|
Lithic::Models::AuthRules::V2ListResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1361
1384
|
)
|
|
1385
|
+
ADDRESS_MATCH =
|
|
1386
|
+
T.let(
|
|
1387
|
+
:ADDRESS_MATCH,
|
|
1388
|
+
Lithic::Models::AuthRules::V2ListResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1389
|
+
)
|
|
1362
1390
|
|
|
1363
1391
|
sig do
|
|
1364
1392
|
override.returns(
|
|
@@ -435,6 +435,9 @@ module Lithic
|
|
|
435
435
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
436
436
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
437
437
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
438
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
439
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
440
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
438
441
|
sig do
|
|
439
442
|
returns(
|
|
440
443
|
T.nilable(
|
|
@@ -550,6 +553,9 @@ module Lithic
|
|
|
550
553
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
551
554
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
552
555
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
556
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
557
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
558
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
553
559
|
attribute: nil,
|
|
554
560
|
# The operation to apply to the attribute
|
|
555
561
|
operation: nil,
|
|
@@ -624,6 +630,9 @@ module Lithic
|
|
|
624
630
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
625
631
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
626
632
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
633
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
634
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
635
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
627
636
|
module Attribute
|
|
628
637
|
extend Lithic::Internal::Type::Enum
|
|
629
638
|
|
|
@@ -726,6 +735,11 @@ module Lithic
|
|
|
726
735
|
:TRANSACTION_INITIATOR,
|
|
727
736
|
Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
728
737
|
)
|
|
738
|
+
ADDRESS_MATCH =
|
|
739
|
+
T.let(
|
|
740
|
+
:ADDRESS_MATCH,
|
|
741
|
+
Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
742
|
+
)
|
|
729
743
|
|
|
730
744
|
sig do
|
|
731
745
|
override.returns(
|
|
@@ -1075,6 +1089,9 @@ module Lithic
|
|
|
1075
1089
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1076
1090
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1077
1091
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1092
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1093
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1094
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1078
1095
|
sig do
|
|
1079
1096
|
returns(
|
|
1080
1097
|
T.nilable(
|
|
@@ -1190,6 +1207,9 @@ module Lithic
|
|
|
1190
1207
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1191
1208
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1192
1209
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1210
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1211
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1212
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1193
1213
|
attribute: nil,
|
|
1194
1214
|
# The operation to apply to the attribute
|
|
1195
1215
|
operation: nil,
|
|
@@ -1264,6 +1284,9 @@ module Lithic
|
|
|
1264
1284
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
1265
1285
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
1266
1286
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
1287
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
1288
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
1289
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
1267
1290
|
module Attribute
|
|
1268
1291
|
extend Lithic::Internal::Type::Enum
|
|
1269
1292
|
|
|
@@ -1366,6 +1389,11 @@ module Lithic
|
|
|
1366
1389
|
:TRANSACTION_INITIATOR,
|
|
1367
1390
|
Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1368
1391
|
)
|
|
1392
|
+
ADDRESS_MATCH =
|
|
1393
|
+
T.let(
|
|
1394
|
+
:ADDRESS_MATCH,
|
|
1395
|
+
Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute::TaggedSymbol
|
|
1396
|
+
)
|
|
1369
1397
|
|
|
1370
1398
|
sig do
|
|
1371
1399
|
override.returns(
|