lithic 0.5.0 → 0.6.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 +26 -0
- data/README.md +1 -1
- data/lib/lithic/models/account_holders/account_holder_entity.rb +183 -0
- data/lib/lithic/models/account_holders/entity_create_params.rb +159 -0
- data/lib/lithic/models/account_holders/entity_create_response.rb +113 -0
- data/lib/lithic/models/account_holders/entity_delete_params.rb +22 -0
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -2
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +3 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +5 -2
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +1 -0
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/financial_account.rb +1 -0
- data/lib/lithic/models/financial_account_update_status_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/category_tier.rb +28 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +50 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_create_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb +40 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +44 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +1 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration.rb +63 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rb +36 -0
- data/lib/lithic/models/financial_accounts/statement.rb +1 -0
- data/lib/lithic/models/{digital_wallet_token_metadata.rb → token_metadata.rb} +18 -19
- data/lib/lithic/models/tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +9 -9
- data/lib/lithic/models.rb +4 -2
- data/lib/lithic/resources/account_holders/entities.rb +89 -0
- data/lib/lithic/resources/account_holders.rb +4 -0
- data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +205 -0
- data/lib/lithic/resources/financial_accounts/loan_tape_configuration.rb +36 -0
- data/lib/lithic/resources/financial_accounts.rb +9 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +18 -1
- data/rbi/lithic/models/account_holders/account_holder_entity.rbi +296 -0
- data/rbi/lithic/models/account_holders/entity_create_params.rbi +242 -0
- data/rbi/lithic/models/account_holders/entity_create_response.rbi +292 -0
- data/rbi/lithic/models/account_holders/entity_delete_params.rbi +43 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +6 -3
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +1 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +6 -3
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models/financial_account.rbi +5 -0
- data/rbi/lithic/models/financial_account_update_status_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/category_tier.rbi +45 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +75 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbi +73 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +70 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration.rbi +99 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbi +65 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +5 -0
- data/rbi/lithic/models/{digital_wallet_token_metadata.rbi → token_metadata.rbi} +34 -41
- data/rbi/lithic/models/tokenization_approval_request_webhook_event.rbi +11 -17
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models.rbi +4 -2
- data/rbi/lithic/resources/account_holders/entities.rbi +80 -0
- data/rbi/lithic/resources/account_holders.rbi +3 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +2 -1
- data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +156 -0
- data/rbi/lithic/resources/financial_accounts/loan_tape_configuration.rbi +30 -0
- data/rbi/lithic/resources/financial_accounts.rbi +10 -0
- data/sig/lithic/models/account_holders/account_holder_entity.rbs +137 -0
- data/sig/lithic/models/account_holders/entity_create_params.rbs +118 -0
- data/sig/lithic/models/account_holders/entity_create_response.rbs +117 -0
- data/sig/lithic/models/account_holders/entity_delete_params.rbs +26 -0
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/financial_account.rbs +2 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/category_tier.rbs +21 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +41 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbs +40 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +38 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +2 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration.rbs +60 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbs +32 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +2 -0
- data/sig/lithic/models/{digital_wallet_token_metadata.rbs → token_metadata.rbs} +19 -17
- data/sig/lithic/models/tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +5 -9
- data/sig/lithic/models.rbs +4 -2
- data/sig/lithic/resources/account_holders/entities.rbs +28 -0
- data/sig/lithic/resources/account_holders.rbs +2 -0
- data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +46 -0
- data/sig/lithic/resources/financial_accounts/loan_tape_configuration.rbs +14 -0
- data/sig/lithic/resources/financial_accounts.rbs +4 -0
- metadata +56 -5
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module FinancialAccounts
|
|
4
|
+
type loan_tape_rebuild_configuration =
|
|
5
|
+
{ rebuild_needed: bool, last_rebuild: Date, rebuild_from: Date }
|
|
6
|
+
|
|
7
|
+
class LoanTapeRebuildConfiguration < Lithic::Internal::Type::BaseModel
|
|
8
|
+
attr_accessor rebuild_needed: bool
|
|
9
|
+
|
|
10
|
+
attr_reader last_rebuild: Date?
|
|
11
|
+
|
|
12
|
+
def last_rebuild=: (Date) -> Date
|
|
13
|
+
|
|
14
|
+
attr_reader rebuild_from: Date?
|
|
15
|
+
|
|
16
|
+
def rebuild_from=: (Date) -> Date
|
|
17
|
+
|
|
18
|
+
def initialize: (
|
|
19
|
+
rebuild_needed: bool,
|
|
20
|
+
?last_rebuild: Date,
|
|
21
|
+
?rebuild_from: Date
|
|
22
|
+
) -> void
|
|
23
|
+
|
|
24
|
+
def to_hash: -> {
|
|
25
|
+
rebuild_needed: bool,
|
|
26
|
+
last_rebuild: Date,
|
|
27
|
+
rebuild_from: Date
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
@@ -217,6 +217,7 @@ module Lithic
|
|
|
217
217
|
| :END_USER_REQUEST
|
|
218
218
|
| :BANK_REQUEST
|
|
219
219
|
| :DELINQUENT
|
|
220
|
+
| :INTEREST_AND_FEES_PAUSED
|
|
220
221
|
|
|
221
222
|
module Substatus
|
|
222
223
|
extend Lithic::Internal::Type::Enum
|
|
@@ -226,6 +227,7 @@ module Lithic
|
|
|
226
227
|
END_USER_REQUEST: :END_USER_REQUEST
|
|
227
228
|
BANK_REQUEST: :BANK_REQUEST
|
|
228
229
|
DELINQUENT: :DELINQUENT
|
|
230
|
+
INTEREST_AND_FEES_PAUSED: :INTEREST_AND_FEES_PAUSED
|
|
229
231
|
|
|
230
232
|
def self?.values: -> ::Array[Lithic::Models::FinancialAccounts::Statement::AccountStanding::FinancialAccountState::substatus]
|
|
231
233
|
end
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module Lithic
|
|
2
2
|
module Models
|
|
3
|
-
type
|
|
3
|
+
type token_metadata =
|
|
4
4
|
{
|
|
5
|
-
payment_account_info: Lithic::
|
|
5
|
+
payment_account_info: Lithic::TokenMetadata::PaymentAccountInfo,
|
|
6
6
|
status: String,
|
|
7
7
|
payment_app_instance_id: String?,
|
|
8
8
|
token_requestor_id: String,
|
|
9
|
-
token_requestor_name: Lithic::Models::
|
|
9
|
+
token_requestor_name: Lithic::Models::TokenMetadata::token_requestor_name
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
class
|
|
13
|
-
attr_accessor payment_account_info: Lithic::
|
|
12
|
+
class TokenMetadata < Lithic::Internal::Type::BaseModel
|
|
13
|
+
attr_accessor payment_account_info: Lithic::TokenMetadata::PaymentAccountInfo
|
|
14
14
|
|
|
15
15
|
attr_accessor status: String
|
|
16
16
|
|
|
@@ -20,38 +20,38 @@ module Lithic
|
|
|
20
20
|
|
|
21
21
|
def token_requestor_id=: (String) -> String
|
|
22
22
|
|
|
23
|
-
attr_reader token_requestor_name: Lithic::Models::
|
|
23
|
+
attr_reader token_requestor_name: Lithic::Models::TokenMetadata::token_requestor_name?
|
|
24
24
|
|
|
25
25
|
def token_requestor_name=: (
|
|
26
|
-
Lithic::Models::
|
|
27
|
-
) -> Lithic::Models::
|
|
26
|
+
Lithic::Models::TokenMetadata::token_requestor_name
|
|
27
|
+
) -> Lithic::Models::TokenMetadata::token_requestor_name
|
|
28
28
|
|
|
29
29
|
def initialize: (
|
|
30
|
-
payment_account_info: Lithic::
|
|
30
|
+
payment_account_info: Lithic::TokenMetadata::PaymentAccountInfo,
|
|
31
31
|
status: String,
|
|
32
32
|
?payment_app_instance_id: String?,
|
|
33
33
|
?token_requestor_id: String,
|
|
34
|
-
?token_requestor_name: Lithic::Models::
|
|
34
|
+
?token_requestor_name: Lithic::Models::TokenMetadata::token_requestor_name
|
|
35
35
|
) -> void
|
|
36
36
|
|
|
37
37
|
def to_hash: -> {
|
|
38
|
-
payment_account_info: Lithic::
|
|
38
|
+
payment_account_info: Lithic::TokenMetadata::PaymentAccountInfo,
|
|
39
39
|
status: String,
|
|
40
40
|
payment_app_instance_id: String?,
|
|
41
41
|
token_requestor_id: String,
|
|
42
|
-
token_requestor_name: Lithic::Models::
|
|
42
|
+
token_requestor_name: Lithic::Models::TokenMetadata::token_requestor_name
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
type payment_account_info =
|
|
46
46
|
{
|
|
47
|
-
account_holder_data: Lithic::
|
|
47
|
+
account_holder_data: Lithic::TokenMetadata::PaymentAccountInfo::AccountHolderData,
|
|
48
48
|
pan_unique_reference: String?,
|
|
49
49
|
payment_account_reference: String?,
|
|
50
50
|
token_unique_reference: String?
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
class PaymentAccountInfo < Lithic::Internal::Type::BaseModel
|
|
54
|
-
attr_accessor account_holder_data: Lithic::
|
|
54
|
+
attr_accessor account_holder_data: Lithic::TokenMetadata::PaymentAccountInfo::AccountHolderData
|
|
55
55
|
|
|
56
56
|
attr_accessor pan_unique_reference: String?
|
|
57
57
|
|
|
@@ -60,14 +60,14 @@ module Lithic
|
|
|
60
60
|
attr_accessor token_unique_reference: String?
|
|
61
61
|
|
|
62
62
|
def initialize: (
|
|
63
|
-
account_holder_data: Lithic::
|
|
63
|
+
account_holder_data: Lithic::TokenMetadata::PaymentAccountInfo::AccountHolderData,
|
|
64
64
|
?pan_unique_reference: String?,
|
|
65
65
|
?payment_account_reference: String?,
|
|
66
66
|
?token_unique_reference: String?
|
|
67
67
|
) -> void
|
|
68
68
|
|
|
69
69
|
def to_hash: -> {
|
|
70
|
-
account_holder_data: Lithic::
|
|
70
|
+
account_holder_data: Lithic::TokenMetadata::PaymentAccountInfo::AccountHolderData,
|
|
71
71
|
pan_unique_reference: String?,
|
|
72
72
|
payment_account_reference: String?,
|
|
73
73
|
token_unique_reference: String?
|
|
@@ -91,6 +91,7 @@ module Lithic
|
|
|
91
91
|
| :FACEBOOK
|
|
92
92
|
| :FITBIT_PAY
|
|
93
93
|
| :GARMIN_PAY
|
|
94
|
+
| :GOOGLE_PAY
|
|
94
95
|
| :MICROSOFT_PAY
|
|
95
96
|
| :NETFLIX
|
|
96
97
|
| :SAMSUNG_PAY
|
|
@@ -106,13 +107,14 @@ module Lithic
|
|
|
106
107
|
FACEBOOK: :FACEBOOK
|
|
107
108
|
FITBIT_PAY: :FITBIT_PAY
|
|
108
109
|
GARMIN_PAY: :GARMIN_PAY
|
|
110
|
+
GOOGLE_PAY: :GOOGLE_PAY
|
|
109
111
|
MICROSOFT_PAY: :MICROSOFT_PAY
|
|
110
112
|
NETFLIX: :NETFLIX
|
|
111
113
|
SAMSUNG_PAY: :SAMSUNG_PAY
|
|
112
114
|
UNKNOWN: :UNKNOWN
|
|
113
115
|
VISA_CHECKOUT: :VISA_CHECKOUT
|
|
114
116
|
|
|
115
|
-
def self?.values: -> ::Array[Lithic::Models::
|
|
117
|
+
def self?.values: -> ::Array[Lithic::Models::TokenMetadata::token_requestor_name]
|
|
116
118
|
end
|
|
117
119
|
end
|
|
118
120
|
end
|
|
@@ -8,11 +8,11 @@ module Lithic
|
|
|
8
8
|
customer_tokenization_decision: Lithic::TokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
9
9
|
event_type: Lithic::Models::TokenizationApprovalRequestWebhookEvent::event_type,
|
|
10
10
|
issuer_decision: Lithic::Models::TokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
11
|
+
token_metadata: Lithic::TokenMetadata,
|
|
11
12
|
tokenization_channel: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
12
13
|
tokenization_token: String,
|
|
13
14
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
14
15
|
device: Lithic::Device,
|
|
15
|
-
digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
16
16
|
rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
17
17
|
tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
18
18
|
tokenization_source: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source,
|
|
@@ -32,6 +32,8 @@ module Lithic
|
|
|
32
32
|
|
|
33
33
|
attr_accessor issuer_decision: Lithic::Models::TokenizationApprovalRequestWebhookEvent::issuer_decision
|
|
34
34
|
|
|
35
|
+
attr_accessor token_metadata: Lithic::TokenMetadata
|
|
36
|
+
|
|
35
37
|
attr_accessor tokenization_channel: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_channel
|
|
36
38
|
|
|
37
39
|
attr_accessor tokenization_token: String
|
|
@@ -42,12 +44,6 @@ module Lithic
|
|
|
42
44
|
|
|
43
45
|
def device=: (Lithic::Device) -> Lithic::Device
|
|
44
46
|
|
|
45
|
-
attr_reader digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata?
|
|
46
|
-
|
|
47
|
-
def digital_wallet_token_metadata=: (
|
|
48
|
-
Lithic::DigitalWalletTokenMetadata
|
|
49
|
-
) -> Lithic::DigitalWalletTokenMetadata
|
|
50
|
-
|
|
51
47
|
attr_reader rule_results: ::Array[Lithic::TokenizationRuleResult]?
|
|
52
48
|
|
|
53
49
|
def rule_results=: (
|
|
@@ -79,11 +75,11 @@ module Lithic
|
|
|
79
75
|
customer_tokenization_decision: Lithic::TokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
80
76
|
event_type: Lithic::Models::TokenizationApprovalRequestWebhookEvent::event_type,
|
|
81
77
|
issuer_decision: Lithic::Models::TokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
78
|
+
token_metadata: Lithic::TokenMetadata,
|
|
82
79
|
tokenization_channel: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
83
80
|
tokenization_token: String,
|
|
84
81
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
85
82
|
?device: Lithic::Device,
|
|
86
|
-
?digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
87
83
|
?rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
88
84
|
?tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
89
85
|
?tokenization_source: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source,
|
|
@@ -97,11 +93,11 @@ module Lithic
|
|
|
97
93
|
customer_tokenization_decision: Lithic::TokenizationApprovalRequestWebhookEvent::CustomerTokenizationDecision?,
|
|
98
94
|
event_type: Lithic::Models::TokenizationApprovalRequestWebhookEvent::event_type,
|
|
99
95
|
issuer_decision: Lithic::Models::TokenizationApprovalRequestWebhookEvent::issuer_decision,
|
|
96
|
+
token_metadata: Lithic::TokenMetadata,
|
|
100
97
|
tokenization_channel: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_channel,
|
|
101
98
|
tokenization_token: String,
|
|
102
99
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
103
100
|
device: Lithic::Device,
|
|
104
|
-
digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
105
101
|
rule_results: ::Array[Lithic::TokenizationRuleResult],
|
|
106
102
|
tokenization_decline_reasons: ::Array[Lithic::Models::tokenization_decline_reason],
|
|
107
103
|
tokenization_source: Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source,
|
|
@@ -5,13 +5,13 @@ module Lithic
|
|
|
5
5
|
account_token: String,
|
|
6
6
|
card_token: String,
|
|
7
7
|
created: Time,
|
|
8
|
+
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
8
9
|
event_type: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::event_type,
|
|
9
10
|
issuer_decision: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::issuer_decision,
|
|
10
11
|
tokenization_channel: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_channel,
|
|
11
12
|
tokenization_token: String,
|
|
12
13
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
13
14
|
device: Lithic::Device,
|
|
14
|
-
digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
15
15
|
tokenization_source: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_source
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -22,6 +22,8 @@ module Lithic
|
|
|
22
22
|
|
|
23
23
|
attr_accessor created: Time
|
|
24
24
|
|
|
25
|
+
attr_accessor digital_wallet_token_metadata: Lithic::TokenMetadata
|
|
26
|
+
|
|
25
27
|
attr_accessor event_type: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::event_type
|
|
26
28
|
|
|
27
29
|
attr_accessor issuer_decision: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::issuer_decision
|
|
@@ -36,12 +38,6 @@ module Lithic
|
|
|
36
38
|
|
|
37
39
|
def device=: (Lithic::Device) -> Lithic::Device
|
|
38
40
|
|
|
39
|
-
attr_reader digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata?
|
|
40
|
-
|
|
41
|
-
def digital_wallet_token_metadata=: (
|
|
42
|
-
Lithic::DigitalWalletTokenMetadata
|
|
43
|
-
) -> Lithic::DigitalWalletTokenMetadata
|
|
44
|
-
|
|
45
41
|
attr_reader tokenization_source: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_source?
|
|
46
42
|
|
|
47
43
|
def tokenization_source=: (
|
|
@@ -52,13 +48,13 @@ module Lithic
|
|
|
52
48
|
account_token: String,
|
|
53
49
|
card_token: String,
|
|
54
50
|
created: Time,
|
|
51
|
+
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
55
52
|
event_type: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::event_type,
|
|
56
53
|
issuer_decision: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::issuer_decision,
|
|
57
54
|
tokenization_channel: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_channel,
|
|
58
55
|
tokenization_token: String,
|
|
59
56
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
60
57
|
?device: Lithic::Device,
|
|
61
|
-
?digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
62
58
|
?tokenization_source: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_source
|
|
63
59
|
) -> void
|
|
64
60
|
|
|
@@ -66,13 +62,13 @@ module Lithic
|
|
|
66
62
|
account_token: String,
|
|
67
63
|
card_token: String,
|
|
68
64
|
created: Time,
|
|
65
|
+
digital_wallet_token_metadata: Lithic::TokenMetadata,
|
|
69
66
|
event_type: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::event_type,
|
|
70
67
|
issuer_decision: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::issuer_decision,
|
|
71
68
|
tokenization_channel: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_channel,
|
|
72
69
|
tokenization_token: String,
|
|
73
70
|
wallet_decisioning_info: Lithic::WalletDecisioningInfo,
|
|
74
71
|
device: Lithic::Device,
|
|
75
|
-
digital_wallet_token_metadata: Lithic::DigitalWalletTokenMetadata,
|
|
76
72
|
tokenization_source: Lithic::Models::TokenizationDecisioningRequestWebhookEvent::tokenization_source
|
|
77
73
|
}
|
|
78
74
|
|
data/sig/lithic/models.rbs
CHANGED
|
@@ -23,6 +23,8 @@ module Lithic
|
|
|
23
23
|
|
|
24
24
|
class AccountHolderRetrieveParams = Lithic::Models::AccountHolderRetrieveParams
|
|
25
25
|
|
|
26
|
+
module AccountHolders = Lithic::Models::AccountHolders
|
|
27
|
+
|
|
26
28
|
class AccountHolderSimulateEnrollmentDocumentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
|
|
27
29
|
|
|
28
30
|
class AccountHolderSimulateEnrollmentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
|
|
@@ -179,8 +181,6 @@ module Lithic
|
|
|
179
181
|
|
|
180
182
|
class DigitalWalletTokenizationUpdatedWebhookEvent = Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
181
183
|
|
|
182
|
-
class DigitalWalletTokenMetadata = Lithic::Models::DigitalWalletTokenMetadata
|
|
183
|
-
|
|
184
184
|
class Dispute = Lithic::Models::Dispute
|
|
185
185
|
|
|
186
186
|
class DisputeCreateParams = Lithic::Models::DisputeCreateParams
|
|
@@ -485,6 +485,8 @@ module Lithic
|
|
|
485
485
|
|
|
486
486
|
class TokenizationUpdatedWebhookEvent = Lithic::Models::TokenizationUpdatedWebhookEvent
|
|
487
487
|
|
|
488
|
+
class TokenMetadata = Lithic::Models::TokenMetadata
|
|
489
|
+
|
|
488
490
|
class Transaction = Lithic::Models::Transaction
|
|
489
491
|
|
|
490
492
|
class TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class AccountHolders
|
|
4
|
+
class Entities
|
|
5
|
+
def create: (
|
|
6
|
+
String account_holder_token,
|
|
7
|
+
address: Lithic::AccountHolders::EntityCreateParams::Address,
|
|
8
|
+
dob: String,
|
|
9
|
+
email: String,
|
|
10
|
+
first_name: String,
|
|
11
|
+
government_id: String,
|
|
12
|
+
last_name: String,
|
|
13
|
+
phone_number: String,
|
|
14
|
+
type: Lithic::Models::AccountHolders::EntityCreateParams::type_,
|
|
15
|
+
?request_options: Lithic::request_opts
|
|
16
|
+
) -> Lithic::Models::AccountHolders::EntityCreateResponse
|
|
17
|
+
|
|
18
|
+
def delete: (
|
|
19
|
+
String entity_token,
|
|
20
|
+
account_holder_token: String,
|
|
21
|
+
?request_options: Lithic::request_opts
|
|
22
|
+
) -> Lithic::AccountHolders::AccountHolderEntity
|
|
23
|
+
|
|
24
|
+
def initialize: (client: Lithic::Client) -> void
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class FinancialAccounts
|
|
4
|
+
class InterestTierSchedule
|
|
5
|
+
def create: (
|
|
6
|
+
String financial_account_token,
|
|
7
|
+
credit_product_token: String,
|
|
8
|
+
effective_date: Date,
|
|
9
|
+
?tier_name: String,
|
|
10
|
+
?tier_rates: top,
|
|
11
|
+
?request_options: Lithic::request_opts
|
|
12
|
+
) -> Lithic::FinancialAccounts::FinancialAccountsInterestTierSchedule
|
|
13
|
+
|
|
14
|
+
def retrieve: (
|
|
15
|
+
Date effective_date,
|
|
16
|
+
financial_account_token: String,
|
|
17
|
+
?request_options: Lithic::request_opts
|
|
18
|
+
) -> Lithic::FinancialAccounts::FinancialAccountsInterestTierSchedule
|
|
19
|
+
|
|
20
|
+
def update: (
|
|
21
|
+
Date effective_date,
|
|
22
|
+
financial_account_token: String,
|
|
23
|
+
?tier_name: String,
|
|
24
|
+
?tier_rates: top,
|
|
25
|
+
?request_options: Lithic::request_opts
|
|
26
|
+
) -> Lithic::FinancialAccounts::FinancialAccountsInterestTierSchedule
|
|
27
|
+
|
|
28
|
+
def list: (
|
|
29
|
+
String financial_account_token,
|
|
30
|
+
?after_date: Date,
|
|
31
|
+
?before_date: Date,
|
|
32
|
+
?for_date: Date,
|
|
33
|
+
?request_options: Lithic::request_opts
|
|
34
|
+
) -> Lithic::Internal::SinglePage[Lithic::FinancialAccounts::FinancialAccountsInterestTierSchedule]
|
|
35
|
+
|
|
36
|
+
def delete: (
|
|
37
|
+
Date effective_date,
|
|
38
|
+
financial_account_token: String,
|
|
39
|
+
?request_options: Lithic::request_opts
|
|
40
|
+
) -> nil
|
|
41
|
+
|
|
42
|
+
def initialize: (client: Lithic::Client) -> void
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class FinancialAccounts
|
|
4
|
+
class LoanTapeConfiguration
|
|
5
|
+
def retrieve: (
|
|
6
|
+
String financial_account_token,
|
|
7
|
+
?request_options: Lithic::request_opts
|
|
8
|
+
) -> Lithic::FinancialAccounts::FinancialAccountsLoanTapeConfiguration
|
|
9
|
+
|
|
10
|
+
def initialize: (client: Lithic::Client) -> void
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -11,6 +11,10 @@ module Lithic
|
|
|
11
11
|
|
|
12
12
|
attr_reader loan_tapes: Lithic::Resources::FinancialAccounts::LoanTapes
|
|
13
13
|
|
|
14
|
+
attr_reader loan_tape_configuration: Lithic::Resources::FinancialAccounts::LoanTapeConfiguration
|
|
15
|
+
|
|
16
|
+
attr_reader interest_tier_schedule: Lithic::Resources::FinancialAccounts::InterestTierSchedule
|
|
17
|
+
|
|
14
18
|
def create: (
|
|
15
19
|
nickname: String,
|
|
16
20
|
type: Lithic::Models::FinancialAccountCreateParams::type_,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lithic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -95,6 +95,10 @@ files:
|
|
|
95
95
|
- lib/lithic/models/account_holder_updated_webhook_event.rb
|
|
96
96
|
- lib/lithic/models/account_holder_upload_document_params.rb
|
|
97
97
|
- lib/lithic/models/account_holder_verification_webhook_event.rb
|
|
98
|
+
- lib/lithic/models/account_holders/account_holder_entity.rb
|
|
99
|
+
- lib/lithic/models/account_holders/entity_create_params.rb
|
|
100
|
+
- lib/lithic/models/account_holders/entity_create_response.rb
|
|
101
|
+
- lib/lithic/models/account_holders/entity_delete_params.rb
|
|
98
102
|
- lib/lithic/models/account_list_params.rb
|
|
99
103
|
- lib/lithic/models/account_retrieve_params.rb
|
|
100
104
|
- lib/lithic/models/account_retrieve_spend_limits_params.rb
|
|
@@ -202,7 +206,6 @@ files:
|
|
|
202
206
|
- lib/lithic/models/digital_card_art.rb
|
|
203
207
|
- lib/lithic/models/digital_card_art_list_params.rb
|
|
204
208
|
- lib/lithic/models/digital_card_art_retrieve_params.rb
|
|
205
|
-
- lib/lithic/models/digital_wallet_token_metadata.rb
|
|
206
209
|
- lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb
|
|
207
210
|
- lib/lithic/models/digital_wallet_tokenization_result_webhook_event.rb
|
|
208
211
|
- lib/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rb
|
|
@@ -287,13 +290,23 @@ files:
|
|
|
287
290
|
- lib/lithic/models/financial_account_updated_webhook_event.rb
|
|
288
291
|
- lib/lithic/models/financial_accounts/balance_list_params.rb
|
|
289
292
|
- lib/lithic/models/financial_accounts/category_balances.rb
|
|
293
|
+
- lib/lithic/models/financial_accounts/category_tier.rb
|
|
290
294
|
- lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rb
|
|
291
295
|
- lib/lithic/models/financial_accounts/credit_configuration_update_params.rb
|
|
292
296
|
- lib/lithic/models/financial_accounts/financial_account_credit_config.rb
|
|
293
297
|
- lib/lithic/models/financial_accounts/financial_transaction_list_params.rb
|
|
294
298
|
- lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rb
|
|
299
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule.rb
|
|
300
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule_create_params.rb
|
|
301
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rb
|
|
302
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb
|
|
303
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rb
|
|
304
|
+
- lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb
|
|
295
305
|
- lib/lithic/models/financial_accounts/loan_tape.rb
|
|
306
|
+
- lib/lithic/models/financial_accounts/loan_tape_configuration.rb
|
|
307
|
+
- lib/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rb
|
|
296
308
|
- lib/lithic/models/financial_accounts/loan_tape_list_params.rb
|
|
309
|
+
- lib/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rb
|
|
297
310
|
- lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb
|
|
298
311
|
- lib/lithic/models/financial_accounts/statement.rb
|
|
299
312
|
- lib/lithic/models/financial_accounts/statement_list_params.rb
|
|
@@ -394,6 +407,7 @@ files:
|
|
|
394
407
|
- lib/lithic/models/three_ds_authentication_created_webhook_event.rb
|
|
395
408
|
- lib/lithic/models/three_ds_authentication_updated_webhook_event.rb
|
|
396
409
|
- lib/lithic/models/token_info.rb
|
|
410
|
+
- lib/lithic/models/token_metadata.rb
|
|
397
411
|
- lib/lithic/models/tokenization.rb
|
|
398
412
|
- lib/lithic/models/tokenization_activate_params.rb
|
|
399
413
|
- lib/lithic/models/tokenization_approval_request_webhook_event.rb
|
|
@@ -450,6 +464,7 @@ files:
|
|
|
450
464
|
- lib/lithic/request_options.rb
|
|
451
465
|
- lib/lithic/resources/account_activity.rb
|
|
452
466
|
- lib/lithic/resources/account_holders.rb
|
|
467
|
+
- lib/lithic/resources/account_holders/entities.rb
|
|
453
468
|
- lib/lithic/resources/accounts.rb
|
|
454
469
|
- lib/lithic/resources/auth_rules.rb
|
|
455
470
|
- lib/lithic/resources/auth_rules/v2.rb
|
|
@@ -478,6 +493,8 @@ files:
|
|
|
478
493
|
- lib/lithic/resources/financial_accounts/balances.rb
|
|
479
494
|
- lib/lithic/resources/financial_accounts/credit_configuration.rb
|
|
480
495
|
- lib/lithic/resources/financial_accounts/financial_transactions.rb
|
|
496
|
+
- lib/lithic/resources/financial_accounts/interest_tier_schedule.rb
|
|
497
|
+
- lib/lithic/resources/financial_accounts/loan_tape_configuration.rb
|
|
481
498
|
- lib/lithic/resources/financial_accounts/loan_tapes.rb
|
|
482
499
|
- lib/lithic/resources/financial_accounts/statements.rb
|
|
483
500
|
- lib/lithic/resources/financial_accounts/statements/line_items.rb
|
|
@@ -551,6 +568,10 @@ files:
|
|
|
551
568
|
- rbi/lithic/models/account_holder_updated_webhook_event.rbi
|
|
552
569
|
- rbi/lithic/models/account_holder_upload_document_params.rbi
|
|
553
570
|
- rbi/lithic/models/account_holder_verification_webhook_event.rbi
|
|
571
|
+
- rbi/lithic/models/account_holders/account_holder_entity.rbi
|
|
572
|
+
- rbi/lithic/models/account_holders/entity_create_params.rbi
|
|
573
|
+
- rbi/lithic/models/account_holders/entity_create_response.rbi
|
|
574
|
+
- rbi/lithic/models/account_holders/entity_delete_params.rbi
|
|
554
575
|
- rbi/lithic/models/account_list_params.rbi
|
|
555
576
|
- rbi/lithic/models/account_retrieve_params.rbi
|
|
556
577
|
- rbi/lithic/models/account_retrieve_spend_limits_params.rbi
|
|
@@ -658,7 +679,6 @@ files:
|
|
|
658
679
|
- rbi/lithic/models/digital_card_art.rbi
|
|
659
680
|
- rbi/lithic/models/digital_card_art_list_params.rbi
|
|
660
681
|
- rbi/lithic/models/digital_card_art_retrieve_params.rbi
|
|
661
|
-
- rbi/lithic/models/digital_wallet_token_metadata.rbi
|
|
662
682
|
- rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi
|
|
663
683
|
- rbi/lithic/models/digital_wallet_tokenization_result_webhook_event.rbi
|
|
664
684
|
- rbi/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rbi
|
|
@@ -743,13 +763,23 @@ files:
|
|
|
743
763
|
- rbi/lithic/models/financial_account_updated_webhook_event.rbi
|
|
744
764
|
- rbi/lithic/models/financial_accounts/balance_list_params.rbi
|
|
745
765
|
- rbi/lithic/models/financial_accounts/category_balances.rbi
|
|
766
|
+
- rbi/lithic/models/financial_accounts/category_tier.rbi
|
|
746
767
|
- rbi/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi
|
|
747
768
|
- rbi/lithic/models/financial_accounts/credit_configuration_update_params.rbi
|
|
748
769
|
- rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi
|
|
749
770
|
- rbi/lithic/models/financial_accounts/financial_transaction_list_params.rbi
|
|
750
771
|
- rbi/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi
|
|
772
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi
|
|
773
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbi
|
|
774
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbi
|
|
775
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbi
|
|
776
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbi
|
|
777
|
+
- rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi
|
|
751
778
|
- rbi/lithic/models/financial_accounts/loan_tape.rbi
|
|
779
|
+
- rbi/lithic/models/financial_accounts/loan_tape_configuration.rbi
|
|
780
|
+
- rbi/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbi
|
|
752
781
|
- rbi/lithic/models/financial_accounts/loan_tape_list_params.rbi
|
|
782
|
+
- rbi/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbi
|
|
753
783
|
- rbi/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi
|
|
754
784
|
- rbi/lithic/models/financial_accounts/statement.rbi
|
|
755
785
|
- rbi/lithic/models/financial_accounts/statement_list_params.rbi
|
|
@@ -850,6 +880,7 @@ files:
|
|
|
850
880
|
- rbi/lithic/models/three_ds_authentication_created_webhook_event.rbi
|
|
851
881
|
- rbi/lithic/models/three_ds_authentication_updated_webhook_event.rbi
|
|
852
882
|
- rbi/lithic/models/token_info.rbi
|
|
883
|
+
- rbi/lithic/models/token_metadata.rbi
|
|
853
884
|
- rbi/lithic/models/tokenization.rbi
|
|
854
885
|
- rbi/lithic/models/tokenization_activate_params.rbi
|
|
855
886
|
- rbi/lithic/models/tokenization_approval_request_webhook_event.rbi
|
|
@@ -906,6 +937,7 @@ files:
|
|
|
906
937
|
- rbi/lithic/request_options.rbi
|
|
907
938
|
- rbi/lithic/resources/account_activity.rbi
|
|
908
939
|
- rbi/lithic/resources/account_holders.rbi
|
|
940
|
+
- rbi/lithic/resources/account_holders/entities.rbi
|
|
909
941
|
- rbi/lithic/resources/accounts.rbi
|
|
910
942
|
- rbi/lithic/resources/auth_rules.rbi
|
|
911
943
|
- rbi/lithic/resources/auth_rules/v2.rbi
|
|
@@ -934,6 +966,8 @@ files:
|
|
|
934
966
|
- rbi/lithic/resources/financial_accounts/balances.rbi
|
|
935
967
|
- rbi/lithic/resources/financial_accounts/credit_configuration.rbi
|
|
936
968
|
- rbi/lithic/resources/financial_accounts/financial_transactions.rbi
|
|
969
|
+
- rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi
|
|
970
|
+
- rbi/lithic/resources/financial_accounts/loan_tape_configuration.rbi
|
|
937
971
|
- rbi/lithic/resources/financial_accounts/loan_tapes.rbi
|
|
938
972
|
- rbi/lithic/resources/financial_accounts/statements.rbi
|
|
939
973
|
- rbi/lithic/resources/financial_accounts/statements/line_items.rbi
|
|
@@ -1006,6 +1040,10 @@ files:
|
|
|
1006
1040
|
- sig/lithic/models/account_holder_updated_webhook_event.rbs
|
|
1007
1041
|
- sig/lithic/models/account_holder_upload_document_params.rbs
|
|
1008
1042
|
- sig/lithic/models/account_holder_verification_webhook_event.rbs
|
|
1043
|
+
- sig/lithic/models/account_holders/account_holder_entity.rbs
|
|
1044
|
+
- sig/lithic/models/account_holders/entity_create_params.rbs
|
|
1045
|
+
- sig/lithic/models/account_holders/entity_create_response.rbs
|
|
1046
|
+
- sig/lithic/models/account_holders/entity_delete_params.rbs
|
|
1009
1047
|
- sig/lithic/models/account_list_params.rbs
|
|
1010
1048
|
- sig/lithic/models/account_retrieve_params.rbs
|
|
1011
1049
|
- sig/lithic/models/account_retrieve_spend_limits_params.rbs
|
|
@@ -1113,7 +1151,6 @@ files:
|
|
|
1113
1151
|
- sig/lithic/models/digital_card_art.rbs
|
|
1114
1152
|
- sig/lithic/models/digital_card_art_list_params.rbs
|
|
1115
1153
|
- sig/lithic/models/digital_card_art_retrieve_params.rbs
|
|
1116
|
-
- sig/lithic/models/digital_wallet_token_metadata.rbs
|
|
1117
1154
|
- sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs
|
|
1118
1155
|
- sig/lithic/models/digital_wallet_tokenization_result_webhook_event.rbs
|
|
1119
1156
|
- sig/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rbs
|
|
@@ -1198,13 +1235,23 @@ files:
|
|
|
1198
1235
|
- sig/lithic/models/financial_account_updated_webhook_event.rbs
|
|
1199
1236
|
- sig/lithic/models/financial_accounts/balance_list_params.rbs
|
|
1200
1237
|
- sig/lithic/models/financial_accounts/category_balances.rbs
|
|
1238
|
+
- sig/lithic/models/financial_accounts/category_tier.rbs
|
|
1201
1239
|
- sig/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbs
|
|
1202
1240
|
- sig/lithic/models/financial_accounts/credit_configuration_update_params.rbs
|
|
1203
1241
|
- sig/lithic/models/financial_accounts/financial_account_credit_config.rbs
|
|
1204
1242
|
- sig/lithic/models/financial_accounts/financial_transaction_list_params.rbs
|
|
1205
1243
|
- sig/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbs
|
|
1244
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule.rbs
|
|
1245
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbs
|
|
1246
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbs
|
|
1247
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbs
|
|
1248
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbs
|
|
1249
|
+
- sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs
|
|
1206
1250
|
- sig/lithic/models/financial_accounts/loan_tape.rbs
|
|
1251
|
+
- sig/lithic/models/financial_accounts/loan_tape_configuration.rbs
|
|
1252
|
+
- sig/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbs
|
|
1207
1253
|
- sig/lithic/models/financial_accounts/loan_tape_list_params.rbs
|
|
1254
|
+
- sig/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbs
|
|
1208
1255
|
- sig/lithic/models/financial_accounts/loan_tape_retrieve_params.rbs
|
|
1209
1256
|
- sig/lithic/models/financial_accounts/statement.rbs
|
|
1210
1257
|
- sig/lithic/models/financial_accounts/statement_list_params.rbs
|
|
@@ -1305,6 +1352,7 @@ files:
|
|
|
1305
1352
|
- sig/lithic/models/three_ds_authentication_created_webhook_event.rbs
|
|
1306
1353
|
- sig/lithic/models/three_ds_authentication_updated_webhook_event.rbs
|
|
1307
1354
|
- sig/lithic/models/token_info.rbs
|
|
1355
|
+
- sig/lithic/models/token_metadata.rbs
|
|
1308
1356
|
- sig/lithic/models/tokenization.rbs
|
|
1309
1357
|
- sig/lithic/models/tokenization_activate_params.rbs
|
|
1310
1358
|
- sig/lithic/models/tokenization_approval_request_webhook_event.rbs
|
|
@@ -1361,6 +1409,7 @@ files:
|
|
|
1361
1409
|
- sig/lithic/request_options.rbs
|
|
1362
1410
|
- sig/lithic/resources/account_activity.rbs
|
|
1363
1411
|
- sig/lithic/resources/account_holders.rbs
|
|
1412
|
+
- sig/lithic/resources/account_holders/entities.rbs
|
|
1364
1413
|
- sig/lithic/resources/accounts.rbs
|
|
1365
1414
|
- sig/lithic/resources/auth_rules.rbs
|
|
1366
1415
|
- sig/lithic/resources/auth_rules/v2.rbs
|
|
@@ -1389,6 +1438,8 @@ files:
|
|
|
1389
1438
|
- sig/lithic/resources/financial_accounts/balances.rbs
|
|
1390
1439
|
- sig/lithic/resources/financial_accounts/credit_configuration.rbs
|
|
1391
1440
|
- sig/lithic/resources/financial_accounts/financial_transactions.rbs
|
|
1441
|
+
- sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs
|
|
1442
|
+
- sig/lithic/resources/financial_accounts/loan_tape_configuration.rbs
|
|
1392
1443
|
- sig/lithic/resources/financial_accounts/loan_tapes.rbs
|
|
1393
1444
|
- sig/lithic/resources/financial_accounts/statements.rbs
|
|
1394
1445
|
- sig/lithic/resources/financial_accounts/statements/line_items.rbs
|