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
# Some parameter documentations has been truncated, see
92
101
# {Lithic::Models::AuthRules::V2::BacktestResults::Results::CurrentVersion} for
93
102
# more details.
94
103
#
95
-
# @param approved [Integer] The total number of historical transactions approved by this rule during the bac
104
+
# @param approved [Integer] The total number of historical transactions approved by this rule during the rel
96
105
#
97
-
# @param declined [Integer] The total number of historical transactions declined by this rule during the bac
106
+
# @param challenged [Integer] The total number of historical transactions challenged by this rule during the r
98
107
#
99
-
# @param examples [Array<Lithic::Models::AuthRules::V2::BacktestResults::Results::CurrentVersion::Example>] Example authorization request events that would have been approved or declined.
108
+
# @param declined [Integer] The total number of historical transactions declined by this rule during the rel
109
+
#
110
+
# @param examples [Array<Lithic::Models::AuthRules::V2::BacktestResults::Results::CurrentVersion::Example>] Example events and their outcomes.
100
111
#
101
112
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
102
113
103
114
classExample < Lithic::Internal::Type::BaseModel
104
115
# @!attribute approved
105
-
# Whether the rule would have approved the authorization request.
116
+
# Whether the rule would have approved the request.
# @param approved [Boolean] Whether the rule would have approved the request.
124
144
#
125
-
# @param event_token [String] The authorization request event token.
145
+
# @param decision [Symbol, Lithic::Models::AuthRules::V2::BacktestResults::Results::CurrentVersion::Example::Decision] The decision made by the rule for this event.
126
146
#
127
-
# @param timestamp [Time] The timestamp of the authorization request event.
147
+
# @param event_token [String] The event token.
148
+
#
149
+
# @param timestamp [Time] The timestamp of the event.
# Some parameter documentations has been truncated, see
169
214
# {Lithic::Models::AuthRules::V2::BacktestResults::Results::DraftVersion} for more
170
215
# details.
171
216
#
172
-
# @param approved [Integer] The total number of historical transactions approved by this rule during the bac
217
+
# @param approved [Integer] The total number of historical transactions approved by this rule during the rel
173
218
#
174
-
# @param declined [Integer] The total number of historical transactions declined by this rule during the bac
219
+
# @param challenged [Integer] The total number of historical transactions challenged by this rule during the r
175
220
#
176
-
# @param examples [Array<Lithic::Models::AuthRules::V2::BacktestResults::Results::DraftVersion::Example>] Example authorization request events that would have been approved or declined.
221
+
# @param declined [Integer] The total number of historical transactions declined by this rule during the rel
222
+
#
223
+
# @param examples [Array<Lithic::Models::AuthRules::V2::BacktestResults::Results::DraftVersion::Example>] Example events and their outcomes.
177
224
#
178
225
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
179
226
180
227
classExample < Lithic::Internal::Type::BaseModel
181
228
# @!attribute approved
182
-
# Whether the rule would have approved the authorization request.
229
+
# Whether the rule would have approved the request.
# @param approved [Boolean] Whether the rule would have approved the request.
201
257
#
202
-
# @param event_token [String] The authorization request event token.
258
+
# @param decision [Symbol, Lithic::Models::AuthRules::V2::BacktestResults::Results::DraftVersion::Example::Decision] The decision made by the rule for this event.
203
259
#
204
-
# @param timestamp [Time] The timestamp of the authorization request event.
260
+
# @param event_token [String] The event token.
261
+
#
262
+
# @param timestamp [Time] The timestamp of the event.
0 commit comments