You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param token [String] Globally unique identifier for the evaluation
72
78
#
73
79
# @param actions [Array<Lithic::Models::AuthRules::V2ListResultsResponse::AuthorizationResult::Action::DeclineActionAuthorization, Lithic::Models::AuthRules::V2ListResultsResponse::AuthorizationResult::Action::ChallengeActionAuthorization>] Actions returned by the rule evaluation
@@ -82,6 +88,8 @@ class AuthorizationResult < Lithic::Internal::Type::BaseModel
82
88
#
83
89
# @param rule_version [Integer] Version of the rule that was evaluated
84
90
#
91
+
# @param transaction_token [String, nil] The token of the transaction that triggered the rule evaluation
92
+
#
85
93
# @param event_stream [Symbol, :AUTHORIZATION] The event stream during which the rule was evaluated
86
94
87
95
moduleAction
@@ -295,7 +303,13 @@ class Authentication3DSResult < Lithic::Internal::Type::BaseModel
# @param token [String] Globally unique identifier for the evaluation
411
433
#
412
434
# @param actions [Array<Lithic::Models::AuthRules::V2ListResultsResponse::TokenizationResult::Action::DeclineActionTokenization, Lithic::Models::AuthRules::V2ListResultsResponse::TokenizationResult::Action::RequireTfaAction>] Actions returned by the rule evaluation
@@ -421,6 +443,8 @@ class TokenizationResult < Lithic::Internal::Type::BaseModel
421
443
#
422
444
# @param rule_version [Integer] Version of the rule that was evaluated
423
445
#
446
+
# @param transaction_token [String, nil] The token of the transaction that triggered the rule evaluation
447
+
#
424
448
# @param event_stream [Symbol, :TOKENIZATION] The event stream during which the rule was evaluated
425
449
426
450
moduleAction
@@ -631,7 +655,13 @@ class ACHResult < Lithic::Internal::Type::BaseModel
# @param token [String] Globally unique identifier for the evaluation
636
666
#
637
667
# @param actions [Array<Lithic::Models::AuthRules::V2ListResultsResponse::ACHResult::Action::ApproveActionACH, Lithic::Models::AuthRules::V2ListResultsResponse::ACHResult::Action::ReturnAction>] Actions returned by the rule evaluation
@@ -647,6 +677,8 @@ class ACHResult < Lithic::Internal::Type::BaseModel
647
677
# @param mode [Symbol, Lithic::Models::AuthRules::V2ListResultsResponse::ACHResult::Mode] The state of the Auth Rule
648
678
#
649
679
# @param rule_version [Integer] Version of the rule that was evaluated
680
+
#
681
+
# @param transaction_token [String, nil] The token of the transaction that triggered the rule evaluation
0 commit comments