lithic 0.7.0 → 0.8.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.
Files changed (153) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +36 -0
  3. data/README.md +3 -3
  4. data/lib/lithic/client.rb +11 -0
  5. data/lib/lithic/models/account_activity_list_params.rb +2 -0
  6. data/lib/lithic/models/account_activity_list_response.rb +8 -2
  7. data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +8 -2
  8. data/lib/lithic/models/auth_rules/auth_rule.rb +84 -8
  9. data/lib/lithic/models/auth_rules/auth_rule_version.rb +92 -0
  10. data/lib/lithic/models/auth_rules/rule_feature.rb +231 -0
  11. data/lib/lithic/models/auth_rules/typescript_code_parameters.rb +33 -0
  12. data/lib/lithic/models/auth_rules/v2/backtest_results.rb +9 -17
  13. data/lib/lithic/models/auth_rules/v2_create_params.rb +50 -10
  14. data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -3
  15. data/lib/lithic/models/auth_rules/v2_list_versions_params.rb +22 -0
  16. data/lib/lithic/models/auth_rules/v2_list_versions_response.rb +18 -0
  17. data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +3 -83
  18. data/lib/lithic/models/auth_rules/v2_retrieve_report_response.rb +525 -1
  19. data/lib/lithic/models/auth_rules/v2_update_params.rb +17 -1
  20. data/lib/lithic/models/auth_rules/velocity_limit_filters.rb +87 -0
  21. data/lib/lithic/models/auth_rules/velocity_limit_params.rb +3 -84
  22. data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +69 -59
  23. data/lib/lithic/models/dispute_create_params.rb +11 -11
  24. data/lib/lithic/models/dispute_list_params.rb +3 -3
  25. data/lib/lithic/models/dispute_update_params.rb +9 -9
  26. data/lib/lithic/models/event.rb +0 -7
  27. data/lib/lithic/models/event_list_params.rb +0 -4
  28. data/lib/lithic/models/event_subscription.rb +0 -4
  29. data/lib/lithic/models/events/subscription_create_params.rb +0 -4
  30. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
  31. data/lib/lithic/models/events/subscription_update_params.rb +0 -4
  32. data/lib/lithic/models/financial_account.rb +1 -0
  33. data/lib/lithic/models/financial_account_list_params.rb +1 -0
  34. data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +9 -1
  35. data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +9 -1
  36. data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +27 -2
  37. data/lib/lithic/models/hold.rb +147 -0
  38. data/lib/lithic/models/hold_create_params.rb +61 -0
  39. data/lib/lithic/models/hold_event.rb +110 -0
  40. data/lib/lithic/models/hold_list_params.rb +89 -0
  41. data/lib/lithic/models/hold_retrieve_params.rb +20 -0
  42. data/lib/lithic/models/hold_void_params.rb +29 -0
  43. data/lib/lithic/models/instance_financial_account_type.rb +1 -0
  44. data/lib/lithic/models/parsed_webhook_event.rb +2 -4
  45. data/lib/lithic/models/payment.rb +76 -12
  46. data/lib/lithic/models/payment_simulate_action_params.rb +1 -0
  47. data/lib/lithic/models.rb +12 -2
  48. data/lib/lithic/resources/account_activity.rb +2 -2
  49. data/lib/lithic/resources/auth_rules/v2.rb +24 -4
  50. data/lib/lithic/resources/disputes.rb +21 -21
  51. data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +6 -2
  52. data/lib/lithic/resources/holds.rb +132 -0
  53. data/lib/lithic/resources/webhooks.rb +2 -3
  54. data/lib/lithic/version.rb +1 -1
  55. data/lib/lithic.rb +14 -1
  56. data/rbi/lithic/client.rbi +9 -0
  57. data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
  58. data/rbi/lithic/models/account_activity_list_response.rbi +14 -2
  59. data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +14 -2
  60. data/rbi/lithic/models/auth_rules/auth_rule.rbi +128 -4
  61. data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +142 -0
  62. data/rbi/lithic/models/auth_rules/rule_feature.rbi +414 -0
  63. data/rbi/lithic/models/auth_rules/typescript_code_parameters.rbi +94 -0
  64. data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +12 -35
  65. data/rbi/lithic/models/auth_rules/v2_create_params.rbi +81 -12
  66. data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -4
  67. data/rbi/lithic/models/auth_rules/v2_list_versions_params.rbi +40 -0
  68. data/rbi/lithic/models/auth_rules/v2_list_versions_response.rbi +36 -0
  69. data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +4 -209
  70. data/rbi/lithic/models/auth_rules/v2_retrieve_report_response.rbi +1692 -3
  71. data/rbi/lithic/models/auth_rules/v2_update_params.rbi +24 -0
  72. data/rbi/lithic/models/auth_rules/velocity_limit_filters.rbi +205 -0
  73. data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +4 -206
  74. data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +154 -142
  75. data/rbi/lithic/models/dispute_create_params.rbi +11 -11
  76. data/rbi/lithic/models/dispute_list_params.rbi +3 -3
  77. data/rbi/lithic/models/dispute_update_params.rbi +9 -9
  78. data/rbi/lithic/models/event.rbi +0 -14
  79. data/rbi/lithic/models/event_list_params.rbi +0 -8
  80. data/rbi/lithic/models/event_subscription.rbi +0 -8
  81. data/rbi/lithic/models/events/subscription_create_params.rbi +0 -8
  82. data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
  83. data/rbi/lithic/models/events/subscription_update_params.rbi +0 -8
  84. data/rbi/lithic/models/financial_account.rbi +5 -0
  85. data/rbi/lithic/models/financial_account_list_params.rbi +5 -0
  86. data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +11 -0
  87. data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +11 -0
  88. data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +38 -3
  89. data/rbi/lithic/models/hold.rbi +183 -0
  90. data/rbi/lithic/models/hold_create_params.rbi +90 -0
  91. data/rbi/lithic/models/hold_event.rbi +148 -0
  92. data/rbi/lithic/models/hold_list_params.rbi +137 -0
  93. data/rbi/lithic/models/hold_retrieve_params.rbi +35 -0
  94. data/rbi/lithic/models/hold_void_params.rbi +49 -0
  95. data/rbi/lithic/models/instance_financial_account_type.rbi +5 -0
  96. data/rbi/lithic/models/parsed_webhook_event.rbi +0 -1
  97. data/rbi/lithic/models/payment.rbi +139 -13
  98. data/rbi/lithic/models/payment_simulate_action_params.rbi +5 -0
  99. data/rbi/lithic/models.rbi +12 -3
  100. data/rbi/lithic/resources/auth_rules/v2.rbi +16 -4
  101. data/rbi/lithic/resources/disputes.rbi +21 -21
  102. data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +6 -0
  103. data/rbi/lithic/resources/holds.rbi +111 -0
  104. data/rbi/lithic/resources/webhooks.rbi +8 -2
  105. data/sig/lithic/client.rbs +5 -0
  106. data/sig/lithic/models/account_activity_list_params.rbs +4 -0
  107. data/sig/lithic/models/account_activity_list_response.rbs +5 -0
  108. data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +5 -0
  109. data/sig/lithic/models/auth_rules/auth_rule.rbs +42 -0
  110. data/sig/lithic/models/auth_rules/auth_rule_version.rbs +67 -0
  111. data/sig/lithic/models/auth_rules/rule_feature.rbs +173 -0
  112. data/sig/lithic/models/auth_rules/typescript_code_parameters.rbs +27 -0
  113. data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +5 -18
  114. data/sig/lithic/models/auth_rules/v2_create_params.rbs +25 -0
  115. data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -0
  116. data/sig/lithic/models/auth_rules/v2_list_versions_params.rbs +25 -0
  117. data/sig/lithic/models/auth_rules/v2_list_versions_response.rbs +18 -0
  118. data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -80
  119. data/sig/lithic/models/auth_rules/v2_retrieve_report_response.rbs +658 -3
  120. data/sig/lithic/models/auth_rules/v2_update_params.rbs +16 -0
  121. data/sig/lithic/models/auth_rules/velocity_limit_filters.rbs +81 -0
  122. data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +6 -82
  123. data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +38 -38
  124. data/sig/lithic/models/event.rbs +0 -2
  125. data/sig/lithic/models/event_list_params.rbs +0 -2
  126. data/sig/lithic/models/event_subscription.rbs +0 -2
  127. data/sig/lithic/models/events/subscription_create_params.rbs +0 -2
  128. data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +0 -2
  129. data/sig/lithic/models/events/subscription_update_params.rbs +0 -2
  130. data/sig/lithic/models/financial_account.rbs +2 -0
  131. data/sig/lithic/models/financial_account_list_params.rbs +7 -1
  132. data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +7 -0
  133. data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +7 -0
  134. data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +17 -3
  135. data/sig/lithic/models/hold.rbs +137 -0
  136. data/sig/lithic/models/hold_create_params.rbs +57 -0
  137. data/sig/lithic/models/hold_event.rbs +91 -0
  138. data/sig/lithic/models/hold_list_params.rbs +83 -0
  139. data/sig/lithic/models/hold_retrieve_params.rbs +23 -0
  140. data/sig/lithic/models/hold_void_params.rbs +28 -0
  141. data/sig/lithic/models/instance_financial_account_type.rbs +2 -0
  142. data/sig/lithic/models/parsed_webhook_event.rbs +0 -1
  143. data/sig/lithic/models/payment.rbs +23 -8
  144. data/sig/lithic/models/payment_simulate_action_params.rbs +2 -0
  145. data/sig/lithic/models.rbs +12 -2
  146. data/sig/lithic/resources/auth_rules/v2.rbs +5 -0
  147. data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +2 -0
  148. data/sig/lithic/resources/holds.rbs +39 -0
  149. data/sig/lithic/resources/webhooks.rbs +0 -1
  150. metadata +41 -5
  151. data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +0 -159
  152. data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +0 -331
  153. data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +0 -130
@@ -26,8 +26,8 @@ module Lithic
26
26
  class Feature < Lithic::Internal::Type::BaseModel
27
27
  # @!attribute filters
28
28
  #
29
- # @return [Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters]
30
- required :filters, -> { Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters }
29
+ # @return [Lithic::Models::AuthRules::VelocityLimitFilters]
30
+ required :filters, -> { Lithic::AuthRules::VelocityLimitFilters }
31
31
 
32
32
  # @!attribute period
33
33
  # Velocity over the current day since 00:00 / 12 AM in Eastern Time
@@ -47,7 +47,7 @@ module Lithic
47
47
  required :value, -> { Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Value }
48
48
 
49
49
  # @!method initialize(filters:, period:, scope:, value:)
50
- # @param filters [Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters]
50
+ # @param filters [Lithic::Models::AuthRules::VelocityLimitFilters]
51
51
  #
52
52
  # @param period [Lithic::Models::AuthRules::VelocityLimitPeriod::TrailingWindowObject, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowDay, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowWeek, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowMonth, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowYear] Velocity over the current day since 00:00 / 12 AM in Eastern Time
53
53
  #
@@ -55,86 +55,6 @@ module Lithic
55
55
  #
56
56
  # @param value [Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Value]
57
57
 
58
- # @see Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature#filters
59
- class Filters < Lithic::Internal::Type::BaseModel
60
- # @!attribute exclude_countries
61
- # ISO-3166-1 alpha-3 Country Codes to exclude from the velocity calculation.
62
- # Transactions matching any of the provided will be excluded from the calculated
63
- # velocity.
64
- #
65
- # @return [Array<String>, nil]
66
- optional :exclude_countries, Lithic::Internal::Type::ArrayOf[String], nil?: true
67
-
68
- # @!attribute exclude_mccs
69
- # Merchant Category Codes to exclude from the velocity calculation. Transactions
70
- # matching this MCC will be excluded from the calculated velocity.
71
- #
72
- # @return [Array<String>, nil]
73
- optional :exclude_mccs, Lithic::Internal::Type::ArrayOf[String], nil?: true
74
-
75
- # @!attribute include_countries
76
- # ISO-3166-1 alpha-3 Country Codes to include in the velocity calculation.
77
- # Transactions not matching any of the provided will not be included in the
78
- # calculated velocity.
79
- #
80
- # @return [Array<String>, nil]
81
- optional :include_countries, Lithic::Internal::Type::ArrayOf[String], nil?: true
82
-
83
- # @!attribute include_mccs
84
- # Merchant Category Codes to include in the velocity calculation. Transactions not
85
- # matching this MCC will not be included in the calculated velocity.
86
- #
87
- # @return [Array<String>, nil]
88
- optional :include_mccs, Lithic::Internal::Type::ArrayOf[String], nil?: true
89
-
90
- # @!attribute include_pan_entry_modes
91
- # PAN entry modes to include in the velocity calculation. Transactions not
92
- # matching any of the provided will not be included in the calculated velocity.
93
- #
94
- # @return [Array<Symbol, Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters::IncludePanEntryMode>, nil]
95
- optional :include_pan_entry_modes,
96
- -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters::IncludePanEntryMode] },
97
- nil?: true
98
-
99
- # @!method initialize(exclude_countries: nil, exclude_mccs: nil, include_countries: nil, include_mccs: nil, include_pan_entry_modes: nil)
100
- # Some parameter documentations has been truncated, see
101
- # {Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters} for
102
- # more details.
103
- #
104
- # @param exclude_countries [Array<String>, nil] ISO-3166-1 alpha-3 Country Codes to exclude from the velocity calculation. Trans
105
- #
106
- # @param exclude_mccs [Array<String>, nil] Merchant Category Codes to exclude from the velocity calculation. Transactions m
107
- #
108
- # @param include_countries [Array<String>, nil] ISO-3166-1 alpha-3 Country Codes to include in the velocity calculation. Transac
109
- #
110
- # @param include_mccs [Array<String>, nil] Merchant Category Codes to include in the velocity calculation. Transactions not
111
- #
112
- # @param include_pan_entry_modes [Array<Symbol, Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Filters::IncludePanEntryMode>, nil] PAN entry modes to include in the velocity calculation. Transactions not matchin
113
-
114
- module IncludePanEntryMode
115
- extend Lithic::Internal::Type::Enum
116
-
117
- AUTO_ENTRY = :AUTO_ENTRY
118
- BAR_CODE = :BAR_CODE
119
- CONTACTLESS = :CONTACTLESS
120
- CREDENTIAL_ON_FILE = :CREDENTIAL_ON_FILE
121
- ECOMMERCE = :ECOMMERCE
122
- ERROR_KEYED = :ERROR_KEYED
123
- ERROR_MAGNETIC_STRIPE = :ERROR_MAGNETIC_STRIPE
124
- ICC = :ICC
125
- KEY_ENTERED = :KEY_ENTERED
126
- MAGNETIC_STRIPE = :MAGNETIC_STRIPE
127
- MANUAL = :MANUAL
128
- OCR = :OCR
129
- SECURE_CARDLESS = :SECURE_CARDLESS
130
- UNSPECIFIED = :UNSPECIFIED
131
- UNKNOWN = :UNKNOWN
132
-
133
- # @!method self.values
134
- # @return [Array<Symbol>]
135
- end
136
- end
137
-
138
58
  # The scope the velocity is calculated for
139
59
  #
140
60
  # @see Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature#scope
@@ -58,12 +58,536 @@ module Lithic
58
58
  # @return [Lithic::Models::AuthRules::ReportStats, nil]
59
59
  required :draft_version_statistics, -> { Lithic::AuthRules::ReportStats }, nil?: true
60
60
 
61
- # @!method initialize(current_version_statistics:, date:, draft_version_statistics:)
61
+ # @!attribute versions
62
+ # Statistics for each version of the rule that was evaluated during the reported
63
+ # day.
64
+ #
65
+ # @return [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version>]
66
+ required :versions,
67
+ -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version] }
68
+
69
+ # @!method initialize(current_version_statistics:, date:, draft_version_statistics:, versions:)
70
+ # Some parameter documentations has been truncated, see
71
+ # {Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic} for more
72
+ # details.
73
+ #
62
74
  # @param current_version_statistics [Lithic::Models::AuthRules::ReportStats, nil] Detailed statistics for the current version of the rule.
63
75
  #
64
76
  # @param date [Date] The date (UTC) for which the statistics are reported.
65
77
  #
66
78
  # @param draft_version_statistics [Lithic::Models::AuthRules::ReportStats, nil] Detailed statistics for the draft version of the rule.
79
+ #
80
+ # @param versions [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version>] Statistics for each version of the rule that was evaluated during the reported d
81
+
82
+ class Version < Lithic::Internal::Type::BaseModel
83
+ # @!attribute action_counts
84
+ # A mapping of action types to the number of times that action was returned by
85
+ # this version during the relevant period. Actions are the possible outcomes of a
86
+ # rule evaluation, such as DECLINE, CHALLENGE, REQUIRE_TFA, etc. In case rule
87
+ # didn't trigger any action, it's counted under NO_ACTION key.
88
+ #
89
+ # @return [Hash{Symbol=>Integer}]
90
+ required :action_counts, Lithic::Internal::Type::HashOf[Integer]
91
+
92
+ # @!attribute examples
93
+ # Example events and their outcomes for this version.
94
+ #
95
+ # @return [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example>]
96
+ required :examples,
97
+ -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example] }
98
+
99
+ # @!attribute state
100
+ # The evaluation mode of this version during the reported period.
101
+ #
102
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State]
103
+ required :state,
104
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State }
105
+
106
+ # @!attribute version
107
+ # The rule version number.
108
+ #
109
+ # @return [Integer]
110
+ required :version, Integer
111
+
112
+ # @!method initialize(action_counts:, examples:, state:, version:)
113
+ # Some parameter documentations has been truncated, see
114
+ # {Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version}
115
+ # for more details.
116
+ #
117
+ # @param action_counts [Hash{Symbol=>Integer}] A mapping of action types to the number of times that action was returned by thi
118
+ #
119
+ # @param examples [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example>] Example events and their outcomes for this version.
120
+ #
121
+ # @param state [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::State] The evaluation mode of this version during the reported period.
122
+ #
123
+ # @param version [Integer] The rule version number.
124
+
125
+ class Example < Lithic::Internal::Type::BaseModel
126
+ # @!attribute actions
127
+ # The actions taken by this version for this event.
128
+ #
129
+ # @return [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction>]
130
+ required :actions,
131
+ -> { Lithic::Internal::Type::ArrayOf[union: Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action] }
132
+
133
+ # @!attribute event_token
134
+ # The event token.
135
+ #
136
+ # @return [String]
137
+ required :event_token, String
138
+
139
+ # @!attribute timestamp
140
+ # The timestamp of the event.
141
+ #
142
+ # @return [Time]
143
+ required :timestamp, Time
144
+
145
+ # @!method initialize(actions:, event_token:, timestamp:)
146
+ # @param actions [Array<Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction>] The actions taken by this version for this event.
147
+ #
148
+ # @param event_token [String] The event token.
149
+ #
150
+ # @param timestamp [Time] The timestamp of the event.
151
+
152
+ module Action
153
+ extend Lithic::Internal::Type::Union
154
+
155
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization }
156
+
157
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization }
158
+
159
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction }
160
+
161
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization }
162
+
163
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction }
164
+
165
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH }
166
+
167
+ variant -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction }
168
+
169
+ class DeclineActionAuthorization < Lithic::Internal::Type::BaseModel
170
+ # @!attribute code
171
+ # The detailed result code explaining the specific reason for the decline
172
+ #
173
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code]
174
+ required :code,
175
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code }
176
+
177
+ # @!attribute type
178
+ #
179
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type]
180
+ required :type,
181
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type }
182
+
183
+ # @!method initialize(code:, type:)
184
+ # @param code [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Code] The detailed result code explaining the specific reason for the decline
185
+ #
186
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization::Type]
187
+
188
+ # The detailed result code explaining the specific reason for the decline
189
+ #
190
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization#code
191
+ module Code
192
+ extend Lithic::Internal::Type::Enum
193
+
194
+ ACCOUNT_DAILY_SPEND_LIMIT_EXCEEDED = :ACCOUNT_DAILY_SPEND_LIMIT_EXCEEDED
195
+ ACCOUNT_DELINQUENT = :ACCOUNT_DELINQUENT
196
+ ACCOUNT_INACTIVE = :ACCOUNT_INACTIVE
197
+ ACCOUNT_LIFETIME_SPEND_LIMIT_EXCEEDED = :ACCOUNT_LIFETIME_SPEND_LIMIT_EXCEEDED
198
+ ACCOUNT_MONTHLY_SPEND_LIMIT_EXCEEDED = :ACCOUNT_MONTHLY_SPEND_LIMIT_EXCEEDED
199
+ ACCOUNT_PAUSED = :ACCOUNT_PAUSED
200
+ ACCOUNT_UNDER_REVIEW = :ACCOUNT_UNDER_REVIEW
201
+ ADDRESS_INCORRECT = :ADDRESS_INCORRECT
202
+ APPROVED = :APPROVED
203
+ AUTH_RULE_ALLOWED_COUNTRY = :AUTH_RULE_ALLOWED_COUNTRY
204
+ AUTH_RULE_ALLOWED_MCC = :AUTH_RULE_ALLOWED_MCC
205
+ AUTH_RULE_BLOCKED_COUNTRY = :AUTH_RULE_BLOCKED_COUNTRY
206
+ AUTH_RULE_BLOCKED_MCC = :AUTH_RULE_BLOCKED_MCC
207
+ AUTH_RULE = :AUTH_RULE
208
+ CARD_CLOSED = :CARD_CLOSED
209
+ CARD_CRYPTOGRAM_VALIDATION_FAILURE = :CARD_CRYPTOGRAM_VALIDATION_FAILURE
210
+ CARD_EXPIRED = :CARD_EXPIRED
211
+ CARD_EXPIRY_DATE_INCORRECT = :CARD_EXPIRY_DATE_INCORRECT
212
+ CARD_INVALID = :CARD_INVALID
213
+ CARD_NOT_ACTIVATED = :CARD_NOT_ACTIVATED
214
+ CARD_PAUSED = :CARD_PAUSED
215
+ CARD_PIN_INCORRECT = :CARD_PIN_INCORRECT
216
+ CARD_RESTRICTED = :CARD_RESTRICTED
217
+ CARD_SECURITY_CODE_INCORRECT = :CARD_SECURITY_CODE_INCORRECT
218
+ CARD_SPEND_LIMIT_EXCEEDED = :CARD_SPEND_LIMIT_EXCEEDED
219
+ CONTACT_CARD_ISSUER = :CONTACT_CARD_ISSUER
220
+ CUSTOMER_ASA_TIMEOUT = :CUSTOMER_ASA_TIMEOUT
221
+ CUSTOM_ASA_RESULT = :CUSTOM_ASA_RESULT
222
+ DECLINED = :DECLINED
223
+ DO_NOT_HONOR = :DO_NOT_HONOR
224
+ DRIVER_NUMBER_INVALID = :DRIVER_NUMBER_INVALID
225
+ FORMAT_ERROR = :FORMAT_ERROR
226
+ INSUFFICIENT_FUNDING_SOURCE_BALANCE = :INSUFFICIENT_FUNDING_SOURCE_BALANCE
227
+ INSUFFICIENT_FUNDS = :INSUFFICIENT_FUNDS
228
+ LITHIC_SYSTEM_ERROR = :LITHIC_SYSTEM_ERROR
229
+ LITHIC_SYSTEM_RATE_LIMIT = :LITHIC_SYSTEM_RATE_LIMIT
230
+ MALFORMED_ASA_RESPONSE = :MALFORMED_ASA_RESPONSE
231
+ MERCHANT_INVALID = :MERCHANT_INVALID
232
+ MERCHANT_LOCKED_CARD_ATTEMPTED_ELSEWHERE = :MERCHANT_LOCKED_CARD_ATTEMPTED_ELSEWHERE
233
+ MERCHANT_NOT_PERMITTED = :MERCHANT_NOT_PERMITTED
234
+ OVER_REVERSAL_ATTEMPTED = :OVER_REVERSAL_ATTEMPTED
235
+ PIN_BLOCKED = :PIN_BLOCKED
236
+ PROGRAM_CARD_SPEND_LIMIT_EXCEEDED = :PROGRAM_CARD_SPEND_LIMIT_EXCEEDED
237
+ PROGRAM_SUSPENDED = :PROGRAM_SUSPENDED
238
+ PROGRAM_USAGE_RESTRICTION = :PROGRAM_USAGE_RESTRICTION
239
+ REVERSAL_UNMATCHED = :REVERSAL_UNMATCHED
240
+ SECURITY_VIOLATION = :SECURITY_VIOLATION
241
+ SINGLE_USE_CARD_REATTEMPTED = :SINGLE_USE_CARD_REATTEMPTED
242
+ SUSPECTED_FRAUD = :SUSPECTED_FRAUD
243
+ TRANSACTION_INVALID = :TRANSACTION_INVALID
244
+ TRANSACTION_NOT_PERMITTED_TO_ACQUIRER_OR_TERMINAL = :TRANSACTION_NOT_PERMITTED_TO_ACQUIRER_OR_TERMINAL
245
+ TRANSACTION_NOT_PERMITTED_TO_ISSUER_OR_CARDHOLDER = :TRANSACTION_NOT_PERMITTED_TO_ISSUER_OR_CARDHOLDER
246
+ TRANSACTION_PREVIOUSLY_COMPLETED = :TRANSACTION_PREVIOUSLY_COMPLETED
247
+ UNAUTHORIZED_MERCHANT = :UNAUTHORIZED_MERCHANT
248
+ VEHICLE_NUMBER_INVALID = :VEHICLE_NUMBER_INVALID
249
+ CARDHOLDER_CHALLENGED = :CARDHOLDER_CHALLENGED
250
+ CARDHOLDER_CHALLENGE_FAILED = :CARDHOLDER_CHALLENGE_FAILED
251
+
252
+ # @!method self.values
253
+ # @return [Array<Symbol>]
254
+ end
255
+
256
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization#type
257
+ module Type
258
+ extend Lithic::Internal::Type::Enum
259
+
260
+ DECLINE = :DECLINE
261
+
262
+ # @!method self.values
263
+ # @return [Array<Symbol>]
264
+ end
265
+ end
266
+
267
+ class ChallengeActionAuthorization < Lithic::Internal::Type::BaseModel
268
+ # @!attribute type
269
+ #
270
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type]
271
+ required :type,
272
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type }
273
+
274
+ # @!method initialize(type:)
275
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization::Type]
276
+
277
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization#type
278
+ module Type
279
+ extend Lithic::Internal::Type::Enum
280
+
281
+ CHALLENGE = :CHALLENGE
282
+
283
+ # @!method self.values
284
+ # @return [Array<Symbol>]
285
+ end
286
+ end
287
+
288
+ class ResultAuthentication3DSAction < Lithic::Internal::Type::BaseModel
289
+ # @!attribute type
290
+ #
291
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type]
292
+ required :type,
293
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type }
294
+
295
+ # @!method initialize(type:)
296
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction::Type]
297
+
298
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction#type
299
+ module Type
300
+ extend Lithic::Internal::Type::Enum
301
+
302
+ DECLINE = :DECLINE
303
+ CHALLENGE = :CHALLENGE
304
+
305
+ # @!method self.values
306
+ # @return [Array<Symbol>]
307
+ end
308
+ end
309
+
310
+ class DeclineActionTokenization < Lithic::Internal::Type::BaseModel
311
+ # @!attribute type
312
+ # Decline the tokenization request
313
+ #
314
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type]
315
+ required :type,
316
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type }
317
+
318
+ # @!attribute reason
319
+ # Reason code for declining the tokenization request
320
+ #
321
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason, nil]
322
+ optional :reason,
323
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason }
324
+
325
+ # @!method initialize(type:, reason: nil)
326
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Type] Decline the tokenization request
327
+ #
328
+ # @param reason [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization::Reason] Reason code for declining the tokenization request
329
+
330
+ # Decline the tokenization request
331
+ #
332
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization#type
333
+ module Type
334
+ extend Lithic::Internal::Type::Enum
335
+
336
+ DECLINE = :DECLINE
337
+
338
+ # @!method self.values
339
+ # @return [Array<Symbol>]
340
+ end
341
+
342
+ # Reason code for declining the tokenization request
343
+ #
344
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization#reason
345
+ module Reason
346
+ extend Lithic::Internal::Type::Enum
347
+
348
+ ACCOUNT_SCORE_1 = :ACCOUNT_SCORE_1
349
+ DEVICE_SCORE_1 = :DEVICE_SCORE_1
350
+ ALL_WALLET_DECLINE_REASONS_PRESENT = :ALL_WALLET_DECLINE_REASONS_PRESENT
351
+ WALLET_RECOMMENDED_DECISION_RED = :WALLET_RECOMMENDED_DECISION_RED
352
+ CVC_MISMATCH = :CVC_MISMATCH
353
+ CARD_EXPIRY_MONTH_MISMATCH = :CARD_EXPIRY_MONTH_MISMATCH
354
+ CARD_EXPIRY_YEAR_MISMATCH = :CARD_EXPIRY_YEAR_MISMATCH
355
+ CARD_INVALID_STATE = :CARD_INVALID_STATE
356
+ CUSTOMER_RED_PATH = :CUSTOMER_RED_PATH
357
+ INVALID_CUSTOMER_RESPONSE = :INVALID_CUSTOMER_RESPONSE
358
+ NETWORK_FAILURE = :NETWORK_FAILURE
359
+ GENERIC_DECLINE = :GENERIC_DECLINE
360
+ DIGITAL_CARD_ART_REQUIRED = :DIGITAL_CARD_ART_REQUIRED
361
+
362
+ # @!method self.values
363
+ # @return [Array<Symbol>]
364
+ end
365
+ end
366
+
367
+ class RequireTfaAction < Lithic::Internal::Type::BaseModel
368
+ # @!attribute type
369
+ # Require two-factor authentication for the tokenization request
370
+ #
371
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type]
372
+ required :type,
373
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type }
374
+
375
+ # @!attribute reason
376
+ # Reason code for requiring two-factor authentication
377
+ #
378
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason, nil]
379
+ optional :reason,
380
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason }
381
+
382
+ # @!method initialize(type:, reason: nil)
383
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Type] Require two-factor authentication for the tokenization request
384
+ #
385
+ # @param reason [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction::Reason] Reason code for requiring two-factor authentication
386
+
387
+ # Require two-factor authentication for the tokenization request
388
+ #
389
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction#type
390
+ module Type
391
+ extend Lithic::Internal::Type::Enum
392
+
393
+ REQUIRE_TFA = :REQUIRE_TFA
394
+
395
+ # @!method self.values
396
+ # @return [Array<Symbol>]
397
+ end
398
+
399
+ # Reason code for requiring two-factor authentication
400
+ #
401
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction#reason
402
+ module Reason
403
+ extend Lithic::Internal::Type::Enum
404
+
405
+ WALLET_RECOMMENDED_TFA = :WALLET_RECOMMENDED_TFA
406
+ SUSPICIOUS_ACTIVITY = :SUSPICIOUS_ACTIVITY
407
+ DEVICE_RECENTLY_LOST = :DEVICE_RECENTLY_LOST
408
+ TOO_MANY_RECENT_ATTEMPTS = :TOO_MANY_RECENT_ATTEMPTS
409
+ TOO_MANY_RECENT_TOKENS = :TOO_MANY_RECENT_TOKENS
410
+ TOO_MANY_DIFFERENT_CARDHOLDERS = :TOO_MANY_DIFFERENT_CARDHOLDERS
411
+ OUTSIDE_HOME_TERRITORY = :OUTSIDE_HOME_TERRITORY
412
+ HAS_SUSPENDED_TOKENS = :HAS_SUSPENDED_TOKENS
413
+ HIGH_RISK = :HIGH_RISK
414
+ ACCOUNT_SCORE_LOW = :ACCOUNT_SCORE_LOW
415
+ DEVICE_SCORE_LOW = :DEVICE_SCORE_LOW
416
+ CARD_STATE_TFA = :CARD_STATE_TFA
417
+ HARDCODED_TFA = :HARDCODED_TFA
418
+ CUSTOMER_RULE_TFA = :CUSTOMER_RULE_TFA
419
+ DEVICE_HOST_CARD_EMULATION = :DEVICE_HOST_CARD_EMULATION
420
+
421
+ # @!method self.values
422
+ # @return [Array<Symbol>]
423
+ end
424
+ end
425
+
426
+ class ApproveActionACH < Lithic::Internal::Type::BaseModel
427
+ # @!attribute type
428
+ # Approve the ACH transaction
429
+ #
430
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type]
431
+ required :type,
432
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type }
433
+
434
+ # @!method initialize(type:)
435
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH::Type] Approve the ACH transaction
436
+
437
+ # Approve the ACH transaction
438
+ #
439
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH#type
440
+ module Type
441
+ extend Lithic::Internal::Type::Enum
442
+
443
+ APPROVE = :APPROVE
444
+
445
+ # @!method self.values
446
+ # @return [Array<Symbol>]
447
+ end
448
+ end
449
+
450
+ class ReturnAction < Lithic::Internal::Type::BaseModel
451
+ # @!attribute code
452
+ # NACHA return code to use when returning the transaction. Note that the list of
453
+ # available return codes is subject to an allowlist configured at the program
454
+ # level
455
+ #
456
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code]
457
+ required :code,
458
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code }
459
+
460
+ # @!attribute type
461
+ # Return the ACH transaction
462
+ #
463
+ # @return [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type]
464
+ required :type,
465
+ enum: -> { Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type }
466
+
467
+ # @!method initialize(code:, type:)
468
+ # Some parameter documentations has been truncated, see
469
+ # {Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction}
470
+ # for more details.
471
+ #
472
+ # @param code [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Code] NACHA return code to use when returning the transaction. Note that the list of a
473
+ #
474
+ # @param type [Symbol, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction::Type] Return the ACH transaction
475
+
476
+ # NACHA return code to use when returning the transaction. Note that the list of
477
+ # available return codes is subject to an allowlist configured at the program
478
+ # level
479
+ #
480
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction#code
481
+ module Code
482
+ extend Lithic::Internal::Type::Enum
483
+
484
+ R01 = :R01
485
+ R02 = :R02
486
+ R03 = :R03
487
+ R04 = :R04
488
+ R05 = :R05
489
+ R06 = :R06
490
+ R07 = :R07
491
+ R08 = :R08
492
+ R09 = :R09
493
+ R10 = :R10
494
+ R11 = :R11
495
+ R12 = :R12
496
+ R13 = :R13
497
+ R14 = :R14
498
+ R15 = :R15
499
+ R16 = :R16
500
+ R17 = :R17
501
+ R18 = :R18
502
+ R19 = :R19
503
+ R20 = :R20
504
+ R21 = :R21
505
+ R22 = :R22
506
+ R23 = :R23
507
+ R24 = :R24
508
+ R25 = :R25
509
+ R26 = :R26
510
+ R27 = :R27
511
+ R28 = :R28
512
+ R29 = :R29
513
+ R30 = :R30
514
+ R31 = :R31
515
+ R32 = :R32
516
+ R33 = :R33
517
+ R34 = :R34
518
+ R35 = :R35
519
+ R36 = :R36
520
+ R37 = :R37
521
+ R38 = :R38
522
+ R39 = :R39
523
+ R40 = :R40
524
+ R41 = :R41
525
+ R42 = :R42
526
+ R43 = :R43
527
+ R44 = :R44
528
+ R45 = :R45
529
+ R46 = :R46
530
+ R47 = :R47
531
+ R50 = :R50
532
+ R51 = :R51
533
+ R52 = :R52
534
+ R53 = :R53
535
+ R61 = :R61
536
+ R62 = :R62
537
+ R67 = :R67
538
+ R68 = :R68
539
+ R69 = :R69
540
+ R70 = :R70
541
+ R71 = :R71
542
+ R72 = :R72
543
+ R73 = :R73
544
+ R74 = :R74
545
+ R75 = :R75
546
+ R76 = :R76
547
+ R77 = :R77
548
+ R80 = :R80
549
+ R81 = :R81
550
+ R82 = :R82
551
+ R83 = :R83
552
+ R84 = :R84
553
+ R85 = :R85
554
+
555
+ # @!method self.values
556
+ # @return [Array<Symbol>]
557
+ end
558
+
559
+ # Return the ACH transaction
560
+ #
561
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction#type
562
+ module Type
563
+ extend Lithic::Internal::Type::Enum
564
+
565
+ RETURN = :RETURN
566
+
567
+ # @!method self.values
568
+ # @return [Array<Symbol>]
569
+ end
570
+ end
571
+
572
+ # @!method self.variants
573
+ # @return [Array(Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ChallengeActionAuthorization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ResultAuthentication3DSAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::DeclineActionTokenization, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::RequireTfaAction, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ApproveActionACH, Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version::Example::Action::ReturnAction)]
574
+ end
575
+ end
576
+
577
+ # The evaluation mode of this version during the reported period.
578
+ #
579
+ # @see Lithic::Models::AuthRules::V2RetrieveReportResponse::DailyStatistic::Version#state
580
+ module State
581
+ extend Lithic::Internal::Type::Enum
582
+
583
+ ACTIVE = :ACTIVE
584
+ SHADOW = :SHADOW
585
+ INACTIVE = :INACTIVE
586
+
587
+ # @!method self.values
588
+ # @return [Array<Symbol>]
589
+ end
590
+ end
67
591
  end
68
592
  end
69
593
  end