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
|
@@ -131,6 +131,8 @@ module Lithic
|
|
|
131
131
|
|
|
132
132
|
type program_level_rule =
|
|
133
133
|
{
|
|
134
|
+
excluded_account_tokens: ::Array[String],
|
|
135
|
+
excluded_business_account_tokens: ::Array[String],
|
|
134
136
|
excluded_card_tokens: ::Array[String],
|
|
135
137
|
name: String?,
|
|
136
138
|
program_level: bool,
|
|
@@ -138,6 +140,16 @@ module Lithic
|
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
class ProgramLevelRule < Lithic::Internal::Type::BaseModel
|
|
143
|
+
attr_reader excluded_account_tokens: ::Array[String]?
|
|
144
|
+
|
|
145
|
+
def excluded_account_tokens=: (::Array[String]) -> ::Array[String]
|
|
146
|
+
|
|
147
|
+
attr_reader excluded_business_account_tokens: ::Array[String]?
|
|
148
|
+
|
|
149
|
+
def excluded_business_account_tokens=: (
|
|
150
|
+
::Array[String]
|
|
151
|
+
) -> ::Array[String]
|
|
152
|
+
|
|
141
153
|
attr_reader excluded_card_tokens: ::Array[String]?
|
|
142
154
|
|
|
143
155
|
def excluded_card_tokens=: (::Array[String]) -> ::Array[String]
|
|
@@ -155,6 +167,8 @@ module Lithic
|
|
|
155
167
|
) -> Lithic::Models::AuthRules::V2UpdateParams::Body::ProgramLevelRule::state
|
|
156
168
|
|
|
157
169
|
def initialize: (
|
|
170
|
+
?excluded_account_tokens: ::Array[String],
|
|
171
|
+
?excluded_business_account_tokens: ::Array[String],
|
|
158
172
|
?excluded_card_tokens: ::Array[String],
|
|
159
173
|
?name: String?,
|
|
160
174
|
?program_level: bool,
|
|
@@ -162,6 +176,8 @@ module Lithic
|
|
|
162
176
|
) -> void
|
|
163
177
|
|
|
164
178
|
def to_hash: -> {
|
|
179
|
+
excluded_account_tokens: ::Array[String],
|
|
180
|
+
excluded_business_account_tokens: ::Array[String],
|
|
165
181
|
excluded_card_tokens: ::Array[String],
|
|
166
182
|
name: String?,
|
|
167
183
|
program_level: bool,
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module AuthRules
|
|
4
|
+
type velocity_limit_filters =
|
|
5
|
+
{
|
|
6
|
+
exclude_countries: ::Array[String]?,
|
|
7
|
+
exclude_mccs: ::Array[String]?,
|
|
8
|
+
include_countries: ::Array[String]?,
|
|
9
|
+
include_mccs: ::Array[String]?,
|
|
10
|
+
include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitFilters::include_pan_entry_mode]?
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
class VelocityLimitFilters < Lithic::Internal::Type::BaseModel
|
|
14
|
+
attr_accessor exclude_countries: ::Array[String]?
|
|
15
|
+
|
|
16
|
+
attr_accessor exclude_mccs: ::Array[String]?
|
|
17
|
+
|
|
18
|
+
attr_accessor include_countries: ::Array[String]?
|
|
19
|
+
|
|
20
|
+
attr_accessor include_mccs: ::Array[String]?
|
|
21
|
+
|
|
22
|
+
attr_accessor include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitFilters::include_pan_entry_mode]?
|
|
23
|
+
|
|
24
|
+
def initialize: (
|
|
25
|
+
?exclude_countries: ::Array[String]?,
|
|
26
|
+
?exclude_mccs: ::Array[String]?,
|
|
27
|
+
?include_countries: ::Array[String]?,
|
|
28
|
+
?include_mccs: ::Array[String]?,
|
|
29
|
+
?include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitFilters::include_pan_entry_mode]?
|
|
30
|
+
) -> void
|
|
31
|
+
|
|
32
|
+
def to_hash: -> {
|
|
33
|
+
exclude_countries: ::Array[String]?,
|
|
34
|
+
exclude_mccs: ::Array[String]?,
|
|
35
|
+
include_countries: ::Array[String]?,
|
|
36
|
+
include_mccs: ::Array[String]?,
|
|
37
|
+
include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitFilters::include_pan_entry_mode]?
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
type include_pan_entry_mode =
|
|
41
|
+
:AUTO_ENTRY
|
|
42
|
+
| :BAR_CODE
|
|
43
|
+
| :CONTACTLESS
|
|
44
|
+
| :CREDENTIAL_ON_FILE
|
|
45
|
+
| :ECOMMERCE
|
|
46
|
+
| :ERROR_KEYED
|
|
47
|
+
| :ERROR_MAGNETIC_STRIPE
|
|
48
|
+
| :ICC
|
|
49
|
+
| :KEY_ENTERED
|
|
50
|
+
| :MAGNETIC_STRIPE
|
|
51
|
+
| :MANUAL
|
|
52
|
+
| :OCR
|
|
53
|
+
| :SECURE_CARDLESS
|
|
54
|
+
| :UNSPECIFIED
|
|
55
|
+
| :UNKNOWN
|
|
56
|
+
|
|
57
|
+
module IncludePanEntryMode
|
|
58
|
+
extend Lithic::Internal::Type::Enum
|
|
59
|
+
|
|
60
|
+
AUTO_ENTRY: :AUTO_ENTRY
|
|
61
|
+
BAR_CODE: :BAR_CODE
|
|
62
|
+
CONTACTLESS: :CONTACTLESS
|
|
63
|
+
CREDENTIAL_ON_FILE: :CREDENTIAL_ON_FILE
|
|
64
|
+
ECOMMERCE: :ECOMMERCE
|
|
65
|
+
ERROR_KEYED: :ERROR_KEYED
|
|
66
|
+
ERROR_MAGNETIC_STRIPE: :ERROR_MAGNETIC_STRIPE
|
|
67
|
+
ICC: :ICC
|
|
68
|
+
KEY_ENTERED: :KEY_ENTERED
|
|
69
|
+
MAGNETIC_STRIPE: :MAGNETIC_STRIPE
|
|
70
|
+
MANUAL: :MANUAL
|
|
71
|
+
OCR: :OCR
|
|
72
|
+
SECURE_CARDLESS: :SECURE_CARDLESS
|
|
73
|
+
UNSPECIFIED: :UNSPECIFIED
|
|
74
|
+
UNKNOWN: :UNKNOWN
|
|
75
|
+
|
|
76
|
+
def self?.values: -> ::Array[Lithic::Models::AuthRules::VelocityLimitFilters::include_pan_entry_mode]
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
|
@@ -5,7 +5,7 @@ module Lithic
|
|
|
5
5
|
{
|
|
6
6
|
period: Lithic::Models::AuthRules::velocity_limit_period,
|
|
7
7
|
scope: Lithic::Models::AuthRules::VelocityLimitParams::scope,
|
|
8
|
-
filters: Lithic::AuthRules::
|
|
8
|
+
filters: Lithic::AuthRules::VelocityLimitFilters,
|
|
9
9
|
limit_amount: Integer?,
|
|
10
10
|
limit_count: Integer?
|
|
11
11
|
}
|
|
@@ -15,11 +15,11 @@ module Lithic
|
|
|
15
15
|
|
|
16
16
|
attr_accessor scope: Lithic::Models::AuthRules::VelocityLimitParams::scope
|
|
17
17
|
|
|
18
|
-
attr_reader filters: Lithic::AuthRules::
|
|
18
|
+
attr_reader filters: Lithic::AuthRules::VelocityLimitFilters?
|
|
19
19
|
|
|
20
20
|
def filters=: (
|
|
21
|
-
Lithic::AuthRules::
|
|
22
|
-
) -> Lithic::AuthRules::
|
|
21
|
+
Lithic::AuthRules::VelocityLimitFilters
|
|
22
|
+
) -> Lithic::AuthRules::VelocityLimitFilters
|
|
23
23
|
|
|
24
24
|
attr_accessor limit_amount: Integer?
|
|
25
25
|
|
|
@@ -28,7 +28,7 @@ module Lithic
|
|
|
28
28
|
def initialize: (
|
|
29
29
|
period: Lithic::Models::AuthRules::velocity_limit_period,
|
|
30
30
|
scope: Lithic::Models::AuthRules::VelocityLimitParams::scope,
|
|
31
|
-
?filters: Lithic::AuthRules::
|
|
31
|
+
?filters: Lithic::AuthRules::VelocityLimitFilters,
|
|
32
32
|
?limit_amount: Integer?,
|
|
33
33
|
?limit_count: Integer?
|
|
34
34
|
) -> void
|
|
@@ -36,7 +36,7 @@ module Lithic
|
|
|
36
36
|
def to_hash: -> {
|
|
37
37
|
period: Lithic::Models::AuthRules::velocity_limit_period,
|
|
38
38
|
scope: Lithic::Models::AuthRules::VelocityLimitParams::scope,
|
|
39
|
-
filters: Lithic::AuthRules::
|
|
39
|
+
filters: Lithic::AuthRules::VelocityLimitFilters,
|
|
40
40
|
limit_amount: Integer?,
|
|
41
41
|
limit_count: Integer?
|
|
42
42
|
}
|
|
@@ -51,82 +51,6 @@ module Lithic
|
|
|
51
51
|
|
|
52
52
|
def self?.values: -> ::Array[Lithic::Models::AuthRules::VelocityLimitParams::scope]
|
|
53
53
|
end
|
|
54
|
-
|
|
55
|
-
type filters =
|
|
56
|
-
{
|
|
57
|
-
exclude_countries: ::Array[String]?,
|
|
58
|
-
exclude_mccs: ::Array[String]?,
|
|
59
|
-
include_countries: ::Array[String]?,
|
|
60
|
-
include_mccs: ::Array[String]?,
|
|
61
|
-
include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitParams::Filters::include_pan_entry_mode]?
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
class Filters < Lithic::Internal::Type::BaseModel
|
|
65
|
-
attr_accessor exclude_countries: ::Array[String]?
|
|
66
|
-
|
|
67
|
-
attr_accessor exclude_mccs: ::Array[String]?
|
|
68
|
-
|
|
69
|
-
attr_accessor include_countries: ::Array[String]?
|
|
70
|
-
|
|
71
|
-
attr_accessor include_mccs: ::Array[String]?
|
|
72
|
-
|
|
73
|
-
attr_accessor include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitParams::Filters::include_pan_entry_mode]?
|
|
74
|
-
|
|
75
|
-
def initialize: (
|
|
76
|
-
?exclude_countries: ::Array[String]?,
|
|
77
|
-
?exclude_mccs: ::Array[String]?,
|
|
78
|
-
?include_countries: ::Array[String]?,
|
|
79
|
-
?include_mccs: ::Array[String]?,
|
|
80
|
-
?include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitParams::Filters::include_pan_entry_mode]?
|
|
81
|
-
) -> void
|
|
82
|
-
|
|
83
|
-
def to_hash: -> {
|
|
84
|
-
exclude_countries: ::Array[String]?,
|
|
85
|
-
exclude_mccs: ::Array[String]?,
|
|
86
|
-
include_countries: ::Array[String]?,
|
|
87
|
-
include_mccs: ::Array[String]?,
|
|
88
|
-
include_pan_entry_modes: ::Array[Lithic::Models::AuthRules::VelocityLimitParams::Filters::include_pan_entry_mode]?
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
type include_pan_entry_mode =
|
|
92
|
-
:AUTO_ENTRY
|
|
93
|
-
| :BAR_CODE
|
|
94
|
-
| :CONTACTLESS
|
|
95
|
-
| :CREDENTIAL_ON_FILE
|
|
96
|
-
| :ECOMMERCE
|
|
97
|
-
| :ERROR_KEYED
|
|
98
|
-
| :ERROR_MAGNETIC_STRIPE
|
|
99
|
-
| :ICC
|
|
100
|
-
| :KEY_ENTERED
|
|
101
|
-
| :MAGNETIC_STRIPE
|
|
102
|
-
| :MANUAL
|
|
103
|
-
| :OCR
|
|
104
|
-
| :SECURE_CARDLESS
|
|
105
|
-
| :UNSPECIFIED
|
|
106
|
-
| :UNKNOWN
|
|
107
|
-
|
|
108
|
-
module IncludePanEntryMode
|
|
109
|
-
extend Lithic::Internal::Type::Enum
|
|
110
|
-
|
|
111
|
-
AUTO_ENTRY: :AUTO_ENTRY
|
|
112
|
-
BAR_CODE: :BAR_CODE
|
|
113
|
-
CONTACTLESS: :CONTACTLESS
|
|
114
|
-
CREDENTIAL_ON_FILE: :CREDENTIAL_ON_FILE
|
|
115
|
-
ECOMMERCE: :ECOMMERCE
|
|
116
|
-
ERROR_KEYED: :ERROR_KEYED
|
|
117
|
-
ERROR_MAGNETIC_STRIPE: :ERROR_MAGNETIC_STRIPE
|
|
118
|
-
ICC: :ICC
|
|
119
|
-
KEY_ENTERED: :KEY_ENTERED
|
|
120
|
-
MAGNETIC_STRIPE: :MAGNETIC_STRIPE
|
|
121
|
-
MANUAL: :MANUAL
|
|
122
|
-
OCR: :OCR
|
|
123
|
-
SECURE_CARDLESS: :SECURE_CARDLESS
|
|
124
|
-
UNSPECIFIED: :UNSPECIFIED
|
|
125
|
-
UNKNOWN: :UNKNOWN
|
|
126
|
-
|
|
127
|
-
def self?.values: -> ::Array[Lithic::Models::AuthRules::VelocityLimitParams::Filters::include_pan_entry_mode]
|
|
128
|
-
end
|
|
129
|
-
end
|
|
130
54
|
end
|
|
131
55
|
end
|
|
132
56
|
end
|
|
@@ -5,13 +5,13 @@ module Lithic
|
|
|
5
5
|
account_token: String,
|
|
6
6
|
card_token: String,
|
|
7
7
|
created: Time,
|
|
8
|
-
customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
9
8
|
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
10
9
|
event_type: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type,
|
|
11
10
|
issuer_decision: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
12
11
|
tokenization_channel: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
13
12
|
tokenization_token: String,
|
|
14
13
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
14
|
+
customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
15
15
|
device: Lithic::Device,
|
|
16
16
|
rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
17
17
|
tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
@@ -26,8 +26,6 @@ module Lithic
|
|
|
26
26
|
|
|
27
27
|
attr_accessor created: Time
|
|
28
28
|
|
|
29
|
-
attr_accessor customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?
|
|
30
|
-
|
|
31
29
|
attr_accessor digital_wallet_token_metadata: Lithic::TokenMetadata
|
|
32
30
|
|
|
33
31
|
attr_accessor event_type: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type
|
|
@@ -40,6 +38,8 @@ module Lithic
|
|
|
40
38
|
|
|
41
39
|
attr_accessor wallet_decisioning_info: Lithic::WalletDecisioningInfo
|
|
42
40
|
|
|
41
|
+
attr_accessor customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?
|
|
42
|
+
|
|
43
43
|
attr_reader device: Lithic::Device?
|
|
44
44
|
|
|
45
45
|
def device=: (Lithic::Device) -> Lithic::Device
|
|
@@ -72,13 +72,13 @@ module Lithic
|
|
|
72
72
|
account_token: String,
|
|
73
73
|
card_token: String,
|
|
74
74
|
created: Time,
|
|
75
|
-
customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
76
75
|
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
77
76
|
event_type: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type,
|
|
78
77
|
issuer_decision: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
79
78
|
tokenization_channel: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
80
79
|
tokenization_token: String,
|
|
81
80
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
81
|
+
?customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
82
82
|
?device: Lithic::Device,
|
|
83
83
|
?rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
84
84
|
?tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
@@ -90,13 +90,13 @@ module Lithic
|
|
|
90
90
|
account_token: String,
|
|
91
91
|
card_token: String,
|
|
92
92
|
created: Time,
|
|
93
|
-
customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
94
93
|
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
95
94
|
event_type: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type,
|
|
96
95
|
issuer_decision: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
97
96
|
tokenization_channel: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
98
97
|
tokenization_token: String,
|
|
99
98
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
99
|
+
customer_tokenization_decision: Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
100
100
|
device: Lithic::Device,
|
|
101
101
|
rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
102
102
|
tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
@@ -104,6 +104,39 @@ module Lithic
|
|
|
104
104
|
tokenization_tfa_reasons: ::Array[Lithic::Models::tokenization_tfa_reason]
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
+
type event_type = :"digital_wallet.tokenization_approval_request"
|
|
108
|
+
|
|
109
|
+
module EventType
|
|
110
|
+
extend Lithic::Internal::Type::Enum
|
|
111
|
+
|
|
112
|
+
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
113
|
+
|
|
114
|
+
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type]
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
type issuer_decision = :APPROVED | :DENIED | :VERIFICATION_REQUIRED
|
|
118
|
+
|
|
119
|
+
module IssuerDecision
|
|
120
|
+
extend Lithic::Internal::Type::Enum
|
|
121
|
+
|
|
122
|
+
APPROVED: :APPROVED
|
|
123
|
+
DENIED: :DENIED
|
|
124
|
+
VERIFICATION_REQUIRED: :VERIFICATION_REQUIRED
|
|
125
|
+
|
|
126
|
+
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::issuer_decision]
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
type tokenization_channel = :DIGITAL_WALLET | :MERCHANT
|
|
130
|
+
|
|
131
|
+
module TokenizationChannel
|
|
132
|
+
extend Lithic::Internal::Type::Enum
|
|
133
|
+
|
|
134
|
+
DIGITAL_WALLET: :DIGITAL_WALLET
|
|
135
|
+
MERCHANT: :MERCHANT
|
|
136
|
+
|
|
137
|
+
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::tokenization_channel]
|
|
138
|
+
end
|
|
139
|
+
|
|
107
140
|
type customer_tokenization_decision =
|
|
108
141
|
{
|
|
109
142
|
outcome: Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision::outcome,
|
|
@@ -161,39 +194,6 @@ module Lithic
|
|
|
161
194
|
end
|
|
162
195
|
end
|
|
163
196
|
|
|
164
|
-
type event_type = :"digital_wallet.tokenization_approval_request"
|
|
165
|
-
|
|
166
|
-
module EventType
|
|
167
|
-
extend Lithic::Internal::Type::Enum
|
|
168
|
-
|
|
169
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
170
|
-
|
|
171
|
-
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::event_type]
|
|
172
|
-
end
|
|
173
|
-
|
|
174
|
-
type issuer_decision = :APPROVED | :DENIED | :VERIFICATION_REQUIRED
|
|
175
|
-
|
|
176
|
-
module IssuerDecision
|
|
177
|
-
extend Lithic::Internal::Type::Enum
|
|
178
|
-
|
|
179
|
-
APPROVED: :APPROVED
|
|
180
|
-
DENIED: :DENIED
|
|
181
|
-
VERIFICATION_REQUIRED: :VERIFICATION_REQUIRED
|
|
182
|
-
|
|
183
|
-
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::issuer_decision]
|
|
184
|
-
end
|
|
185
|
-
|
|
186
|
-
type tokenization_channel = :DIGITAL_WALLET | :MERCHANT
|
|
187
|
-
|
|
188
|
-
module TokenizationChannel
|
|
189
|
-
extend Lithic::Internal::Type::Enum
|
|
190
|
-
|
|
191
|
-
DIGITAL_WALLET: :DIGITAL_WALLET
|
|
192
|
-
MERCHANT: :MERCHANT
|
|
193
|
-
|
|
194
|
-
def self?.values: -> ::Array[Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent::tokenization_channel]
|
|
195
|
-
end
|
|
196
|
-
|
|
197
197
|
type tokenization_source =
|
|
198
198
|
:ACCOUNT_ON_FILE
|
|
199
199
|
| :CONTACTLESS_TAP
|
data/sig/lithic/models/event.rbs
CHANGED
|
@@ -49,7 +49,6 @@ module Lithic
|
|
|
49
49
|
| :"card.renewed"
|
|
50
50
|
| :"card.shipped"
|
|
51
51
|
| :"card.updated"
|
|
52
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
53
52
|
| :"digital_wallet.tokenization_result"
|
|
54
53
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
55
54
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -106,7 +105,6 @@ module Lithic
|
|
|
106
105
|
CARD_RENEWED: :"card.renewed"
|
|
107
106
|
CARD_SHIPPED: :"card.shipped"
|
|
108
107
|
CARD_UPDATED: :"card.updated"
|
|
109
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
110
108
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
111
109
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
112
110
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -86,7 +86,6 @@ module Lithic
|
|
|
86
86
|
| :"card.renewed"
|
|
87
87
|
| :"card.shipped"
|
|
88
88
|
| :"card.updated"
|
|
89
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
90
89
|
| :"digital_wallet.tokenization_result"
|
|
91
90
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
92
91
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -143,7 +142,6 @@ module Lithic
|
|
|
143
142
|
CARD_RENEWED: :"card.renewed"
|
|
144
143
|
CARD_SHIPPED: :"card.shipped"
|
|
145
144
|
CARD_UPDATED: :"card.updated"
|
|
146
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
147
145
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
148
146
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
149
147
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -54,7 +54,6 @@ module Lithic
|
|
|
54
54
|
| :"card.renewed"
|
|
55
55
|
| :"card.shipped"
|
|
56
56
|
| :"card.updated"
|
|
57
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
58
57
|
| :"digital_wallet.tokenization_result"
|
|
59
58
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
60
59
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -111,7 +110,6 @@ module Lithic
|
|
|
111
110
|
CARD_RENEWED: :"card.renewed"
|
|
112
111
|
CARD_SHIPPED: :"card.shipped"
|
|
113
112
|
CARD_UPDATED: :"card.updated"
|
|
114
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
115
113
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
116
114
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
117
115
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -64,7 +64,6 @@ module Lithic
|
|
|
64
64
|
| :"card.renewed"
|
|
65
65
|
| :"card.shipped"
|
|
66
66
|
| :"card.updated"
|
|
67
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
68
67
|
| :"digital_wallet.tokenization_result"
|
|
69
68
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
70
69
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -121,7 +120,6 @@ module Lithic
|
|
|
121
120
|
CARD_RENEWED: :"card.renewed"
|
|
122
121
|
CARD_SHIPPED: :"card.shipped"
|
|
123
122
|
CARD_UPDATED: :"card.updated"
|
|
124
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
125
123
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
126
124
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
127
125
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -50,7 +50,6 @@ module Lithic
|
|
|
50
50
|
| :"card.renewed"
|
|
51
51
|
| :"card.shipped"
|
|
52
52
|
| :"card.updated"
|
|
53
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
54
53
|
| :"digital_wallet.tokenization_result"
|
|
55
54
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
56
55
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -107,7 +106,6 @@ module Lithic
|
|
|
107
106
|
CARD_RENEWED: :"card.renewed"
|
|
108
107
|
CARD_SHIPPED: :"card.shipped"
|
|
109
108
|
CARD_UPDATED: :"card.updated"
|
|
110
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
111
109
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
112
110
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
113
111
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -69,7 +69,6 @@ module Lithic
|
|
|
69
69
|
| :"card.renewed"
|
|
70
70
|
| :"card.shipped"
|
|
71
71
|
| :"card.updated"
|
|
72
|
-
| :"digital_wallet.tokenization_approval_request"
|
|
73
72
|
| :"digital_wallet.tokenization_result"
|
|
74
73
|
| :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
75
74
|
| :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -126,7 +125,6 @@ module Lithic
|
|
|
126
125
|
CARD_RENEWED: :"card.renewed"
|
|
127
126
|
CARD_SHIPPED: :"card.shipped"
|
|
128
127
|
CARD_UPDATED: :"card.updated"
|
|
129
|
-
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST: :"digital_wallet.tokenization_approval_request"
|
|
130
128
|
DIGITAL_WALLET_TOKENIZATION_RESULT: :"digital_wallet.tokenization_result"
|
|
131
129
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE: :"digital_wallet.tokenization_two_factor_authentication_code"
|
|
132
130
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT: :"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
@@ -168,6 +168,7 @@ module Lithic
|
|
|
168
168
|
| :PROGRAM_RECEIVABLES
|
|
169
169
|
| :COLLECTION
|
|
170
170
|
| :PROGRAM_BANK_ACCOUNTS_PAYABLE
|
|
171
|
+
| :EARLY_DIRECT_DEPOSIT_FLOAT
|
|
171
172
|
|
|
172
173
|
module Type
|
|
173
174
|
extend Lithic::Internal::Type::Enum
|
|
@@ -182,6 +183,7 @@ module Lithic
|
|
|
182
183
|
PROGRAM_RECEIVABLES: :PROGRAM_RECEIVABLES
|
|
183
184
|
COLLECTION: :COLLECTION
|
|
184
185
|
PROGRAM_BANK_ACCOUNTS_PAYABLE: :PROGRAM_BANK_ACCOUNTS_PAYABLE
|
|
186
|
+
EARLY_DIRECT_DEPOSIT_FLOAT: :EARLY_DIRECT_DEPOSIT_FLOAT
|
|
185
187
|
|
|
186
188
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccount::type_]
|
|
187
189
|
end
|
|
@@ -40,7 +40,12 @@ module Lithic
|
|
|
40
40
|
request_options: Lithic::RequestOptions
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
type type_ =
|
|
43
|
+
type type_ =
|
|
44
|
+
:ISSUING
|
|
45
|
+
| :OPERATING
|
|
46
|
+
| :RESERVE
|
|
47
|
+
| :SECURITY
|
|
48
|
+
| :EARLY_DIRECT_DEPOSIT_FLOAT
|
|
44
49
|
|
|
45
50
|
module Type
|
|
46
51
|
extend Lithic::Internal::Type::Enum
|
|
@@ -49,6 +54,7 @@ module Lithic
|
|
|
49
54
|
OPERATING: :OPERATING
|
|
50
55
|
RESERVE: :RESERVE
|
|
51
56
|
SECURITY: :SECURITY
|
|
57
|
+
EARLY_DIRECT_DEPOSIT_FLOAT: :EARLY_DIRECT_DEPOSIT_FLOAT
|
|
52
58
|
|
|
53
59
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccountListParams::type_]
|
|
54
60
|
end
|
|
@@ -5,6 +5,7 @@ module Lithic
|
|
|
5
5
|
{
|
|
6
6
|
credit_product_token: String,
|
|
7
7
|
effective_date: Date,
|
|
8
|
+
penalty_rates: top,
|
|
8
9
|
tier_name: String,
|
|
9
10
|
tier_rates: top
|
|
10
11
|
}
|
|
@@ -14,6 +15,10 @@ module Lithic
|
|
|
14
15
|
|
|
15
16
|
attr_accessor effective_date: Date
|
|
16
17
|
|
|
18
|
+
attr_reader penalty_rates: top?
|
|
19
|
+
|
|
20
|
+
def penalty_rates=: (top) -> top
|
|
21
|
+
|
|
17
22
|
attr_reader tier_name: String?
|
|
18
23
|
|
|
19
24
|
def tier_name=: (String) -> String
|
|
@@ -25,6 +30,7 @@ module Lithic
|
|
|
25
30
|
def initialize: (
|
|
26
31
|
credit_product_token: String,
|
|
27
32
|
effective_date: Date,
|
|
33
|
+
?penalty_rates: top,
|
|
28
34
|
?tier_name: String,
|
|
29
35
|
?tier_rates: top
|
|
30
36
|
) -> void
|
|
@@ -32,6 +38,7 @@ module Lithic
|
|
|
32
38
|
def to_hash: -> {
|
|
33
39
|
credit_product_token: String,
|
|
34
40
|
effective_date: Date,
|
|
41
|
+
penalty_rates: top,
|
|
35
42
|
tier_name: String,
|
|
36
43
|
tier_rates: top
|
|
37
44
|
}
|
|
@@ -5,6 +5,7 @@ module Lithic
|
|
|
5
5
|
{
|
|
6
6
|
financial_account_token: String,
|
|
7
7
|
effective_date: Date,
|
|
8
|
+
penalty_rates: top,
|
|
8
9
|
tier_name: String,
|
|
9
10
|
tier_rates: top
|
|
10
11
|
}
|
|
@@ -18,6 +19,10 @@ module Lithic
|
|
|
18
19
|
|
|
19
20
|
attr_accessor effective_date: Date
|
|
20
21
|
|
|
22
|
+
attr_reader penalty_rates: top?
|
|
23
|
+
|
|
24
|
+
def penalty_rates=: (top) -> top
|
|
25
|
+
|
|
21
26
|
attr_reader tier_name: String?
|
|
22
27
|
|
|
23
28
|
def tier_name=: (String) -> String
|
|
@@ -29,6 +34,7 @@ module Lithic
|
|
|
29
34
|
def initialize: (
|
|
30
35
|
financial_account_token: String,
|
|
31
36
|
effective_date: Date,
|
|
37
|
+
?penalty_rates: top,
|
|
32
38
|
?tier_name: String,
|
|
33
39
|
?tier_rates: top,
|
|
34
40
|
?request_options: Lithic::request_opts
|
|
@@ -37,6 +43,7 @@ module Lithic
|
|
|
37
43
|
def to_hash: -> {
|
|
38
44
|
financial_account_token: String,
|
|
39
45
|
effective_date: Date,
|
|
46
|
+
penalty_rates: top,
|
|
40
47
|
tier_name: String,
|
|
41
48
|
tier_rates: top,
|
|
42
49
|
request_options: Lithic::RequestOptions
|
|
@@ -38,7 +38,9 @@ module Lithic
|
|
|
38
38
|
financial_transaction_event_token: String,
|
|
39
39
|
financial_transaction_token: String,
|
|
40
40
|
card_token: String,
|
|
41
|
-
descriptor: String
|
|
41
|
+
descriptor: String,
|
|
42
|
+
event_subtype: String?,
|
|
43
|
+
loan_tape_date: Date?
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
class Data < Lithic::Internal::Type::BaseModel
|
|
@@ -70,6 +72,10 @@ module Lithic
|
|
|
70
72
|
|
|
71
73
|
def descriptor=: (String) -> String
|
|
72
74
|
|
|
75
|
+
attr_accessor event_subtype: String?
|
|
76
|
+
|
|
77
|
+
attr_accessor loan_tape_date: Date?
|
|
78
|
+
|
|
73
79
|
def initialize: (
|
|
74
80
|
token: String,
|
|
75
81
|
amount: Integer,
|
|
@@ -82,7 +88,9 @@ module Lithic
|
|
|
82
88
|
financial_transaction_event_token: String,
|
|
83
89
|
financial_transaction_token: String,
|
|
84
90
|
?card_token: String,
|
|
85
|
-
?descriptor: String
|
|
91
|
+
?descriptor: String,
|
|
92
|
+
?event_subtype: String?,
|
|
93
|
+
?loan_tape_date: Date?
|
|
86
94
|
) -> void
|
|
87
95
|
|
|
88
96
|
def to_hash: -> {
|
|
@@ -97,11 +105,14 @@ module Lithic
|
|
|
97
105
|
financial_transaction_event_token: String,
|
|
98
106
|
financial_transaction_token: String,
|
|
99
107
|
card_token: String,
|
|
100
|
-
descriptor: String
|
|
108
|
+
descriptor: String,
|
|
109
|
+
event_subtype: String?,
|
|
110
|
+
loan_tape_date: Date?
|
|
101
111
|
}
|
|
102
112
|
|
|
103
113
|
type category =
|
|
104
114
|
:ACH
|
|
115
|
+
| :WIRE
|
|
105
116
|
| :BALANCE_OR_FUNDING
|
|
106
117
|
| :FEE
|
|
107
118
|
| :REWARD
|
|
@@ -120,12 +131,14 @@ module Lithic
|
|
|
120
131
|
| :MANAGEMENT_FEE
|
|
121
132
|
| :MANAGEMENT_REWARD
|
|
122
133
|
| :MANAGEMENT_DISBURSEMENT
|
|
134
|
+
| :HOLD
|
|
123
135
|
| :PROGRAM_FUNDING
|
|
124
136
|
|
|
125
137
|
module Category
|
|
126
138
|
extend Lithic::Internal::Type::Enum
|
|
127
139
|
|
|
128
140
|
ACH: :ACH
|
|
141
|
+
WIRE: :WIRE
|
|
129
142
|
BALANCE_OR_FUNDING: :BALANCE_OR_FUNDING
|
|
130
143
|
FEE: :FEE
|
|
131
144
|
REWARD: :REWARD
|
|
@@ -144,6 +157,7 @@ module Lithic
|
|
|
144
157
|
MANAGEMENT_FEE: :MANAGEMENT_FEE
|
|
145
158
|
MANAGEMENT_REWARD: :MANAGEMENT_REWARD
|
|
146
159
|
MANAGEMENT_DISBURSEMENT: :MANAGEMENT_DISBURSEMENT
|
|
160
|
+
HOLD: :HOLD
|
|
147
161
|
PROGRAM_FUNDING: :PROGRAM_FUNDING
|
|
148
162
|
|
|
149
163
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data::category]
|