lithic 0.7.0 → 0.9.0
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 +59 -0
- data/README.md +3 -3
- data/lib/lithic/client.rb +11 -0
- data/lib/lithic/models/account_activity_list_params.rb +2 -0
- data/lib/lithic/models/account_activity_list_response.rb +8 -2
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +8 -2
- data/lib/lithic/models/account_holder_create_params.rb +52 -51
- data/lib/lithic/models/auth_rules/auth_rule.rb +84 -8
- data/lib/lithic/models/auth_rules/auth_rule_version.rb +92 -0
- data/lib/lithic/models/auth_rules/rule_feature.rb +231 -0
- data/lib/lithic/models/auth_rules/typescript_code_parameters.rb +33 -0
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +9 -17
- data/lib/lithic/models/auth_rules/v2_create_params.rb +50 -10
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -3
- data/lib/lithic/models/auth_rules/v2_list_versions_params.rb +22 -0
- data/lib/lithic/models/auth_rules/v2_list_versions_response.rb +18 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +3 -83
- data/lib/lithic/models/auth_rules/v2_retrieve_report_response.rb +525 -1
- data/lib/lithic/models/auth_rules/v2_update_params.rb +17 -1
- data/lib/lithic/models/auth_rules/velocity_limit_filters.rb +87 -0
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +3 -84
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +69 -59
- data/lib/lithic/models/dispute_create_params.rb +11 -11
- data/lib/lithic/models/dispute_list_params.rb +3 -3
- data/lib/lithic/models/dispute_update_params.rb +9 -9
- data/lib/lithic/models/event.rb +0 -7
- data/lib/lithic/models/event_list_params.rb +0 -4
- data/lib/lithic/models/event_subscription.rb +0 -4
- data/lib/lithic/models/events/subscription_create_params.rb +0 -4
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -4
- data/lib/lithic/models/financial_account.rb +1 -0
- data/lib/lithic/models/financial_account_list_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +9 -1
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +9 -1
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +27 -2
- data/lib/lithic/models/hold.rb +147 -0
- data/lib/lithic/models/hold_create_params.rb +61 -0
- data/lib/lithic/models/hold_event.rb +110 -0
- data/lib/lithic/models/hold_list_params.rb +89 -0
- data/lib/lithic/models/hold_retrieve_params.rb +20 -0
- data/lib/lithic/models/hold_void_params.rb +29 -0
- data/lib/lithic/models/instance_financial_account_type.rb +1 -0
- data/lib/lithic/models/parsed_webhook_event.rb +2 -4
- data/lib/lithic/models/payment.rb +75 -3
- data/lib/lithic/models/payment_simulate_action_params.rb +1 -0
- data/lib/lithic/models.rb +12 -2
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/account_holders.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +24 -4
- data/lib/lithic/resources/disputes.rb +21 -21
- data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +6 -2
- data/lib/lithic/resources/holds.rb +132 -0
- data/lib/lithic/resources/webhooks.rb +2 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +14 -1
- data/rbi/lithic/client.rbi +9 -0
- data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +14 -2
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +14 -2
- data/rbi/lithic/models/account_holder_create_params.rbi +70 -51
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +128 -4
- data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +142 -0
- data/rbi/lithic/models/auth_rules/rule_feature.rbi +414 -0
- data/rbi/lithic/models/auth_rules/typescript_code_parameters.rbi +94 -0
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +12 -35
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +81 -12
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -4
- data/rbi/lithic/models/auth_rules/v2_list_versions_params.rbi +40 -0
- data/rbi/lithic/models/auth_rules/v2_list_versions_response.rbi +36 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +4 -209
- data/rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi +1692 -3
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +24 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_filters.rbi +205 -0
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +4 -206
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +154 -142
- data/rbi/lithic/models/dispute_create_params.rbi +11 -11
- data/rbi/lithic/models/dispute_list_params.rbi +3 -3
- data/rbi/lithic/models/dispute_update_params.rbi +9 -9
- data/rbi/lithic/models/event.rbi +0 -14
- data/rbi/lithic/models/event_list_params.rbi +0 -8
- data/rbi/lithic/models/event_subscription.rbi +0 -8
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -8
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -8
- data/rbi/lithic/models/financial_account.rbi +5 -0
- data/rbi/lithic/models/financial_account_list_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +11 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +11 -0
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +38 -3
- data/rbi/lithic/models/hold.rbi +183 -0
- data/rbi/lithic/models/hold_create_params.rbi +90 -0
- data/rbi/lithic/models/hold_event.rbi +148 -0
- data/rbi/lithic/models/hold_list_params.rbi +137 -0
- data/rbi/lithic/models/hold_retrieve_params.rbi +35 -0
- data/rbi/lithic/models/hold_void_params.rbi +49 -0
- data/rbi/lithic/models/instance_financial_account_type.rbi +5 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +0 -1
- data/rbi/lithic/models/payment.rbi +136 -2
- data/rbi/lithic/models/payment_simulate_action_params.rbi +5 -0
- data/rbi/lithic/models.rbi +12 -3
- data/rbi/lithic/resources/account_holders.rbi +2 -2
- data/rbi/lithic/resources/auth_rules/v2.rbi +16 -4
- data/rbi/lithic/resources/disputes.rbi +21 -21
- data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +6 -0
- data/rbi/lithic/resources/holds.rbi +111 -0
- data/rbi/lithic/resources/webhooks.rbi +8 -2
- data/sig/lithic/client.rbs +5 -0
- data/sig/lithic/models/account_activity_list_params.rbs +4 -0
- data/sig/lithic/models/account_activity_list_response.rbs +5 -0
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +5 -0
- data/sig/lithic/models/account_holder_create_params.rbs +44 -28
- data/sig/lithic/models/auth_rules/auth_rule.rbs +42 -0
- data/sig/lithic/models/auth_rules/auth_rule_version.rbs +67 -0
- data/sig/lithic/models/auth_rules/rule_feature.rbs +173 -0
- data/sig/lithic/models/auth_rules/typescript_code_parameters.rbs +27 -0
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +5 -18
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +25 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -0
- data/sig/lithic/models/auth_rules/v2_list_versions_params.rbs +25 -0
- data/sig/lithic/models/auth_rules/v2_list_versions_response.rbs +18 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -80
- data/sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs +658 -3
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +16 -0
- data/sig/lithic/models/auth_rules/velocity_limit_filters.rbs +81 -0
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +6 -82
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +38 -38
- 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/financial_account.rbs +2 -0
- data/sig/lithic/models/financial_account_list_params.rbs +7 -1
- data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +7 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +7 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +17 -3
- data/sig/lithic/models/hold.rbs +137 -0
- data/sig/lithic/models/hold_create_params.rbs +57 -0
- data/sig/lithic/models/hold_event.rbs +91 -0
- data/sig/lithic/models/hold_list_params.rbs +83 -0
- data/sig/lithic/models/hold_retrieve_params.rbs +23 -0
- data/sig/lithic/models/hold_void_params.rbs +28 -0
- data/sig/lithic/models/instance_financial_account_type.rbs +2 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +0 -1
- data/sig/lithic/models/payment.rbs +20 -0
- data/sig/lithic/models/payment_simulate_action_params.rbs +2 -0
- data/sig/lithic/models.rbs +12 -2
- data/sig/lithic/resources/auth_rules/v2.rbs +5 -0
- data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +2 -0
- data/sig/lithic/resources/holds.rbs +39 -0
- data/sig/lithic/resources/webhooks.rbs +0 -1
- metadata +41 -5
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +0 -159
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +0 -331
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +0 -130
|
@@ -110,13 +110,28 @@ module Lithic
|
|
|
110
110
|
end
|
|
111
111
|
attr_writer :draft_version_statistics
|
|
112
112
|
|
|
113
|
+
# Statistics for each version of the rule that was evaluated during the reported
|
|
114
|
+
# day.
|
|
115
|
+
sig do
|
|
116
|
+
returns(
|
|
117
|
+
T::Array[
|
|
118
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version
|
|
119
|
+
]
|
|
120
|
+
)
|
|
121
|
+
end
|
|
122
|
+
attr_accessor :versions
|
|
123
|
+
|
|
113
124
|
sig do
|
|
114
125
|
params(
|
|
115
126
|
current_version_statistics:
|
|
116
127
|
T.nilable(Lithic::AuthRules::ReportStats::OrHash),
|
|
117
128
|
date: Date,
|
|
118
129
|
draft_version_statistics:
|
|
119
|
-
T.nilable(Lithic::AuthRules::ReportStats::OrHash)
|
|
130
|
+
T.nilable(Lithic::AuthRules::ReportStats::OrHash),
|
|
131
|
+
versions:
|
|
132
|
+
T::Array[
|
|
133
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::OrHash
|
|
134
|
+
]
|
|
120
135
|
).returns(T.attached_class)
|
|
121
136
|
end
|
|
122
137
|
def self.new(
|
|
@@ -125,7 +140,10 @@ module Lithic
|
|
|
125
140
|
# The date (UTC) for which the statistics are reported.
|
|
126
141
|
date:,
|
|
127
142
|
# Detailed statistics for the draft version of the rule.
|
|
128
|
-
draft_version_statistics
|
|
143
|
+
draft_version_statistics:,
|
|
144
|
+
# Statistics for each version of the rule that was evaluated during the reported
|
|
145
|
+
# day.
|
|
146
|
+
versions:
|
|
129
147
|
)
|
|
130
148
|
end
|
|
131
149
|
|
|
@@ -136,12 +154,1683 @@ module Lithic
|
|
|
136
154
|
T.nilable(Lithic::AuthRules::ReportStats),
|
|
137
155
|
date: Date,
|
|
138
156
|
draft_version_statistics:
|
|
139
|
-
T.nilable(Lithic::AuthRules::ReportStats)
|
|
157
|
+
T.nilable(Lithic::AuthRules::ReportStats),
|
|
158
|
+
versions:
|
|
159
|
+
T::Array[
|
|
160
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version
|
|
161
|
+
]
|
|
140
162
|
}
|
|
141
163
|
)
|
|
142
164
|
end
|
|
143
165
|
def to_hash
|
|
144
166
|
end
|
|
167
|
+
|
|
168
|
+
class Version < Lithic::Internal::Type::BaseModel
|
|
169
|
+
OrHash =
|
|
170
|
+
T.type_alias do
|
|
171
|
+
T.any(
|
|
172
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version,
|
|
173
|
+
Lithic::Internal::AnyHash
|
|
174
|
+
)
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
# A mapping of action types to the number of times that action was returned by
|
|
178
|
+
# this version during the relevant period. Actions are the possible outcomes of a
|
|
179
|
+
# rule evaluation, such as DECLINE, CHALLENGE, REQUIRE_TFA, etc. In case rule
|
|
180
|
+
# didn't trigger any action, it's counted under NO_ACTION key.
|
|
181
|
+
sig { returns(T::Hash[Symbol, Integer]) }
|
|
182
|
+
attr_accessor :action_counts
|
|
183
|
+
|
|
184
|
+
# Example events and their outcomes for this version.
|
|
185
|
+
sig do
|
|
186
|
+
returns(
|
|
187
|
+
T::Array[
|
|
188
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example
|
|
189
|
+
]
|
|
190
|
+
)
|
|
191
|
+
end
|
|
192
|
+
attr_accessor :examples
|
|
193
|
+
|
|
194
|
+
# The evaluation mode of this version during the reported period.
|
|
195
|
+
sig do
|
|
196
|
+
returns(
|
|
197
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol
|
|
198
|
+
)
|
|
199
|
+
end
|
|
200
|
+
attr_accessor :state
|
|
201
|
+
|
|
202
|
+
# The rule version number.
|
|
203
|
+
sig { returns(Integer) }
|
|
204
|
+
attr_accessor :version
|
|
205
|
+
|
|
206
|
+
sig do
|
|
207
|
+
params(
|
|
208
|
+
action_counts: T::Hash[Symbol, Integer],
|
|
209
|
+
examples:
|
|
210
|
+
T::Array[
|
|
211
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::OrHash
|
|
212
|
+
],
|
|
213
|
+
state:
|
|
214
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::OrSymbol,
|
|
215
|
+
version: Integer
|
|
216
|
+
).returns(T.attached_class)
|
|
217
|
+
end
|
|
218
|
+
def self.new(
|
|
219
|
+
# A mapping of action types to the number of times that action was returned by
|
|
220
|
+
# this version during the relevant period. Actions are the possible outcomes of a
|
|
221
|
+
# rule evaluation, such as DECLINE, CHALLENGE, REQUIRE_TFA, etc. In case rule
|
|
222
|
+
# didn't trigger any action, it's counted under NO_ACTION key.
|
|
223
|
+
action_counts:,
|
|
224
|
+
# Example events and their outcomes for this version.
|
|
225
|
+
examples:,
|
|
226
|
+
# The evaluation mode of this version during the reported period.
|
|
227
|
+
state:,
|
|
228
|
+
# The rule version number.
|
|
229
|
+
version:
|
|
230
|
+
)
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
sig do
|
|
234
|
+
override.returns(
|
|
235
|
+
{
|
|
236
|
+
action_counts: T::Hash[Symbol, Integer],
|
|
237
|
+
examples:
|
|
238
|
+
T::Array[
|
|
239
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example
|
|
240
|
+
],
|
|
241
|
+
state:
|
|
242
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol,
|
|
243
|
+
version: Integer
|
|
244
|
+
}
|
|
245
|
+
)
|
|
246
|
+
end
|
|
247
|
+
def to_hash
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
class Example < Lithic::Internal::Type::BaseModel
|
|
251
|
+
OrHash =
|
|
252
|
+
T.type_alias do
|
|
253
|
+
T.any(
|
|
254
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example,
|
|
255
|
+
Lithic::Internal::AnyHash
|
|
256
|
+
)
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
# The actions taken by this version for this event.
|
|
260
|
+
sig do
|
|
261
|
+
returns(
|
|
262
|
+
T::Array[
|
|
263
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::Variants
|
|
264
|
+
]
|
|
265
|
+
)
|
|
266
|
+
end
|
|
267
|
+
attr_accessor :actions
|
|
268
|
+
|
|
269
|
+
# The event token.
|
|
270
|
+
sig { returns(String) }
|
|
271
|
+
attr_accessor :event_token
|
|
272
|
+
|
|
273
|
+
# The timestamp of the event.
|
|
274
|
+
sig { returns(Time) }
|
|
275
|
+
attr_accessor :timestamp
|
|
276
|
+
|
|
277
|
+
sig do
|
|
278
|
+
params(
|
|
279
|
+
actions:
|
|
280
|
+
T::Array[
|
|
281
|
+
T.any(
|
|
282
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::OrHash,
|
|
283
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::OrHash,
|
|
284
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::OrHash,
|
|
285
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::OrHash,
|
|
286
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::OrHash,
|
|
287
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::OrHash,
|
|
288
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::OrHash
|
|
289
|
+
)
|
|
290
|
+
],
|
|
291
|
+
event_token: String,
|
|
292
|
+
timestamp: Time
|
|
293
|
+
).returns(T.attached_class)
|
|
294
|
+
end
|
|
295
|
+
def self.new(
|
|
296
|
+
# The actions taken by this version for this event.
|
|
297
|
+
actions:,
|
|
298
|
+
# The event token.
|
|
299
|
+
event_token:,
|
|
300
|
+
# The timestamp of the event.
|
|
301
|
+
timestamp:
|
|
302
|
+
)
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
sig do
|
|
306
|
+
override.returns(
|
|
307
|
+
{
|
|
308
|
+
actions:
|
|
309
|
+
T::Array[
|
|
310
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::Variants
|
|
311
|
+
],
|
|
312
|
+
event_token: String,
|
|
313
|
+
timestamp: Time
|
|
314
|
+
}
|
|
315
|
+
)
|
|
316
|
+
end
|
|
317
|
+
def to_hash
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
module Action
|
|
321
|
+
extend Lithic::Internal::Type::Union
|
|
322
|
+
|
|
323
|
+
Variants =
|
|
324
|
+
T.type_alias do
|
|
325
|
+
T.any(
|
|
326
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization,
|
|
327
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization,
|
|
328
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction,
|
|
329
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization,
|
|
330
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction,
|
|
331
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH,
|
|
332
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction
|
|
333
|
+
)
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
class DeclineActionAuthorization < Lithic::Internal::Type::BaseModel
|
|
337
|
+
OrHash =
|
|
338
|
+
T.type_alias do
|
|
339
|
+
T.any(
|
|
340
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization,
|
|
341
|
+
Lithic::Internal::AnyHash
|
|
342
|
+
)
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
# The detailed result code explaining the specific reason for the decline
|
|
346
|
+
sig do
|
|
347
|
+
returns(
|
|
348
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
349
|
+
)
|
|
350
|
+
end
|
|
351
|
+
attr_accessor :code
|
|
352
|
+
|
|
353
|
+
sig do
|
|
354
|
+
returns(
|
|
355
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type::TaggedSymbol
|
|
356
|
+
)
|
|
357
|
+
end
|
|
358
|
+
attr_accessor :type
|
|
359
|
+
|
|
360
|
+
sig do
|
|
361
|
+
params(
|
|
362
|
+
code:
|
|
363
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::OrSymbol,
|
|
364
|
+
type:
|
|
365
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type::OrSymbol
|
|
366
|
+
).returns(T.attached_class)
|
|
367
|
+
end
|
|
368
|
+
def self.new(
|
|
369
|
+
# The detailed result code explaining the specific reason for the decline
|
|
370
|
+
code:,
|
|
371
|
+
type:
|
|
372
|
+
)
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
sig do
|
|
376
|
+
override.returns(
|
|
377
|
+
{
|
|
378
|
+
code:
|
|
379
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol,
|
|
380
|
+
type:
|
|
381
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type::TaggedSymbol
|
|
382
|
+
}
|
|
383
|
+
)
|
|
384
|
+
end
|
|
385
|
+
def to_hash
|
|
386
|
+
end
|
|
387
|
+
|
|
388
|
+
# The detailed result code explaining the specific reason for the decline
|
|
389
|
+
module Code
|
|
390
|
+
extend Lithic::Internal::Type::Enum
|
|
391
|
+
|
|
392
|
+
TaggedSymbol =
|
|
393
|
+
T.type_alias do
|
|
394
|
+
T.all(
|
|
395
|
+
Symbol,
|
|
396
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code
|
|
397
|
+
)
|
|
398
|
+
end
|
|
399
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
400
|
+
|
|
401
|
+
ACCOUNT_DAILY_SPEND_LIMIT_EXCEEDED =
|
|
402
|
+
T.let(
|
|
403
|
+
:ACCOUNT_DAILY_SPEND_LIMIT_EXCEEDED,
|
|
404
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
405
|
+
)
|
|
406
|
+
ACCOUNT_DELINQUENT =
|
|
407
|
+
T.let(
|
|
408
|
+
:ACCOUNT_DELINQUENT,
|
|
409
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
410
|
+
)
|
|
411
|
+
ACCOUNT_INACTIVE =
|
|
412
|
+
T.let(
|
|
413
|
+
:ACCOUNT_INACTIVE,
|
|
414
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
415
|
+
)
|
|
416
|
+
ACCOUNT_LIFETIME_SPEND_LIMIT_EXCEEDED =
|
|
417
|
+
T.let(
|
|
418
|
+
:ACCOUNT_LIFETIME_SPEND_LIMIT_EXCEEDED,
|
|
419
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
420
|
+
)
|
|
421
|
+
ACCOUNT_MONTHLY_SPEND_LIMIT_EXCEEDED =
|
|
422
|
+
T.let(
|
|
423
|
+
:ACCOUNT_MONTHLY_SPEND_LIMIT_EXCEEDED,
|
|
424
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
425
|
+
)
|
|
426
|
+
ACCOUNT_PAUSED =
|
|
427
|
+
T.let(
|
|
428
|
+
:ACCOUNT_PAUSED,
|
|
429
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
430
|
+
)
|
|
431
|
+
ACCOUNT_UNDER_REVIEW =
|
|
432
|
+
T.let(
|
|
433
|
+
:ACCOUNT_UNDER_REVIEW,
|
|
434
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
435
|
+
)
|
|
436
|
+
ADDRESS_INCORRECT =
|
|
437
|
+
T.let(
|
|
438
|
+
:ADDRESS_INCORRECT,
|
|
439
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
440
|
+
)
|
|
441
|
+
APPROVED =
|
|
442
|
+
T.let(
|
|
443
|
+
:APPROVED,
|
|
444
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
445
|
+
)
|
|
446
|
+
AUTH_RULE_ALLOWED_COUNTRY =
|
|
447
|
+
T.let(
|
|
448
|
+
:AUTH_RULE_ALLOWED_COUNTRY,
|
|
449
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
450
|
+
)
|
|
451
|
+
AUTH_RULE_ALLOWED_MCC =
|
|
452
|
+
T.let(
|
|
453
|
+
:AUTH_RULE_ALLOWED_MCC,
|
|
454
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
455
|
+
)
|
|
456
|
+
AUTH_RULE_BLOCKED_COUNTRY =
|
|
457
|
+
T.let(
|
|
458
|
+
:AUTH_RULE_BLOCKED_COUNTRY,
|
|
459
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
460
|
+
)
|
|
461
|
+
AUTH_RULE_BLOCKED_MCC =
|
|
462
|
+
T.let(
|
|
463
|
+
:AUTH_RULE_BLOCKED_MCC,
|
|
464
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
465
|
+
)
|
|
466
|
+
AUTH_RULE =
|
|
467
|
+
T.let(
|
|
468
|
+
:AUTH_RULE,
|
|
469
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
470
|
+
)
|
|
471
|
+
CARD_CLOSED =
|
|
472
|
+
T.let(
|
|
473
|
+
:CARD_CLOSED,
|
|
474
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
475
|
+
)
|
|
476
|
+
CARD_CRYPTOGRAM_VALIDATION_FAILURE =
|
|
477
|
+
T.let(
|
|
478
|
+
:CARD_CRYPTOGRAM_VALIDATION_FAILURE,
|
|
479
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
480
|
+
)
|
|
481
|
+
CARD_EXPIRED =
|
|
482
|
+
T.let(
|
|
483
|
+
:CARD_EXPIRED,
|
|
484
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
485
|
+
)
|
|
486
|
+
CARD_EXPIRY_DATE_INCORRECT =
|
|
487
|
+
T.let(
|
|
488
|
+
:CARD_EXPIRY_DATE_INCORRECT,
|
|
489
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
490
|
+
)
|
|
491
|
+
CARD_INVALID =
|
|
492
|
+
T.let(
|
|
493
|
+
:CARD_INVALID,
|
|
494
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
495
|
+
)
|
|
496
|
+
CARD_NOT_ACTIVATED =
|
|
497
|
+
T.let(
|
|
498
|
+
:CARD_NOT_ACTIVATED,
|
|
499
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
500
|
+
)
|
|
501
|
+
CARD_PAUSED =
|
|
502
|
+
T.let(
|
|
503
|
+
:CARD_PAUSED,
|
|
504
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
505
|
+
)
|
|
506
|
+
CARD_PIN_INCORRECT =
|
|
507
|
+
T.let(
|
|
508
|
+
:CARD_PIN_INCORRECT,
|
|
509
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
510
|
+
)
|
|
511
|
+
CARD_RESTRICTED =
|
|
512
|
+
T.let(
|
|
513
|
+
:CARD_RESTRICTED,
|
|
514
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
515
|
+
)
|
|
516
|
+
CARD_SECURITY_CODE_INCORRECT =
|
|
517
|
+
T.let(
|
|
518
|
+
:CARD_SECURITY_CODE_INCORRECT,
|
|
519
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
520
|
+
)
|
|
521
|
+
CARD_SPEND_LIMIT_EXCEEDED =
|
|
522
|
+
T.let(
|
|
523
|
+
:CARD_SPEND_LIMIT_EXCEEDED,
|
|
524
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
525
|
+
)
|
|
526
|
+
CONTACT_CARD_ISSUER =
|
|
527
|
+
T.let(
|
|
528
|
+
:CONTACT_CARD_ISSUER,
|
|
529
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
530
|
+
)
|
|
531
|
+
CUSTOMER_ASA_TIMEOUT =
|
|
532
|
+
T.let(
|
|
533
|
+
:CUSTOMER_ASA_TIMEOUT,
|
|
534
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
535
|
+
)
|
|
536
|
+
CUSTOM_ASA_RESULT =
|
|
537
|
+
T.let(
|
|
538
|
+
:CUSTOM_ASA_RESULT,
|
|
539
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
540
|
+
)
|
|
541
|
+
DECLINED =
|
|
542
|
+
T.let(
|
|
543
|
+
:DECLINED,
|
|
544
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
545
|
+
)
|
|
546
|
+
DO_NOT_HONOR =
|
|
547
|
+
T.let(
|
|
548
|
+
:DO_NOT_HONOR,
|
|
549
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
550
|
+
)
|
|
551
|
+
DRIVER_NUMBER_INVALID =
|
|
552
|
+
T.let(
|
|
553
|
+
:DRIVER_NUMBER_INVALID,
|
|
554
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
555
|
+
)
|
|
556
|
+
FORMAT_ERROR =
|
|
557
|
+
T.let(
|
|
558
|
+
:FORMAT_ERROR,
|
|
559
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
560
|
+
)
|
|
561
|
+
INSUFFICIENT_FUNDING_SOURCE_BALANCE =
|
|
562
|
+
T.let(
|
|
563
|
+
:INSUFFICIENT_FUNDING_SOURCE_BALANCE,
|
|
564
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
565
|
+
)
|
|
566
|
+
INSUFFICIENT_FUNDS =
|
|
567
|
+
T.let(
|
|
568
|
+
:INSUFFICIENT_FUNDS,
|
|
569
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
570
|
+
)
|
|
571
|
+
LITHIC_SYSTEM_ERROR =
|
|
572
|
+
T.let(
|
|
573
|
+
:LITHIC_SYSTEM_ERROR,
|
|
574
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
575
|
+
)
|
|
576
|
+
LITHIC_SYSTEM_RATE_LIMIT =
|
|
577
|
+
T.let(
|
|
578
|
+
:LITHIC_SYSTEM_RATE_LIMIT,
|
|
579
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
580
|
+
)
|
|
581
|
+
MALFORMED_ASA_RESPONSE =
|
|
582
|
+
T.let(
|
|
583
|
+
:MALFORMED_ASA_RESPONSE,
|
|
584
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
585
|
+
)
|
|
586
|
+
MERCHANT_INVALID =
|
|
587
|
+
T.let(
|
|
588
|
+
:MERCHANT_INVALID,
|
|
589
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
590
|
+
)
|
|
591
|
+
MERCHANT_LOCKED_CARD_ATTEMPTED_ELSEWHERE =
|
|
592
|
+
T.let(
|
|
593
|
+
:MERCHANT_LOCKED_CARD_ATTEMPTED_ELSEWHERE,
|
|
594
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
595
|
+
)
|
|
596
|
+
MERCHANT_NOT_PERMITTED =
|
|
597
|
+
T.let(
|
|
598
|
+
:MERCHANT_NOT_PERMITTED,
|
|
599
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
600
|
+
)
|
|
601
|
+
OVER_REVERSAL_ATTEMPTED =
|
|
602
|
+
T.let(
|
|
603
|
+
:OVER_REVERSAL_ATTEMPTED,
|
|
604
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
605
|
+
)
|
|
606
|
+
PIN_BLOCKED =
|
|
607
|
+
T.let(
|
|
608
|
+
:PIN_BLOCKED,
|
|
609
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
610
|
+
)
|
|
611
|
+
PROGRAM_CARD_SPEND_LIMIT_EXCEEDED =
|
|
612
|
+
T.let(
|
|
613
|
+
:PROGRAM_CARD_SPEND_LIMIT_EXCEEDED,
|
|
614
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
615
|
+
)
|
|
616
|
+
PROGRAM_SUSPENDED =
|
|
617
|
+
T.let(
|
|
618
|
+
:PROGRAM_SUSPENDED,
|
|
619
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
620
|
+
)
|
|
621
|
+
PROGRAM_USAGE_RESTRICTION =
|
|
622
|
+
T.let(
|
|
623
|
+
:PROGRAM_USAGE_RESTRICTION,
|
|
624
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
625
|
+
)
|
|
626
|
+
REVERSAL_UNMATCHED =
|
|
627
|
+
T.let(
|
|
628
|
+
:REVERSAL_UNMATCHED,
|
|
629
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
630
|
+
)
|
|
631
|
+
SECURITY_VIOLATION =
|
|
632
|
+
T.let(
|
|
633
|
+
:SECURITY_VIOLATION,
|
|
634
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
635
|
+
)
|
|
636
|
+
SINGLE_USE_CARD_REATTEMPTED =
|
|
637
|
+
T.let(
|
|
638
|
+
:SINGLE_USE_CARD_REATTEMPTED,
|
|
639
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
640
|
+
)
|
|
641
|
+
SUSPECTED_FRAUD =
|
|
642
|
+
T.let(
|
|
643
|
+
:SUSPECTED_FRAUD,
|
|
644
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
645
|
+
)
|
|
646
|
+
TRANSACTION_INVALID =
|
|
647
|
+
T.let(
|
|
648
|
+
:TRANSACTION_INVALID,
|
|
649
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
650
|
+
)
|
|
651
|
+
TRANSACTION_NOT_PERMITTED_TO_ACQUIRER_OR_TERMINAL =
|
|
652
|
+
T.let(
|
|
653
|
+
:TRANSACTION_NOT_PERMITTED_TO_ACQUIRER_OR_TERMINAL,
|
|
654
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
655
|
+
)
|
|
656
|
+
TRANSACTION_NOT_PERMITTED_TO_ISSUER_OR_CARDHOLDER =
|
|
657
|
+
T.let(
|
|
658
|
+
:TRANSACTION_NOT_PERMITTED_TO_ISSUER_OR_CARDHOLDER,
|
|
659
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
660
|
+
)
|
|
661
|
+
TRANSACTION_PREVIOUSLY_COMPLETED =
|
|
662
|
+
T.let(
|
|
663
|
+
:TRANSACTION_PREVIOUSLY_COMPLETED,
|
|
664
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
665
|
+
)
|
|
666
|
+
UNAUTHORIZED_MERCHANT =
|
|
667
|
+
T.let(
|
|
668
|
+
:UNAUTHORIZED_MERCHANT,
|
|
669
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
670
|
+
)
|
|
671
|
+
VEHICLE_NUMBER_INVALID =
|
|
672
|
+
T.let(
|
|
673
|
+
:VEHICLE_NUMBER_INVALID,
|
|
674
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
675
|
+
)
|
|
676
|
+
CARDHOLDER_CHALLENGED =
|
|
677
|
+
T.let(
|
|
678
|
+
:CARDHOLDER_CHALLENGED,
|
|
679
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
680
|
+
)
|
|
681
|
+
CARDHOLDER_CHALLENGE_FAILED =
|
|
682
|
+
T.let(
|
|
683
|
+
:CARDHOLDER_CHALLENGE_FAILED,
|
|
684
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
685
|
+
)
|
|
686
|
+
|
|
687
|
+
sig do
|
|
688
|
+
override.returns(
|
|
689
|
+
T::Array[
|
|
690
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code::TaggedSymbol
|
|
691
|
+
]
|
|
692
|
+
)
|
|
693
|
+
end
|
|
694
|
+
def self.values
|
|
695
|
+
end
|
|
696
|
+
end
|
|
697
|
+
|
|
698
|
+
module Type
|
|
699
|
+
extend Lithic::Internal::Type::Enum
|
|
700
|
+
|
|
701
|
+
TaggedSymbol =
|
|
702
|
+
T.type_alias do
|
|
703
|
+
T.all(
|
|
704
|
+
Symbol,
|
|
705
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type
|
|
706
|
+
)
|
|
707
|
+
end
|
|
708
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
709
|
+
|
|
710
|
+
DECLINE =
|
|
711
|
+
T.let(
|
|
712
|
+
:DECLINE,
|
|
713
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type::TaggedSymbol
|
|
714
|
+
)
|
|
715
|
+
|
|
716
|
+
sig do
|
|
717
|
+
override.returns(
|
|
718
|
+
T::Array[
|
|
719
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type::TaggedSymbol
|
|
720
|
+
]
|
|
721
|
+
)
|
|
722
|
+
end
|
|
723
|
+
def self.values
|
|
724
|
+
end
|
|
725
|
+
end
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
class ChallengeActionAuthorization < Lithic::Internal::Type::BaseModel
|
|
729
|
+
OrHash =
|
|
730
|
+
T.type_alias do
|
|
731
|
+
T.any(
|
|
732
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization,
|
|
733
|
+
Lithic::Internal::AnyHash
|
|
734
|
+
)
|
|
735
|
+
end
|
|
736
|
+
|
|
737
|
+
sig do
|
|
738
|
+
returns(
|
|
739
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type::TaggedSymbol
|
|
740
|
+
)
|
|
741
|
+
end
|
|
742
|
+
attr_accessor :type
|
|
743
|
+
|
|
744
|
+
sig do
|
|
745
|
+
params(
|
|
746
|
+
type:
|
|
747
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type::OrSymbol
|
|
748
|
+
).returns(T.attached_class)
|
|
749
|
+
end
|
|
750
|
+
def self.new(type:)
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
sig do
|
|
754
|
+
override.returns(
|
|
755
|
+
{
|
|
756
|
+
type:
|
|
757
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type::TaggedSymbol
|
|
758
|
+
}
|
|
759
|
+
)
|
|
760
|
+
end
|
|
761
|
+
def to_hash
|
|
762
|
+
end
|
|
763
|
+
|
|
764
|
+
module Type
|
|
765
|
+
extend Lithic::Internal::Type::Enum
|
|
766
|
+
|
|
767
|
+
TaggedSymbol =
|
|
768
|
+
T.type_alias do
|
|
769
|
+
T.all(
|
|
770
|
+
Symbol,
|
|
771
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type
|
|
772
|
+
)
|
|
773
|
+
end
|
|
774
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
775
|
+
|
|
776
|
+
CHALLENGE =
|
|
777
|
+
T.let(
|
|
778
|
+
:CHALLENGE,
|
|
779
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type::TaggedSymbol
|
|
780
|
+
)
|
|
781
|
+
|
|
782
|
+
sig do
|
|
783
|
+
override.returns(
|
|
784
|
+
T::Array[
|
|
785
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type::TaggedSymbol
|
|
786
|
+
]
|
|
787
|
+
)
|
|
788
|
+
end
|
|
789
|
+
def self.values
|
|
790
|
+
end
|
|
791
|
+
end
|
|
792
|
+
end
|
|
793
|
+
|
|
794
|
+
class ResultAuthentication3DSAction < Lithic::Internal::Type::BaseModel
|
|
795
|
+
OrHash =
|
|
796
|
+
T.type_alias do
|
|
797
|
+
T.any(
|
|
798
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction,
|
|
799
|
+
Lithic::Internal::AnyHash
|
|
800
|
+
)
|
|
801
|
+
end
|
|
802
|
+
|
|
803
|
+
sig do
|
|
804
|
+
returns(
|
|
805
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::TaggedSymbol
|
|
806
|
+
)
|
|
807
|
+
end
|
|
808
|
+
attr_accessor :type
|
|
809
|
+
|
|
810
|
+
sig do
|
|
811
|
+
params(
|
|
812
|
+
type:
|
|
813
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::OrSymbol
|
|
814
|
+
).returns(T.attached_class)
|
|
815
|
+
end
|
|
816
|
+
def self.new(type:)
|
|
817
|
+
end
|
|
818
|
+
|
|
819
|
+
sig do
|
|
820
|
+
override.returns(
|
|
821
|
+
{
|
|
822
|
+
type:
|
|
823
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::TaggedSymbol
|
|
824
|
+
}
|
|
825
|
+
)
|
|
826
|
+
end
|
|
827
|
+
def to_hash
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
module Type
|
|
831
|
+
extend Lithic::Internal::Type::Enum
|
|
832
|
+
|
|
833
|
+
TaggedSymbol =
|
|
834
|
+
T.type_alias do
|
|
835
|
+
T.all(
|
|
836
|
+
Symbol,
|
|
837
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type
|
|
838
|
+
)
|
|
839
|
+
end
|
|
840
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
841
|
+
|
|
842
|
+
DECLINE =
|
|
843
|
+
T.let(
|
|
844
|
+
:DECLINE,
|
|
845
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::TaggedSymbol
|
|
846
|
+
)
|
|
847
|
+
CHALLENGE =
|
|
848
|
+
T.let(
|
|
849
|
+
:CHALLENGE,
|
|
850
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::TaggedSymbol
|
|
851
|
+
)
|
|
852
|
+
|
|
853
|
+
sig do
|
|
854
|
+
override.returns(
|
|
855
|
+
T::Array[
|
|
856
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type::TaggedSymbol
|
|
857
|
+
]
|
|
858
|
+
)
|
|
859
|
+
end
|
|
860
|
+
def self.values
|
|
861
|
+
end
|
|
862
|
+
end
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class DeclineActionTokenization < Lithic::Internal::Type::BaseModel
|
|
866
|
+
OrHash =
|
|
867
|
+
T.type_alias do
|
|
868
|
+
T.any(
|
|
869
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization,
|
|
870
|
+
Lithic::Internal::AnyHash
|
|
871
|
+
)
|
|
872
|
+
end
|
|
873
|
+
|
|
874
|
+
# Decline the tokenization request
|
|
875
|
+
sig do
|
|
876
|
+
returns(
|
|
877
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type::TaggedSymbol
|
|
878
|
+
)
|
|
879
|
+
end
|
|
880
|
+
attr_accessor :type
|
|
881
|
+
|
|
882
|
+
# Reason code for declining the tokenization request
|
|
883
|
+
sig do
|
|
884
|
+
returns(
|
|
885
|
+
T.nilable(
|
|
886
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
887
|
+
)
|
|
888
|
+
)
|
|
889
|
+
end
|
|
890
|
+
attr_reader :reason
|
|
891
|
+
|
|
892
|
+
sig do
|
|
893
|
+
params(
|
|
894
|
+
reason:
|
|
895
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::OrSymbol
|
|
896
|
+
).void
|
|
897
|
+
end
|
|
898
|
+
attr_writer :reason
|
|
899
|
+
|
|
900
|
+
sig do
|
|
901
|
+
params(
|
|
902
|
+
type:
|
|
903
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type::OrSymbol,
|
|
904
|
+
reason:
|
|
905
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::OrSymbol
|
|
906
|
+
).returns(T.attached_class)
|
|
907
|
+
end
|
|
908
|
+
def self.new(
|
|
909
|
+
# Decline the tokenization request
|
|
910
|
+
type:,
|
|
911
|
+
# Reason code for declining the tokenization request
|
|
912
|
+
reason: nil
|
|
913
|
+
)
|
|
914
|
+
end
|
|
915
|
+
|
|
916
|
+
sig do
|
|
917
|
+
override.returns(
|
|
918
|
+
{
|
|
919
|
+
type:
|
|
920
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type::TaggedSymbol,
|
|
921
|
+
reason:
|
|
922
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
923
|
+
}
|
|
924
|
+
)
|
|
925
|
+
end
|
|
926
|
+
def to_hash
|
|
927
|
+
end
|
|
928
|
+
|
|
929
|
+
# Decline the tokenization request
|
|
930
|
+
module Type
|
|
931
|
+
extend Lithic::Internal::Type::Enum
|
|
932
|
+
|
|
933
|
+
TaggedSymbol =
|
|
934
|
+
T.type_alias do
|
|
935
|
+
T.all(
|
|
936
|
+
Symbol,
|
|
937
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type
|
|
938
|
+
)
|
|
939
|
+
end
|
|
940
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
941
|
+
|
|
942
|
+
DECLINE =
|
|
943
|
+
T.let(
|
|
944
|
+
:DECLINE,
|
|
945
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type::TaggedSymbol
|
|
946
|
+
)
|
|
947
|
+
|
|
948
|
+
sig do
|
|
949
|
+
override.returns(
|
|
950
|
+
T::Array[
|
|
951
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type::TaggedSymbol
|
|
952
|
+
]
|
|
953
|
+
)
|
|
954
|
+
end
|
|
955
|
+
def self.values
|
|
956
|
+
end
|
|
957
|
+
end
|
|
958
|
+
|
|
959
|
+
# Reason code for declining the tokenization request
|
|
960
|
+
module Reason
|
|
961
|
+
extend Lithic::Internal::Type::Enum
|
|
962
|
+
|
|
963
|
+
TaggedSymbol =
|
|
964
|
+
T.type_alias do
|
|
965
|
+
T.all(
|
|
966
|
+
Symbol,
|
|
967
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason
|
|
968
|
+
)
|
|
969
|
+
end
|
|
970
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
971
|
+
|
|
972
|
+
ACCOUNT_SCORE_1 =
|
|
973
|
+
T.let(
|
|
974
|
+
:ACCOUNT_SCORE_1,
|
|
975
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
976
|
+
)
|
|
977
|
+
DEVICE_SCORE_1 =
|
|
978
|
+
T.let(
|
|
979
|
+
:DEVICE_SCORE_1,
|
|
980
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
981
|
+
)
|
|
982
|
+
ALL_WALLET_DECLINE_REASONS_PRESENT =
|
|
983
|
+
T.let(
|
|
984
|
+
:ALL_WALLET_DECLINE_REASONS_PRESENT,
|
|
985
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
986
|
+
)
|
|
987
|
+
WALLET_RECOMMENDED_DECISION_RED =
|
|
988
|
+
T.let(
|
|
989
|
+
:WALLET_RECOMMENDED_DECISION_RED,
|
|
990
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
991
|
+
)
|
|
992
|
+
CVC_MISMATCH =
|
|
993
|
+
T.let(
|
|
994
|
+
:CVC_MISMATCH,
|
|
995
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
996
|
+
)
|
|
997
|
+
CARD_EXPIRY_MONTH_MISMATCH =
|
|
998
|
+
T.let(
|
|
999
|
+
:CARD_EXPIRY_MONTH_MISMATCH,
|
|
1000
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1001
|
+
)
|
|
1002
|
+
CARD_EXPIRY_YEAR_MISMATCH =
|
|
1003
|
+
T.let(
|
|
1004
|
+
:CARD_EXPIRY_YEAR_MISMATCH,
|
|
1005
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1006
|
+
)
|
|
1007
|
+
CARD_INVALID_STATE =
|
|
1008
|
+
T.let(
|
|
1009
|
+
:CARD_INVALID_STATE,
|
|
1010
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1011
|
+
)
|
|
1012
|
+
CUSTOMER_RED_PATH =
|
|
1013
|
+
T.let(
|
|
1014
|
+
:CUSTOMER_RED_PATH,
|
|
1015
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1016
|
+
)
|
|
1017
|
+
INVALID_CUSTOMER_RESPONSE =
|
|
1018
|
+
T.let(
|
|
1019
|
+
:INVALID_CUSTOMER_RESPONSE,
|
|
1020
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1021
|
+
)
|
|
1022
|
+
NETWORK_FAILURE =
|
|
1023
|
+
T.let(
|
|
1024
|
+
:NETWORK_FAILURE,
|
|
1025
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1026
|
+
)
|
|
1027
|
+
GENERIC_DECLINE =
|
|
1028
|
+
T.let(
|
|
1029
|
+
:GENERIC_DECLINE,
|
|
1030
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1031
|
+
)
|
|
1032
|
+
DIGITAL_CARD_ART_REQUIRED =
|
|
1033
|
+
T.let(
|
|
1034
|
+
:DIGITAL_CARD_ART_REQUIRED,
|
|
1035
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1036
|
+
)
|
|
1037
|
+
|
|
1038
|
+
sig do
|
|
1039
|
+
override.returns(
|
|
1040
|
+
T::Array[
|
|
1041
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason::TaggedSymbol
|
|
1042
|
+
]
|
|
1043
|
+
)
|
|
1044
|
+
end
|
|
1045
|
+
def self.values
|
|
1046
|
+
end
|
|
1047
|
+
end
|
|
1048
|
+
end
|
|
1049
|
+
|
|
1050
|
+
class RequireTfaAction < Lithic::Internal::Type::BaseModel
|
|
1051
|
+
OrHash =
|
|
1052
|
+
T.type_alias do
|
|
1053
|
+
T.any(
|
|
1054
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction,
|
|
1055
|
+
Lithic::Internal::AnyHash
|
|
1056
|
+
)
|
|
1057
|
+
end
|
|
1058
|
+
|
|
1059
|
+
# Require two-factor authentication for the tokenization request
|
|
1060
|
+
sig do
|
|
1061
|
+
returns(
|
|
1062
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type::TaggedSymbol
|
|
1063
|
+
)
|
|
1064
|
+
end
|
|
1065
|
+
attr_accessor :type
|
|
1066
|
+
|
|
1067
|
+
# Reason code for requiring two-factor authentication
|
|
1068
|
+
sig do
|
|
1069
|
+
returns(
|
|
1070
|
+
T.nilable(
|
|
1071
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1072
|
+
)
|
|
1073
|
+
)
|
|
1074
|
+
end
|
|
1075
|
+
attr_reader :reason
|
|
1076
|
+
|
|
1077
|
+
sig do
|
|
1078
|
+
params(
|
|
1079
|
+
reason:
|
|
1080
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::OrSymbol
|
|
1081
|
+
).void
|
|
1082
|
+
end
|
|
1083
|
+
attr_writer :reason
|
|
1084
|
+
|
|
1085
|
+
sig do
|
|
1086
|
+
params(
|
|
1087
|
+
type:
|
|
1088
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type::OrSymbol,
|
|
1089
|
+
reason:
|
|
1090
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::OrSymbol
|
|
1091
|
+
).returns(T.attached_class)
|
|
1092
|
+
end
|
|
1093
|
+
def self.new(
|
|
1094
|
+
# Require two-factor authentication for the tokenization request
|
|
1095
|
+
type:,
|
|
1096
|
+
# Reason code for requiring two-factor authentication
|
|
1097
|
+
reason: nil
|
|
1098
|
+
)
|
|
1099
|
+
end
|
|
1100
|
+
|
|
1101
|
+
sig do
|
|
1102
|
+
override.returns(
|
|
1103
|
+
{
|
|
1104
|
+
type:
|
|
1105
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type::TaggedSymbol,
|
|
1106
|
+
reason:
|
|
1107
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1108
|
+
}
|
|
1109
|
+
)
|
|
1110
|
+
end
|
|
1111
|
+
def to_hash
|
|
1112
|
+
end
|
|
1113
|
+
|
|
1114
|
+
# Require two-factor authentication for the tokenization request
|
|
1115
|
+
module Type
|
|
1116
|
+
extend Lithic::Internal::Type::Enum
|
|
1117
|
+
|
|
1118
|
+
TaggedSymbol =
|
|
1119
|
+
T.type_alias do
|
|
1120
|
+
T.all(
|
|
1121
|
+
Symbol,
|
|
1122
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type
|
|
1123
|
+
)
|
|
1124
|
+
end
|
|
1125
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1126
|
+
|
|
1127
|
+
REQUIRE_TFA =
|
|
1128
|
+
T.let(
|
|
1129
|
+
:REQUIRE_TFA,
|
|
1130
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type::TaggedSymbol
|
|
1131
|
+
)
|
|
1132
|
+
|
|
1133
|
+
sig do
|
|
1134
|
+
override.returns(
|
|
1135
|
+
T::Array[
|
|
1136
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type::TaggedSymbol
|
|
1137
|
+
]
|
|
1138
|
+
)
|
|
1139
|
+
end
|
|
1140
|
+
def self.values
|
|
1141
|
+
end
|
|
1142
|
+
end
|
|
1143
|
+
|
|
1144
|
+
# Reason code for requiring two-factor authentication
|
|
1145
|
+
module Reason
|
|
1146
|
+
extend Lithic::Internal::Type::Enum
|
|
1147
|
+
|
|
1148
|
+
TaggedSymbol =
|
|
1149
|
+
T.type_alias do
|
|
1150
|
+
T.all(
|
|
1151
|
+
Symbol,
|
|
1152
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason
|
|
1153
|
+
)
|
|
1154
|
+
end
|
|
1155
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1156
|
+
|
|
1157
|
+
WALLET_RECOMMENDED_TFA =
|
|
1158
|
+
T.let(
|
|
1159
|
+
:WALLET_RECOMMENDED_TFA,
|
|
1160
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1161
|
+
)
|
|
1162
|
+
SUSPICIOUS_ACTIVITY =
|
|
1163
|
+
T.let(
|
|
1164
|
+
:SUSPICIOUS_ACTIVITY,
|
|
1165
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1166
|
+
)
|
|
1167
|
+
DEVICE_RECENTLY_LOST =
|
|
1168
|
+
T.let(
|
|
1169
|
+
:DEVICE_RECENTLY_LOST,
|
|
1170
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1171
|
+
)
|
|
1172
|
+
TOO_MANY_RECENT_ATTEMPTS =
|
|
1173
|
+
T.let(
|
|
1174
|
+
:TOO_MANY_RECENT_ATTEMPTS,
|
|
1175
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1176
|
+
)
|
|
1177
|
+
TOO_MANY_RECENT_TOKENS =
|
|
1178
|
+
T.let(
|
|
1179
|
+
:TOO_MANY_RECENT_TOKENS,
|
|
1180
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1181
|
+
)
|
|
1182
|
+
TOO_MANY_DIFFERENT_CARDHOLDERS =
|
|
1183
|
+
T.let(
|
|
1184
|
+
:TOO_MANY_DIFFERENT_CARDHOLDERS,
|
|
1185
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1186
|
+
)
|
|
1187
|
+
OUTSIDE_HOME_TERRITORY =
|
|
1188
|
+
T.let(
|
|
1189
|
+
:OUTSIDE_HOME_TERRITORY,
|
|
1190
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1191
|
+
)
|
|
1192
|
+
HAS_SUSPENDED_TOKENS =
|
|
1193
|
+
T.let(
|
|
1194
|
+
:HAS_SUSPENDED_TOKENS,
|
|
1195
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1196
|
+
)
|
|
1197
|
+
HIGH_RISK =
|
|
1198
|
+
T.let(
|
|
1199
|
+
:HIGH_RISK,
|
|
1200
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1201
|
+
)
|
|
1202
|
+
ACCOUNT_SCORE_LOW =
|
|
1203
|
+
T.let(
|
|
1204
|
+
:ACCOUNT_SCORE_LOW,
|
|
1205
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1206
|
+
)
|
|
1207
|
+
DEVICE_SCORE_LOW =
|
|
1208
|
+
T.let(
|
|
1209
|
+
:DEVICE_SCORE_LOW,
|
|
1210
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1211
|
+
)
|
|
1212
|
+
CARD_STATE_TFA =
|
|
1213
|
+
T.let(
|
|
1214
|
+
:CARD_STATE_TFA,
|
|
1215
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1216
|
+
)
|
|
1217
|
+
HARDCODED_TFA =
|
|
1218
|
+
T.let(
|
|
1219
|
+
:HARDCODED_TFA,
|
|
1220
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1221
|
+
)
|
|
1222
|
+
CUSTOMER_RULE_TFA =
|
|
1223
|
+
T.let(
|
|
1224
|
+
:CUSTOMER_RULE_TFA,
|
|
1225
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1226
|
+
)
|
|
1227
|
+
DEVICE_HOST_CARD_EMULATION =
|
|
1228
|
+
T.let(
|
|
1229
|
+
:DEVICE_HOST_CARD_EMULATION,
|
|
1230
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1231
|
+
)
|
|
1232
|
+
|
|
1233
|
+
sig do
|
|
1234
|
+
override.returns(
|
|
1235
|
+
T::Array[
|
|
1236
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason::TaggedSymbol
|
|
1237
|
+
]
|
|
1238
|
+
)
|
|
1239
|
+
end
|
|
1240
|
+
def self.values
|
|
1241
|
+
end
|
|
1242
|
+
end
|
|
1243
|
+
end
|
|
1244
|
+
|
|
1245
|
+
class ApproveActionACH < Lithic::Internal::Type::BaseModel
|
|
1246
|
+
OrHash =
|
|
1247
|
+
T.type_alias do
|
|
1248
|
+
T.any(
|
|
1249
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH,
|
|
1250
|
+
Lithic::Internal::AnyHash
|
|
1251
|
+
)
|
|
1252
|
+
end
|
|
1253
|
+
|
|
1254
|
+
# Approve the ACH transaction
|
|
1255
|
+
sig do
|
|
1256
|
+
returns(
|
|
1257
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type::TaggedSymbol
|
|
1258
|
+
)
|
|
1259
|
+
end
|
|
1260
|
+
attr_accessor :type
|
|
1261
|
+
|
|
1262
|
+
sig do
|
|
1263
|
+
params(
|
|
1264
|
+
type:
|
|
1265
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type::OrSymbol
|
|
1266
|
+
).returns(T.attached_class)
|
|
1267
|
+
end
|
|
1268
|
+
def self.new(
|
|
1269
|
+
# Approve the ACH transaction
|
|
1270
|
+
type:
|
|
1271
|
+
)
|
|
1272
|
+
end
|
|
1273
|
+
|
|
1274
|
+
sig do
|
|
1275
|
+
override.returns(
|
|
1276
|
+
{
|
|
1277
|
+
type:
|
|
1278
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type::TaggedSymbol
|
|
1279
|
+
}
|
|
1280
|
+
)
|
|
1281
|
+
end
|
|
1282
|
+
def to_hash
|
|
1283
|
+
end
|
|
1284
|
+
|
|
1285
|
+
# Approve the ACH transaction
|
|
1286
|
+
module Type
|
|
1287
|
+
extend Lithic::Internal::Type::Enum
|
|
1288
|
+
|
|
1289
|
+
TaggedSymbol =
|
|
1290
|
+
T.type_alias do
|
|
1291
|
+
T.all(
|
|
1292
|
+
Symbol,
|
|
1293
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type
|
|
1294
|
+
)
|
|
1295
|
+
end
|
|
1296
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1297
|
+
|
|
1298
|
+
APPROVE =
|
|
1299
|
+
T.let(
|
|
1300
|
+
:APPROVE,
|
|
1301
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type::TaggedSymbol
|
|
1302
|
+
)
|
|
1303
|
+
|
|
1304
|
+
sig do
|
|
1305
|
+
override.returns(
|
|
1306
|
+
T::Array[
|
|
1307
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type::TaggedSymbol
|
|
1308
|
+
]
|
|
1309
|
+
)
|
|
1310
|
+
end
|
|
1311
|
+
def self.values
|
|
1312
|
+
end
|
|
1313
|
+
end
|
|
1314
|
+
end
|
|
1315
|
+
|
|
1316
|
+
class ReturnAction < Lithic::Internal::Type::BaseModel
|
|
1317
|
+
OrHash =
|
|
1318
|
+
T.type_alias do
|
|
1319
|
+
T.any(
|
|
1320
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction,
|
|
1321
|
+
Lithic::Internal::AnyHash
|
|
1322
|
+
)
|
|
1323
|
+
end
|
|
1324
|
+
|
|
1325
|
+
# NACHA return code to use when returning the transaction. Note that the list of
|
|
1326
|
+
# available return codes is subject to an allowlist configured at the program
|
|
1327
|
+
# level
|
|
1328
|
+
sig do
|
|
1329
|
+
returns(
|
|
1330
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1331
|
+
)
|
|
1332
|
+
end
|
|
1333
|
+
attr_accessor :code
|
|
1334
|
+
|
|
1335
|
+
# Return the ACH transaction
|
|
1336
|
+
sig do
|
|
1337
|
+
returns(
|
|
1338
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type::TaggedSymbol
|
|
1339
|
+
)
|
|
1340
|
+
end
|
|
1341
|
+
attr_accessor :type
|
|
1342
|
+
|
|
1343
|
+
sig do
|
|
1344
|
+
params(
|
|
1345
|
+
code:
|
|
1346
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::OrSymbol,
|
|
1347
|
+
type:
|
|
1348
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type::OrSymbol
|
|
1349
|
+
).returns(T.attached_class)
|
|
1350
|
+
end
|
|
1351
|
+
def self.new(
|
|
1352
|
+
# NACHA return code to use when returning the transaction. Note that the list of
|
|
1353
|
+
# available return codes is subject to an allowlist configured at the program
|
|
1354
|
+
# level
|
|
1355
|
+
code:,
|
|
1356
|
+
# Return the ACH transaction
|
|
1357
|
+
type:
|
|
1358
|
+
)
|
|
1359
|
+
end
|
|
1360
|
+
|
|
1361
|
+
sig do
|
|
1362
|
+
override.returns(
|
|
1363
|
+
{
|
|
1364
|
+
code:
|
|
1365
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol,
|
|
1366
|
+
type:
|
|
1367
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type::TaggedSymbol
|
|
1368
|
+
}
|
|
1369
|
+
)
|
|
1370
|
+
end
|
|
1371
|
+
def to_hash
|
|
1372
|
+
end
|
|
1373
|
+
|
|
1374
|
+
# NACHA return code to use when returning the transaction. Note that the list of
|
|
1375
|
+
# available return codes is subject to an allowlist configured at the program
|
|
1376
|
+
# level
|
|
1377
|
+
module Code
|
|
1378
|
+
extend Lithic::Internal::Type::Enum
|
|
1379
|
+
|
|
1380
|
+
TaggedSymbol =
|
|
1381
|
+
T.type_alias do
|
|
1382
|
+
T.all(
|
|
1383
|
+
Symbol,
|
|
1384
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code
|
|
1385
|
+
)
|
|
1386
|
+
end
|
|
1387
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1388
|
+
|
|
1389
|
+
R01 =
|
|
1390
|
+
T.let(
|
|
1391
|
+
:R01,
|
|
1392
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1393
|
+
)
|
|
1394
|
+
R02 =
|
|
1395
|
+
T.let(
|
|
1396
|
+
:R02,
|
|
1397
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1398
|
+
)
|
|
1399
|
+
R03 =
|
|
1400
|
+
T.let(
|
|
1401
|
+
:R03,
|
|
1402
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1403
|
+
)
|
|
1404
|
+
R04 =
|
|
1405
|
+
T.let(
|
|
1406
|
+
:R04,
|
|
1407
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1408
|
+
)
|
|
1409
|
+
R05 =
|
|
1410
|
+
T.let(
|
|
1411
|
+
:R05,
|
|
1412
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1413
|
+
)
|
|
1414
|
+
R06 =
|
|
1415
|
+
T.let(
|
|
1416
|
+
:R06,
|
|
1417
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1418
|
+
)
|
|
1419
|
+
R07 =
|
|
1420
|
+
T.let(
|
|
1421
|
+
:R07,
|
|
1422
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1423
|
+
)
|
|
1424
|
+
R08 =
|
|
1425
|
+
T.let(
|
|
1426
|
+
:R08,
|
|
1427
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1428
|
+
)
|
|
1429
|
+
R09 =
|
|
1430
|
+
T.let(
|
|
1431
|
+
:R09,
|
|
1432
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1433
|
+
)
|
|
1434
|
+
R10 =
|
|
1435
|
+
T.let(
|
|
1436
|
+
:R10,
|
|
1437
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1438
|
+
)
|
|
1439
|
+
R11 =
|
|
1440
|
+
T.let(
|
|
1441
|
+
:R11,
|
|
1442
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1443
|
+
)
|
|
1444
|
+
R12 =
|
|
1445
|
+
T.let(
|
|
1446
|
+
:R12,
|
|
1447
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1448
|
+
)
|
|
1449
|
+
R13 =
|
|
1450
|
+
T.let(
|
|
1451
|
+
:R13,
|
|
1452
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1453
|
+
)
|
|
1454
|
+
R14 =
|
|
1455
|
+
T.let(
|
|
1456
|
+
:R14,
|
|
1457
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1458
|
+
)
|
|
1459
|
+
R15 =
|
|
1460
|
+
T.let(
|
|
1461
|
+
:R15,
|
|
1462
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1463
|
+
)
|
|
1464
|
+
R16 =
|
|
1465
|
+
T.let(
|
|
1466
|
+
:R16,
|
|
1467
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1468
|
+
)
|
|
1469
|
+
R17 =
|
|
1470
|
+
T.let(
|
|
1471
|
+
:R17,
|
|
1472
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1473
|
+
)
|
|
1474
|
+
R18 =
|
|
1475
|
+
T.let(
|
|
1476
|
+
:R18,
|
|
1477
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1478
|
+
)
|
|
1479
|
+
R19 =
|
|
1480
|
+
T.let(
|
|
1481
|
+
:R19,
|
|
1482
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1483
|
+
)
|
|
1484
|
+
R20 =
|
|
1485
|
+
T.let(
|
|
1486
|
+
:R20,
|
|
1487
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1488
|
+
)
|
|
1489
|
+
R21 =
|
|
1490
|
+
T.let(
|
|
1491
|
+
:R21,
|
|
1492
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1493
|
+
)
|
|
1494
|
+
R22 =
|
|
1495
|
+
T.let(
|
|
1496
|
+
:R22,
|
|
1497
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1498
|
+
)
|
|
1499
|
+
R23 =
|
|
1500
|
+
T.let(
|
|
1501
|
+
:R23,
|
|
1502
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1503
|
+
)
|
|
1504
|
+
R24 =
|
|
1505
|
+
T.let(
|
|
1506
|
+
:R24,
|
|
1507
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1508
|
+
)
|
|
1509
|
+
R25 =
|
|
1510
|
+
T.let(
|
|
1511
|
+
:R25,
|
|
1512
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1513
|
+
)
|
|
1514
|
+
R26 =
|
|
1515
|
+
T.let(
|
|
1516
|
+
:R26,
|
|
1517
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1518
|
+
)
|
|
1519
|
+
R27 =
|
|
1520
|
+
T.let(
|
|
1521
|
+
:R27,
|
|
1522
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1523
|
+
)
|
|
1524
|
+
R28 =
|
|
1525
|
+
T.let(
|
|
1526
|
+
:R28,
|
|
1527
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1528
|
+
)
|
|
1529
|
+
R29 =
|
|
1530
|
+
T.let(
|
|
1531
|
+
:R29,
|
|
1532
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1533
|
+
)
|
|
1534
|
+
R30 =
|
|
1535
|
+
T.let(
|
|
1536
|
+
:R30,
|
|
1537
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1538
|
+
)
|
|
1539
|
+
R31 =
|
|
1540
|
+
T.let(
|
|
1541
|
+
:R31,
|
|
1542
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1543
|
+
)
|
|
1544
|
+
R32 =
|
|
1545
|
+
T.let(
|
|
1546
|
+
:R32,
|
|
1547
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1548
|
+
)
|
|
1549
|
+
R33 =
|
|
1550
|
+
T.let(
|
|
1551
|
+
:R33,
|
|
1552
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1553
|
+
)
|
|
1554
|
+
R34 =
|
|
1555
|
+
T.let(
|
|
1556
|
+
:R34,
|
|
1557
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1558
|
+
)
|
|
1559
|
+
R35 =
|
|
1560
|
+
T.let(
|
|
1561
|
+
:R35,
|
|
1562
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1563
|
+
)
|
|
1564
|
+
R36 =
|
|
1565
|
+
T.let(
|
|
1566
|
+
:R36,
|
|
1567
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1568
|
+
)
|
|
1569
|
+
R37 =
|
|
1570
|
+
T.let(
|
|
1571
|
+
:R37,
|
|
1572
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1573
|
+
)
|
|
1574
|
+
R38 =
|
|
1575
|
+
T.let(
|
|
1576
|
+
:R38,
|
|
1577
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1578
|
+
)
|
|
1579
|
+
R39 =
|
|
1580
|
+
T.let(
|
|
1581
|
+
:R39,
|
|
1582
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1583
|
+
)
|
|
1584
|
+
R40 =
|
|
1585
|
+
T.let(
|
|
1586
|
+
:R40,
|
|
1587
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1588
|
+
)
|
|
1589
|
+
R41 =
|
|
1590
|
+
T.let(
|
|
1591
|
+
:R41,
|
|
1592
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1593
|
+
)
|
|
1594
|
+
R42 =
|
|
1595
|
+
T.let(
|
|
1596
|
+
:R42,
|
|
1597
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1598
|
+
)
|
|
1599
|
+
R43 =
|
|
1600
|
+
T.let(
|
|
1601
|
+
:R43,
|
|
1602
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1603
|
+
)
|
|
1604
|
+
R44 =
|
|
1605
|
+
T.let(
|
|
1606
|
+
:R44,
|
|
1607
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1608
|
+
)
|
|
1609
|
+
R45 =
|
|
1610
|
+
T.let(
|
|
1611
|
+
:R45,
|
|
1612
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1613
|
+
)
|
|
1614
|
+
R46 =
|
|
1615
|
+
T.let(
|
|
1616
|
+
:R46,
|
|
1617
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1618
|
+
)
|
|
1619
|
+
R47 =
|
|
1620
|
+
T.let(
|
|
1621
|
+
:R47,
|
|
1622
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1623
|
+
)
|
|
1624
|
+
R50 =
|
|
1625
|
+
T.let(
|
|
1626
|
+
:R50,
|
|
1627
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1628
|
+
)
|
|
1629
|
+
R51 =
|
|
1630
|
+
T.let(
|
|
1631
|
+
:R51,
|
|
1632
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1633
|
+
)
|
|
1634
|
+
R52 =
|
|
1635
|
+
T.let(
|
|
1636
|
+
:R52,
|
|
1637
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1638
|
+
)
|
|
1639
|
+
R53 =
|
|
1640
|
+
T.let(
|
|
1641
|
+
:R53,
|
|
1642
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1643
|
+
)
|
|
1644
|
+
R61 =
|
|
1645
|
+
T.let(
|
|
1646
|
+
:R61,
|
|
1647
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1648
|
+
)
|
|
1649
|
+
R62 =
|
|
1650
|
+
T.let(
|
|
1651
|
+
:R62,
|
|
1652
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1653
|
+
)
|
|
1654
|
+
R67 =
|
|
1655
|
+
T.let(
|
|
1656
|
+
:R67,
|
|
1657
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1658
|
+
)
|
|
1659
|
+
R68 =
|
|
1660
|
+
T.let(
|
|
1661
|
+
:R68,
|
|
1662
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1663
|
+
)
|
|
1664
|
+
R69 =
|
|
1665
|
+
T.let(
|
|
1666
|
+
:R69,
|
|
1667
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1668
|
+
)
|
|
1669
|
+
R70 =
|
|
1670
|
+
T.let(
|
|
1671
|
+
:R70,
|
|
1672
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1673
|
+
)
|
|
1674
|
+
R71 =
|
|
1675
|
+
T.let(
|
|
1676
|
+
:R71,
|
|
1677
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1678
|
+
)
|
|
1679
|
+
R72 =
|
|
1680
|
+
T.let(
|
|
1681
|
+
:R72,
|
|
1682
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1683
|
+
)
|
|
1684
|
+
R73 =
|
|
1685
|
+
T.let(
|
|
1686
|
+
:R73,
|
|
1687
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1688
|
+
)
|
|
1689
|
+
R74 =
|
|
1690
|
+
T.let(
|
|
1691
|
+
:R74,
|
|
1692
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1693
|
+
)
|
|
1694
|
+
R75 =
|
|
1695
|
+
T.let(
|
|
1696
|
+
:R75,
|
|
1697
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1698
|
+
)
|
|
1699
|
+
R76 =
|
|
1700
|
+
T.let(
|
|
1701
|
+
:R76,
|
|
1702
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1703
|
+
)
|
|
1704
|
+
R77 =
|
|
1705
|
+
T.let(
|
|
1706
|
+
:R77,
|
|
1707
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1708
|
+
)
|
|
1709
|
+
R80 =
|
|
1710
|
+
T.let(
|
|
1711
|
+
:R80,
|
|
1712
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1713
|
+
)
|
|
1714
|
+
R81 =
|
|
1715
|
+
T.let(
|
|
1716
|
+
:R81,
|
|
1717
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1718
|
+
)
|
|
1719
|
+
R82 =
|
|
1720
|
+
T.let(
|
|
1721
|
+
:R82,
|
|
1722
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1723
|
+
)
|
|
1724
|
+
R83 =
|
|
1725
|
+
T.let(
|
|
1726
|
+
:R83,
|
|
1727
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1728
|
+
)
|
|
1729
|
+
R84 =
|
|
1730
|
+
T.let(
|
|
1731
|
+
:R84,
|
|
1732
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1733
|
+
)
|
|
1734
|
+
R85 =
|
|
1735
|
+
T.let(
|
|
1736
|
+
:R85,
|
|
1737
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1738
|
+
)
|
|
1739
|
+
|
|
1740
|
+
sig do
|
|
1741
|
+
override.returns(
|
|
1742
|
+
T::Array[
|
|
1743
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code::TaggedSymbol
|
|
1744
|
+
]
|
|
1745
|
+
)
|
|
1746
|
+
end
|
|
1747
|
+
def self.values
|
|
1748
|
+
end
|
|
1749
|
+
end
|
|
1750
|
+
|
|
1751
|
+
# Return the ACH transaction
|
|
1752
|
+
module Type
|
|
1753
|
+
extend Lithic::Internal::Type::Enum
|
|
1754
|
+
|
|
1755
|
+
TaggedSymbol =
|
|
1756
|
+
T.type_alias do
|
|
1757
|
+
T.all(
|
|
1758
|
+
Symbol,
|
|
1759
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type
|
|
1760
|
+
)
|
|
1761
|
+
end
|
|
1762
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1763
|
+
|
|
1764
|
+
RETURN =
|
|
1765
|
+
T.let(
|
|
1766
|
+
:RETURN,
|
|
1767
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type::TaggedSymbol
|
|
1768
|
+
)
|
|
1769
|
+
|
|
1770
|
+
sig do
|
|
1771
|
+
override.returns(
|
|
1772
|
+
T::Array[
|
|
1773
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type::TaggedSymbol
|
|
1774
|
+
]
|
|
1775
|
+
)
|
|
1776
|
+
end
|
|
1777
|
+
def self.values
|
|
1778
|
+
end
|
|
1779
|
+
end
|
|
1780
|
+
end
|
|
1781
|
+
|
|
1782
|
+
sig do
|
|
1783
|
+
override.returns(
|
|
1784
|
+
T::Array[
|
|
1785
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::Variants
|
|
1786
|
+
]
|
|
1787
|
+
)
|
|
1788
|
+
end
|
|
1789
|
+
def self.variants
|
|
1790
|
+
end
|
|
1791
|
+
end
|
|
1792
|
+
end
|
|
1793
|
+
|
|
1794
|
+
# The evaluation mode of this version during the reported period.
|
|
1795
|
+
module State
|
|
1796
|
+
extend Lithic::Internal::Type::Enum
|
|
1797
|
+
|
|
1798
|
+
TaggedSymbol =
|
|
1799
|
+
T.type_alias do
|
|
1800
|
+
T.all(
|
|
1801
|
+
Symbol,
|
|
1802
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State
|
|
1803
|
+
)
|
|
1804
|
+
end
|
|
1805
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1806
|
+
|
|
1807
|
+
ACTIVE =
|
|
1808
|
+
T.let(
|
|
1809
|
+
:ACTIVE,
|
|
1810
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol
|
|
1811
|
+
)
|
|
1812
|
+
SHADOW =
|
|
1813
|
+
T.let(
|
|
1814
|
+
:SHADOW,
|
|
1815
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol
|
|
1816
|
+
)
|
|
1817
|
+
INACTIVE =
|
|
1818
|
+
T.let(
|
|
1819
|
+
:INACTIVE,
|
|
1820
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol
|
|
1821
|
+
)
|
|
1822
|
+
|
|
1823
|
+
sig do
|
|
1824
|
+
override.returns(
|
|
1825
|
+
T::Array[
|
|
1826
|
+
Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State::TaggedSymbol
|
|
1827
|
+
]
|
|
1828
|
+
)
|
|
1829
|
+
end
|
|
1830
|
+
def self.values
|
|
1831
|
+
end
|
|
1832
|
+
end
|
|
1833
|
+
end
|
|
145
1834
|
end
|
|
146
1835
|
end
|
|
147
1836
|
end
|