lithic 0.11.0 → 0.13.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 +38 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +15 -1
- data/lib/lithic/models/account.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +5 -4
- data/lib/lithic/models/account_holder_update_response.rb +3 -3
- data/lib/lithic/models/account_update_params.rb +2 -2
- data/lib/lithic/models/auth_rules/auth_rule.rb +14 -8
- data/lib/lithic/models/auth_rules/auth_rule_version.rb +5 -3
- data/lib/lithic/models/auth_rules/card_transaction_update_action.rb +109 -0
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +152 -1
- data/lib/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rb +244 -0
- data/lib/lithic/models/auth_rules/event_stream.rb +1 -0
- data/lib/lithic/models/auth_rules/rule_feature.rb +47 -1
- data/lib/lithic/models/auth_rules/spend_velocity_filters.rb +33 -0
- data/lib/lithic/models/auth_rules/typescript_code_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_create_params.rb +27 -15
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +5 -3
- data/lib/lithic/models/card_authorization_challenge_response_webhook_event.rb +103 -0
- data/lib/lithic/models/card_create_params.rb +4 -2
- data/lib/lithic/models/card_renew_params.rb +4 -2
- data/lib/lithic/models/event.rb +5 -0
- data/lib/lithic/models/event_list_params.rb +3 -0
- data/lib/lithic/models/event_subscription.rb +3 -0
- data/lib/lithic/models/events/subscription_create_params.rb +3 -0
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
- data/lib/lithic/models/events/subscription_update_params.rb +3 -0
- data/lib/lithic/models/external_bank_account_set_verification_method_params.rb +55 -0
- data/lib/lithic/models/non_pci_card.rb +13 -13
- data/lib/lithic/models/parsed_webhook_event.rb +3 -1
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +1 -0
- data/lib/lithic/models/settlement_detail.rb +11 -4
- data/lib/lithic/models/settlement_summary_details.rb +1 -0
- data/lib/lithic/models.rb +6 -0
- data/lib/lithic/resources/accounts.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2.rb +1 -1
- data/lib/lithic/resources/external_bank_accounts.rb +31 -0
- data/lib/lithic/resources/webhooks.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +6 -1
- data/rbi/lithic/models/account.rbi +3 -6
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +10 -14
- data/rbi/lithic/models/account_holder_update_response.rbi +3 -3
- data/rbi/lithic/models/account_update_params.rbi +5 -8
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +10 -3
- data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +2 -0
- data/rbi/lithic/models/auth_rules/card_transaction_update_action.rbi +242 -0
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +354 -3
- data/rbi/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbi +573 -0
- data/rbi/lithic/models/auth_rules/event_stream.rbi +5 -0
- data/rbi/lithic/models/auth_rules/rule_feature.rbi +104 -1
- data/rbi/lithic/models/auth_rules/spend_velocity_filters.rbi +58 -0
- data/rbi/lithic/models/auth_rules/typescript_code_parameters.rbi +6 -3
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +30 -9
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +4 -0
- data/rbi/lithic/models/card_authorization_challenge_response_webhook_event.rbi +175 -0
- data/rbi/lithic/models/card_create_params.rbi +8 -4
- data/rbi/lithic/models/card_renew_params.rbi +8 -4
- data/rbi/lithic/models/event.rbi +11 -0
- data/rbi/lithic/models/event_list_params.rbi +7 -0
- data/rbi/lithic/models/event_subscription.rbi +7 -0
- data/rbi/lithic/models/events/subscription_create_params.rbi +7 -0
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +7 -0
- data/rbi/lithic/models/external_bank_account_set_verification_method_params.rbi +111 -0
- data/rbi/lithic/models/non_pci_card.rbi +21 -31
- data/rbi/lithic/models/parsed_webhook_event.rbi +1 -0
- data/rbi/lithic/models/reports/settlement/network_total_list_params.rbi +5 -0
- data/rbi/lithic/models/settlement_detail.rbi +17 -4
- data/rbi/lithic/models/settlement_summary_details.rbi +2 -0
- data/rbi/lithic/models.rbi +6 -0
- data/rbi/lithic/resources/accounts.rbi +2 -1
- data/rbi/lithic/resources/auth_rules/v2.rbi +1 -0
- data/rbi/lithic/resources/cards.rbi +8 -4
- data/rbi/lithic/resources/external_bank_accounts.rbi +22 -0
- data/rbi/lithic/resources/webhooks.rbi +1 -0
- data/sig/lithic/models/account.rbs +4 -8
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +4 -8
- data/sig/lithic/models/account_update_params.rbs +4 -8
- data/sig/lithic/models/auth_rules/auth_rule.rbs +2 -0
- data/sig/lithic/models/auth_rules/auth_rule_version.rbs +1 -0
- data/sig/lithic/models/auth_rules/card_transaction_update_action.rbs +100 -0
- data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +89 -3
- data/sig/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbs +155 -0
- data/sig/lithic/models/auth_rules/event_stream.rbs +2 -0
- data/sig/lithic/models/auth_rules/rule_feature.rbs +42 -0
- data/sig/lithic/models/auth_rules/spend_velocity_filters.rbs +35 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +3 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -0
- data/sig/lithic/models/card_authorization_challenge_response_webhook_event.rbs +76 -0
- data/sig/lithic/models/event.rbs +2 -0
- data/sig/lithic/models/event_list_params.rbs +2 -0
- data/sig/lithic/models/event_subscription.rbs +2 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +2 -0
- data/sig/lithic/models/external_bank_account_set_verification_method_params.rbs +51 -0
- data/sig/lithic/models/non_pci_card.rbs +20 -30
- data/sig/lithic/models/parsed_webhook_event.rbs +1 -0
- data/sig/lithic/models/reports/settlement/network_total_list_params.rbs +2 -1
- data/sig/lithic/models/settlement_detail.rbs +3 -1
- data/sig/lithic/models/settlement_summary_details.rbs +3 -1
- data/sig/lithic/models.rbs +4 -0
- data/sig/lithic/resources/accounts.rbs +1 -1
- data/sig/lithic/resources/external_bank_accounts.rbs +7 -0
- data/sig/lithic/resources/webhooks.rbs +1 -0
- metadata +17 -2
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
type card_authorization_challenge_response_webhook_event =
|
|
4
|
+
{
|
|
5
|
+
card_token: String?,
|
|
6
|
+
challenge_method: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::challenge_method,
|
|
7
|
+
completed: Time?,
|
|
8
|
+
created: Time,
|
|
9
|
+
event_token: String,
|
|
10
|
+
event_type: :"card_authorization.challenge_response",
|
|
11
|
+
response: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::response,
|
|
12
|
+
transaction_token: String?
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
class CardAuthorizationChallengeResponseWebhookEvent < Lithic::Internal::Type::BaseModel
|
|
16
|
+
attr_accessor card_token: String?
|
|
17
|
+
|
|
18
|
+
attr_accessor challenge_method: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::challenge_method
|
|
19
|
+
|
|
20
|
+
attr_accessor completed: Time?
|
|
21
|
+
|
|
22
|
+
attr_accessor created: Time
|
|
23
|
+
|
|
24
|
+
attr_accessor event_token: String
|
|
25
|
+
|
|
26
|
+
attr_accessor event_type: :"card_authorization.challenge_response"
|
|
27
|
+
|
|
28
|
+
attr_accessor response: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::response
|
|
29
|
+
|
|
30
|
+
attr_accessor transaction_token: String?
|
|
31
|
+
|
|
32
|
+
def initialize: (
|
|
33
|
+
card_token: String?,
|
|
34
|
+
challenge_method: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::challenge_method,
|
|
35
|
+
completed: Time?,
|
|
36
|
+
created: Time,
|
|
37
|
+
event_token: String,
|
|
38
|
+
response: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::response,
|
|
39
|
+
transaction_token: String?,
|
|
40
|
+
?event_type: :"card_authorization.challenge_response"
|
|
41
|
+
) -> void
|
|
42
|
+
|
|
43
|
+
def to_hash: -> {
|
|
44
|
+
card_token: String?,
|
|
45
|
+
challenge_method: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::challenge_method,
|
|
46
|
+
completed: Time?,
|
|
47
|
+
created: Time,
|
|
48
|
+
event_token: String,
|
|
49
|
+
event_type: :"card_authorization.challenge_response",
|
|
50
|
+
response: Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::response,
|
|
51
|
+
transaction_token: String?
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
type challenge_method = :SMS
|
|
55
|
+
|
|
56
|
+
module ChallengeMethod
|
|
57
|
+
extend Lithic::Internal::Type::Enum
|
|
58
|
+
|
|
59
|
+
SMS: :SMS
|
|
60
|
+
|
|
61
|
+
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::challenge_method]
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
type response = :APPROVE | :DECLINE
|
|
65
|
+
|
|
66
|
+
module Response
|
|
67
|
+
extend Lithic::Internal::Type::Enum
|
|
68
|
+
|
|
69
|
+
APPROVE: :APPROVE
|
|
70
|
+
DECLINE: :DECLINE
|
|
71
|
+
|
|
72
|
+
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent::response]
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
end
|
data/sig/lithic/models/event.rbs
CHANGED
|
@@ -40,6 +40,7 @@ module Lithic
|
|
|
40
40
|
| :"balance.updated"
|
|
41
41
|
| :"book_transfer_transaction.created"
|
|
42
42
|
| :"book_transfer_transaction.updated"
|
|
43
|
+
| :"card_authorization.challenge_response"
|
|
43
44
|
| :"card_transaction.enhanced_data.created"
|
|
44
45
|
| :"card_transaction.enhanced_data.updated"
|
|
45
46
|
| :"card_transaction.updated"
|
|
@@ -96,6 +97,7 @@ module Lithic
|
|
|
96
97
|
BALANCE_UPDATED: :"balance.updated"
|
|
97
98
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
98
99
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
100
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
99
101
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
100
102
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
101
103
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -77,6 +77,7 @@ module Lithic
|
|
|
77
77
|
| :"balance.updated"
|
|
78
78
|
| :"book_transfer_transaction.created"
|
|
79
79
|
| :"book_transfer_transaction.updated"
|
|
80
|
+
| :"card_authorization.challenge_response"
|
|
80
81
|
| :"card_transaction.enhanced_data.created"
|
|
81
82
|
| :"card_transaction.enhanced_data.updated"
|
|
82
83
|
| :"card_transaction.updated"
|
|
@@ -133,6 +134,7 @@ module Lithic
|
|
|
133
134
|
BALANCE_UPDATED: :"balance.updated"
|
|
134
135
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
135
136
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
137
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
136
138
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
137
139
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
138
140
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -45,6 +45,7 @@ module Lithic
|
|
|
45
45
|
| :"balance.updated"
|
|
46
46
|
| :"book_transfer_transaction.created"
|
|
47
47
|
| :"book_transfer_transaction.updated"
|
|
48
|
+
| :"card_authorization.challenge_response"
|
|
48
49
|
| :"card_transaction.enhanced_data.created"
|
|
49
50
|
| :"card_transaction.enhanced_data.updated"
|
|
50
51
|
| :"card_transaction.updated"
|
|
@@ -101,6 +102,7 @@ module Lithic
|
|
|
101
102
|
BALANCE_UPDATED: :"balance.updated"
|
|
102
103
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
103
104
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
105
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
104
106
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
105
107
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
106
108
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -55,6 +55,7 @@ module Lithic
|
|
|
55
55
|
| :"balance.updated"
|
|
56
56
|
| :"book_transfer_transaction.created"
|
|
57
57
|
| :"book_transfer_transaction.updated"
|
|
58
|
+
| :"card_authorization.challenge_response"
|
|
58
59
|
| :"card_transaction.enhanced_data.created"
|
|
59
60
|
| :"card_transaction.enhanced_data.updated"
|
|
60
61
|
| :"card_transaction.updated"
|
|
@@ -111,6 +112,7 @@ module Lithic
|
|
|
111
112
|
BALANCE_UPDATED: :"balance.updated"
|
|
112
113
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
113
114
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
115
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
114
116
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
115
117
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
116
118
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -41,6 +41,7 @@ module Lithic
|
|
|
41
41
|
| :"balance.updated"
|
|
42
42
|
| :"book_transfer_transaction.created"
|
|
43
43
|
| :"book_transfer_transaction.updated"
|
|
44
|
+
| :"card_authorization.challenge_response"
|
|
44
45
|
| :"card_transaction.enhanced_data.created"
|
|
45
46
|
| :"card_transaction.enhanced_data.updated"
|
|
46
47
|
| :"card_transaction.updated"
|
|
@@ -97,6 +98,7 @@ module Lithic
|
|
|
97
98
|
BALANCE_UPDATED: :"balance.updated"
|
|
98
99
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
99
100
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
101
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
100
102
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
101
103
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
102
104
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -60,6 +60,7 @@ module Lithic
|
|
|
60
60
|
| :"balance.updated"
|
|
61
61
|
| :"book_transfer_transaction.created"
|
|
62
62
|
| :"book_transfer_transaction.updated"
|
|
63
|
+
| :"card_authorization.challenge_response"
|
|
63
64
|
| :"card_transaction.enhanced_data.created"
|
|
64
65
|
| :"card_transaction.enhanced_data.updated"
|
|
65
66
|
| :"card_transaction.updated"
|
|
@@ -116,6 +117,7 @@ module Lithic
|
|
|
116
117
|
BALANCE_UPDATED: :"balance.updated"
|
|
117
118
|
BOOK_TRANSFER_TRANSACTION_CREATED: :"book_transfer_transaction.created"
|
|
118
119
|
BOOK_TRANSFER_TRANSACTION_UPDATED: :"book_transfer_transaction.updated"
|
|
120
|
+
CARD_AUTHORIZATION_CHALLENGE_RESPONSE: :"card_authorization.challenge_response"
|
|
119
121
|
CARD_TRANSACTION_ENHANCED_DATA_CREATED: :"card_transaction.enhanced_data.created"
|
|
120
122
|
CARD_TRANSACTION_ENHANCED_DATA_UPDATED: :"card_transaction.enhanced_data.updated"
|
|
121
123
|
CARD_TRANSACTION_UPDATED: :"card_transaction.updated"
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
type external_bank_account_set_verification_method_params =
|
|
4
|
+
{
|
|
5
|
+
external_bank_account_token: String,
|
|
6
|
+
verification_method: Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method,
|
|
7
|
+
financial_account_token: String
|
|
8
|
+
}
|
|
9
|
+
& Lithic::Internal::Type::request_parameters
|
|
10
|
+
|
|
11
|
+
class ExternalBankAccountSetVerificationMethodParams < Lithic::Internal::Type::BaseModel
|
|
12
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
13
|
+
include Lithic::Internal::Type::RequestParameters
|
|
14
|
+
|
|
15
|
+
attr_accessor external_bank_account_token: String
|
|
16
|
+
|
|
17
|
+
attr_accessor verification_method: Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method
|
|
18
|
+
|
|
19
|
+
attr_reader financial_account_token: String?
|
|
20
|
+
|
|
21
|
+
def financial_account_token=: (String) -> String
|
|
22
|
+
|
|
23
|
+
def initialize: (
|
|
24
|
+
external_bank_account_token: String,
|
|
25
|
+
verification_method: Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method,
|
|
26
|
+
?financial_account_token: String,
|
|
27
|
+
?request_options: Lithic::request_opts
|
|
28
|
+
) -> void
|
|
29
|
+
|
|
30
|
+
def to_hash: -> {
|
|
31
|
+
external_bank_account_token: String,
|
|
32
|
+
verification_method: Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method,
|
|
33
|
+
financial_account_token: String,
|
|
34
|
+
request_options: Lithic::RequestOptions
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
type verification_method =
|
|
38
|
+
:MICRO_DEPOSIT | :PRENOTE | :EXTERNALLY_VERIFIED
|
|
39
|
+
|
|
40
|
+
module VerificationMethod
|
|
41
|
+
extend Lithic::Internal::Type::Enum
|
|
42
|
+
|
|
43
|
+
MICRO_DEPOSIT: :MICRO_DEPOSIT
|
|
44
|
+
PRENOTE: :PRENOTE
|
|
45
|
+
EXTERNALLY_VERIFIED: :EXTERNALLY_VERIFIED
|
|
46
|
+
|
|
47
|
+
def self?.values: -> ::Array[Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method]
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
@@ -6,7 +6,7 @@ module Lithic
|
|
|
6
6
|
account_token: String,
|
|
7
7
|
card_program_token: String,
|
|
8
8
|
created: Time,
|
|
9
|
-
funding: Lithic::NonPCICard::Funding
|
|
9
|
+
funding: Lithic::NonPCICard::Funding?,
|
|
10
10
|
last_four: String,
|
|
11
11
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
|
12
12
|
spend_limit: Integer,
|
|
@@ -17,16 +17,16 @@ module Lithic
|
|
|
17
17
|
bulk_order_token: String?,
|
|
18
18
|
cardholder_currency: String,
|
|
19
19
|
comment: String,
|
|
20
|
-
digital_card_art_token: String
|
|
20
|
+
digital_card_art_token: String?,
|
|
21
21
|
exp_month: String,
|
|
22
22
|
exp_year: String,
|
|
23
23
|
hostname: String,
|
|
24
24
|
memo: String,
|
|
25
25
|
network_program_token: String?,
|
|
26
26
|
pending_commands: ::Array[String],
|
|
27
|
-
product_id: String
|
|
27
|
+
product_id: String?,
|
|
28
28
|
replacement_for: String?,
|
|
29
|
-
substatus: Lithic::Models::NonPCICard::substatus
|
|
29
|
+
substatus: Lithic::Models::NonPCICard::substatus?
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
class NonPCICard < Lithic::Internal::Type::BaseModel
|
|
@@ -38,7 +38,7 @@ module Lithic
|
|
|
38
38
|
|
|
39
39
|
attr_accessor created: Time
|
|
40
40
|
|
|
41
|
-
attr_accessor funding: Lithic::NonPCICard::Funding
|
|
41
|
+
attr_accessor funding: Lithic::NonPCICard::Funding?
|
|
42
42
|
|
|
43
43
|
attr_accessor last_four: String
|
|
44
44
|
|
|
@@ -66,9 +66,7 @@ module Lithic
|
|
|
66
66
|
|
|
67
67
|
def comment=: (String) -> String
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
def digital_card_art_token=: (String) -> String
|
|
69
|
+
attr_accessor digital_card_art_token: String?
|
|
72
70
|
|
|
73
71
|
attr_reader exp_month: String?
|
|
74
72
|
|
|
@@ -92,24 +90,18 @@ module Lithic
|
|
|
92
90
|
|
|
93
91
|
def pending_commands=: (::Array[String]) -> ::Array[String]
|
|
94
92
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
def product_id=: (String) -> String
|
|
93
|
+
attr_accessor product_id: String?
|
|
98
94
|
|
|
99
95
|
attr_accessor replacement_for: String?
|
|
100
96
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
def substatus=: (
|
|
104
|
-
Lithic::Models::NonPCICard::substatus
|
|
105
|
-
) -> Lithic::Models::NonPCICard::substatus
|
|
97
|
+
attr_accessor substatus: Lithic::Models::NonPCICard::substatus?
|
|
106
98
|
|
|
107
99
|
def initialize: (
|
|
108
100
|
token: String,
|
|
109
101
|
account_token: String,
|
|
110
102
|
card_program_token: String,
|
|
111
103
|
created: Time,
|
|
112
|
-
funding: Lithic::NonPCICard::Funding
|
|
104
|
+
funding: Lithic::NonPCICard::Funding?,
|
|
113
105
|
last_four: String,
|
|
114
106
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
|
115
107
|
spend_limit: Integer,
|
|
@@ -120,16 +112,16 @@ module Lithic
|
|
|
120
112
|
?bulk_order_token: String?,
|
|
121
113
|
?cardholder_currency: String,
|
|
122
114
|
?comment: String,
|
|
123
|
-
?digital_card_art_token: String
|
|
115
|
+
?digital_card_art_token: String?,
|
|
124
116
|
?exp_month: String,
|
|
125
117
|
?exp_year: String,
|
|
126
118
|
?hostname: String,
|
|
127
119
|
?memo: String,
|
|
128
120
|
?network_program_token: String?,
|
|
129
121
|
?pending_commands: ::Array[String],
|
|
130
|
-
?product_id: String
|
|
122
|
+
?product_id: String?,
|
|
131
123
|
?replacement_for: String?,
|
|
132
|
-
?substatus: Lithic::Models::NonPCICard::substatus
|
|
124
|
+
?substatus: Lithic::Models::NonPCICard::substatus?
|
|
133
125
|
) -> void
|
|
134
126
|
|
|
135
127
|
def to_hash: -> {
|
|
@@ -137,7 +129,7 @@ module Lithic
|
|
|
137
129
|
account_token: String,
|
|
138
130
|
card_program_token: String,
|
|
139
131
|
created: Time,
|
|
140
|
-
funding: Lithic::NonPCICard::Funding
|
|
132
|
+
funding: Lithic::NonPCICard::Funding?,
|
|
141
133
|
last_four: String,
|
|
142
134
|
pin_status: Lithic::Models::NonPCICard::pin_status,
|
|
143
135
|
spend_limit: Integer,
|
|
@@ -148,16 +140,16 @@ module Lithic
|
|
|
148
140
|
bulk_order_token: String?,
|
|
149
141
|
cardholder_currency: String,
|
|
150
142
|
comment: String,
|
|
151
|
-
digital_card_art_token: String
|
|
143
|
+
digital_card_art_token: String?,
|
|
152
144
|
exp_month: String,
|
|
153
145
|
exp_year: String,
|
|
154
146
|
hostname: String,
|
|
155
147
|
memo: String,
|
|
156
148
|
network_program_token: String?,
|
|
157
149
|
pending_commands: ::Array[String],
|
|
158
|
-
product_id: String
|
|
150
|
+
product_id: String?,
|
|
159
151
|
replacement_for: String?,
|
|
160
|
-
substatus: Lithic::Models::NonPCICard::substatus
|
|
152
|
+
substatus: Lithic::Models::NonPCICard::substatus?
|
|
161
153
|
}
|
|
162
154
|
|
|
163
155
|
type funding =
|
|
@@ -168,7 +160,7 @@ module Lithic
|
|
|
168
160
|
state: Lithic::Models::NonPCICard::Funding::state,
|
|
169
161
|
type: Lithic::Models::NonPCICard::Funding::type_,
|
|
170
162
|
account_name: String,
|
|
171
|
-
nickname: String
|
|
163
|
+
nickname: String?
|
|
172
164
|
}
|
|
173
165
|
|
|
174
166
|
class Funding < Lithic::Internal::Type::BaseModel
|
|
@@ -186,9 +178,7 @@ module Lithic
|
|
|
186
178
|
|
|
187
179
|
def account_name=: (String) -> String
|
|
188
180
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
def nickname=: (String) -> String
|
|
181
|
+
attr_accessor nickname: String?
|
|
192
182
|
|
|
193
183
|
def initialize: (
|
|
194
184
|
token: String,
|
|
@@ -197,7 +187,7 @@ module Lithic
|
|
|
197
187
|
state: Lithic::Models::NonPCICard::Funding::state,
|
|
198
188
|
type: Lithic::Models::NonPCICard::Funding::type_,
|
|
199
189
|
?account_name: String,
|
|
200
|
-
?nickname: String
|
|
190
|
+
?nickname: String?
|
|
201
191
|
) -> void
|
|
202
192
|
|
|
203
193
|
def to_hash: -> {
|
|
@@ -207,7 +197,7 @@ module Lithic
|
|
|
207
197
|
state: Lithic::Models::NonPCICard::Funding::state,
|
|
208
198
|
type: Lithic::Models::NonPCICard::Funding::type_,
|
|
209
199
|
account_name: String,
|
|
210
|
-
nickname: String
|
|
200
|
+
nickname: String?
|
|
211
201
|
}
|
|
212
202
|
|
|
213
203
|
type state = :DELETED | :ENABLED | :PENDING
|
|
@@ -8,6 +8,7 @@ module Lithic
|
|
|
8
8
|
| Lithic::AccountHolderVerificationWebhookEvent
|
|
9
9
|
| Lithic::AccountHolderDocumentUpdatedWebhookEvent
|
|
10
10
|
| Lithic::CardAuthorizationApprovalRequestWebhookEvent
|
|
11
|
+
| Lithic::CardAuthorizationChallengeResponseWebhookEvent
|
|
11
12
|
| Lithic::AuthRulesBacktestReportCreatedWebhookEvent
|
|
12
13
|
| Lithic::BalanceUpdatedWebhookEvent
|
|
13
14
|
| Lithic::BookTransferTransactionCreatedWebhookEvent
|
|
@@ -98,11 +98,12 @@ module Lithic
|
|
|
98
98
|
request_options: Lithic::RequestOptions
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
type network = :VISA | :MASTERCARD | :MAESTRO | :INTERLINK
|
|
101
|
+
type network = :AMEX | :VISA | :MASTERCARD | :MAESTRO | :INTERLINK
|
|
102
102
|
|
|
103
103
|
module Network
|
|
104
104
|
extend Lithic::Internal::Type::Enum
|
|
105
105
|
|
|
106
|
+
AMEX: :AMEX
|
|
106
107
|
VISA: :VISA
|
|
107
108
|
MASTERCARD: :MASTERCARD
|
|
108
109
|
MAESTRO: :MAESTRO
|
|
@@ -118,11 +118,13 @@ module Lithic
|
|
|
118
118
|
fee_description: String
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
type network =
|
|
121
|
+
type network =
|
|
122
|
+
:AMEX | :INTERLINK | :MAESTRO | :MASTERCARD | :UNKNOWN | :VISA
|
|
122
123
|
|
|
123
124
|
module Network
|
|
124
125
|
extend Lithic::Internal::Type::Enum
|
|
125
126
|
|
|
127
|
+
AMEX: :AMEX
|
|
126
128
|
INTERLINK: :INTERLINK
|
|
127
129
|
MAESTRO: :MAESTRO
|
|
128
130
|
MASTERCARD: :MASTERCARD
|
|
@@ -69,11 +69,13 @@ module Lithic
|
|
|
69
69
|
transactions_gross_amount: Integer
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
type network =
|
|
72
|
+
type network =
|
|
73
|
+
:AMEX | :INTERLINK | :MAESTRO | :MASTERCARD | :UNKNOWN | :VISA
|
|
73
74
|
|
|
74
75
|
module Network
|
|
75
76
|
extend Lithic::Internal::Type::Enum
|
|
76
77
|
|
|
78
|
+
AMEX: :AMEX
|
|
77
79
|
INTERLINK: :INTERLINK
|
|
78
80
|
MAESTRO: :MAESTRO
|
|
79
81
|
MASTERCARD: :MASTERCARD
|
data/sig/lithic/models.rbs
CHANGED
|
@@ -89,6 +89,8 @@ module Lithic
|
|
|
89
89
|
|
|
90
90
|
class CardAuthorizationApprovalRequestWebhookEvent = Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent
|
|
91
91
|
|
|
92
|
+
class CardAuthorizationChallengeResponseWebhookEvent = Lithic::Models::CardAuthorizationChallengeResponseWebhookEvent
|
|
93
|
+
|
|
92
94
|
class CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
93
95
|
|
|
94
96
|
class CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
@@ -249,6 +251,8 @@ module Lithic
|
|
|
249
251
|
|
|
250
252
|
module ExternalBankAccounts = Lithic::Models::ExternalBankAccounts
|
|
251
253
|
|
|
254
|
+
class ExternalBankAccountSetVerificationMethodParams = Lithic::Models::ExternalBankAccountSetVerificationMethodParams
|
|
255
|
+
|
|
252
256
|
class ExternalBankAccountUnpauseParams = Lithic::Models::ExternalBankAccountUnpauseParams
|
|
253
257
|
|
|
254
258
|
class ExternalBankAccountUpdatedWebhookEvent = Lithic::Models::ExternalBankAccountUpdatedWebhookEvent
|
|
@@ -13,7 +13,7 @@ module Lithic
|
|
|
13
13
|
?lifetime_spend_limit: Integer,
|
|
14
14
|
?monthly_spend_limit: Integer,
|
|
15
15
|
?state: Lithic::Models::AccountUpdateParams::state,
|
|
16
|
-
?substatus: Lithic::Models::AccountUpdateParams::substatus
|
|
16
|
+
?substatus: Lithic::Models::AccountUpdateParams::substatus?,
|
|
17
17
|
?verification_address: Lithic::AccountUpdateParams::VerificationAddress,
|
|
18
18
|
?request_options: Lithic::request_opts
|
|
19
19
|
) -> Lithic::Account
|
|
@@ -52,6 +52,13 @@ module Lithic
|
|
|
52
52
|
?request_options: Lithic::request_opts
|
|
53
53
|
) -> Lithic::ExternalBankAccount
|
|
54
54
|
|
|
55
|
+
def set_verification_method: (
|
|
56
|
+
String external_bank_account_token,
|
|
57
|
+
verification_method: Lithic::Models::ExternalBankAccountSetVerificationMethodParams::verification_method,
|
|
58
|
+
?financial_account_token: String,
|
|
59
|
+
?request_options: Lithic::request_opts
|
|
60
|
+
) -> Lithic::ExternalBankAccount
|
|
61
|
+
|
|
55
62
|
def unpause: (
|
|
56
63
|
String external_bank_account_token,
|
|
57
64
|
?request_options: Lithic::request_opts
|
|
@@ -12,6 +12,7 @@ module Lithic
|
|
|
12
12
|
| Lithic::AccountHolderVerificationWebhookEvent
|
|
13
13
|
| Lithic::AccountHolderDocumentUpdatedWebhookEvent
|
|
14
14
|
| Lithic::CardAuthorizationApprovalRequestWebhookEvent
|
|
15
|
+
| Lithic::CardAuthorizationChallengeResponseWebhookEvent
|
|
15
16
|
| Lithic::AuthRulesBacktestReportCreatedWebhookEvent
|
|
16
17
|
| Lithic::BalanceUpdatedWebhookEvent
|
|
17
18
|
| Lithic::BookTransferTransactionCreatedWebhookEvent
|
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.13.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-
|
|
11
|
+
date: 2026-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -111,11 +111,13 @@ files:
|
|
|
111
111
|
- lib/lithic/models/auth_rules/auth_rule_condition.rb
|
|
112
112
|
- lib/lithic/models/auth_rules/auth_rule_version.rb
|
|
113
113
|
- lib/lithic/models/auth_rules/backtest_stats.rb
|
|
114
|
+
- lib/lithic/models/auth_rules/card_transaction_update_action.rb
|
|
114
115
|
- lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb
|
|
115
116
|
- lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb
|
|
116
117
|
- lib/lithic/models/auth_rules/conditional_attribute.rb
|
|
117
118
|
- lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb
|
|
118
119
|
- lib/lithic/models/auth_rules/conditional_block_parameters.rb
|
|
120
|
+
- lib/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rb
|
|
119
121
|
- lib/lithic/models/auth_rules/conditional_operation.rb
|
|
120
122
|
- lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb
|
|
121
123
|
- lib/lithic/models/auth_rules/conditional_value.rb
|
|
@@ -123,6 +125,7 @@ files:
|
|
|
123
125
|
- lib/lithic/models/auth_rules/merchant_lock_parameters.rb
|
|
124
126
|
- lib/lithic/models/auth_rules/report_stats.rb
|
|
125
127
|
- lib/lithic/models/auth_rules/rule_feature.rb
|
|
128
|
+
- lib/lithic/models/auth_rules/spend_velocity_filters.rb
|
|
126
129
|
- lib/lithic/models/auth_rules/typescript_code_parameters.rb
|
|
127
130
|
- lib/lithic/models/auth_rules/v2/backtest_create_params.rb
|
|
128
131
|
- lib/lithic/models/auth_rules/v2/backtest_create_response.rb
|
|
@@ -163,6 +166,7 @@ files:
|
|
|
163
166
|
- lib/lithic/models/book_transfer_transaction_updated_webhook_event.rb
|
|
164
167
|
- lib/lithic/models/card.rb
|
|
165
168
|
- lib/lithic/models/card_authorization_approval_request_webhook_event.rb
|
|
169
|
+
- lib/lithic/models/card_authorization_challenge_response_webhook_event.rb
|
|
166
170
|
- lib/lithic/models/card_bulk_order.rb
|
|
167
171
|
- lib/lithic/models/card_bulk_order_create_params.rb
|
|
168
172
|
- lib/lithic/models/card_bulk_order_list_params.rb
|
|
@@ -267,6 +271,7 @@ files:
|
|
|
267
271
|
- lib/lithic/models/external_bank_account_retry_micro_deposits_params.rb
|
|
268
272
|
- lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb
|
|
269
273
|
- lib/lithic/models/external_bank_account_retry_prenote_params.rb
|
|
274
|
+
- lib/lithic/models/external_bank_account_set_verification_method_params.rb
|
|
270
275
|
- lib/lithic/models/external_bank_account_unpause_params.rb
|
|
271
276
|
- lib/lithic/models/external_bank_account_update_params.rb
|
|
272
277
|
- lib/lithic/models/external_bank_account_update_response.rb
|
|
@@ -597,11 +602,13 @@ files:
|
|
|
597
602
|
- rbi/lithic/models/auth_rules/auth_rule_condition.rbi
|
|
598
603
|
- rbi/lithic/models/auth_rules/auth_rule_version.rbi
|
|
599
604
|
- rbi/lithic/models/auth_rules/backtest_stats.rbi
|
|
605
|
+
- rbi/lithic/models/auth_rules/card_transaction_update_action.rbi
|
|
600
606
|
- rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi
|
|
601
607
|
- rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi
|
|
602
608
|
- rbi/lithic/models/auth_rules/conditional_attribute.rbi
|
|
603
609
|
- rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi
|
|
604
610
|
- rbi/lithic/models/auth_rules/conditional_block_parameters.rbi
|
|
611
|
+
- rbi/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbi
|
|
605
612
|
- rbi/lithic/models/auth_rules/conditional_operation.rbi
|
|
606
613
|
- rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi
|
|
607
614
|
- rbi/lithic/models/auth_rules/conditional_value.rbi
|
|
@@ -609,6 +616,7 @@ files:
|
|
|
609
616
|
- rbi/lithic/models/auth_rules/merchant_lock_parameters.rbi
|
|
610
617
|
- rbi/lithic/models/auth_rules/report_stats.rbi
|
|
611
618
|
- rbi/lithic/models/auth_rules/rule_feature.rbi
|
|
619
|
+
- rbi/lithic/models/auth_rules/spend_velocity_filters.rbi
|
|
612
620
|
- rbi/lithic/models/auth_rules/typescript_code_parameters.rbi
|
|
613
621
|
- rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi
|
|
614
622
|
- rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi
|
|
@@ -649,6 +657,7 @@ files:
|
|
|
649
657
|
- rbi/lithic/models/book_transfer_transaction_updated_webhook_event.rbi
|
|
650
658
|
- rbi/lithic/models/card.rbi
|
|
651
659
|
- rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi
|
|
660
|
+
- rbi/lithic/models/card_authorization_challenge_response_webhook_event.rbi
|
|
652
661
|
- rbi/lithic/models/card_bulk_order.rbi
|
|
653
662
|
- rbi/lithic/models/card_bulk_order_create_params.rbi
|
|
654
663
|
- rbi/lithic/models/card_bulk_order_list_params.rbi
|
|
@@ -753,6 +762,7 @@ files:
|
|
|
753
762
|
- rbi/lithic/models/external_bank_account_retry_micro_deposits_params.rbi
|
|
754
763
|
- rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi
|
|
755
764
|
- rbi/lithic/models/external_bank_account_retry_prenote_params.rbi
|
|
765
|
+
- rbi/lithic/models/external_bank_account_set_verification_method_params.rbi
|
|
756
766
|
- rbi/lithic/models/external_bank_account_unpause_params.rbi
|
|
757
767
|
- rbi/lithic/models/external_bank_account_update_params.rbi
|
|
758
768
|
- rbi/lithic/models/external_bank_account_update_response.rbi
|
|
@@ -1082,11 +1092,13 @@ files:
|
|
|
1082
1092
|
- sig/lithic/models/auth_rules/auth_rule_condition.rbs
|
|
1083
1093
|
- sig/lithic/models/auth_rules/auth_rule_version.rbs
|
|
1084
1094
|
- sig/lithic/models/auth_rules/backtest_stats.rbs
|
|
1095
|
+
- sig/lithic/models/auth_rules/card_transaction_update_action.rbs
|
|
1085
1096
|
- sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs
|
|
1086
1097
|
- sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs
|
|
1087
1098
|
- sig/lithic/models/auth_rules/conditional_attribute.rbs
|
|
1088
1099
|
- sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs
|
|
1089
1100
|
- sig/lithic/models/auth_rules/conditional_block_parameters.rbs
|
|
1101
|
+
- sig/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbs
|
|
1090
1102
|
- sig/lithic/models/auth_rules/conditional_operation.rbs
|
|
1091
1103
|
- sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs
|
|
1092
1104
|
- sig/lithic/models/auth_rules/conditional_value.rbs
|
|
@@ -1094,6 +1106,7 @@ files:
|
|
|
1094
1106
|
- sig/lithic/models/auth_rules/merchant_lock_parameters.rbs
|
|
1095
1107
|
- sig/lithic/models/auth_rules/report_stats.rbs
|
|
1096
1108
|
- sig/lithic/models/auth_rules/rule_feature.rbs
|
|
1109
|
+
- sig/lithic/models/auth_rules/spend_velocity_filters.rbs
|
|
1097
1110
|
- sig/lithic/models/auth_rules/typescript_code_parameters.rbs
|
|
1098
1111
|
- sig/lithic/models/auth_rules/v2/backtest_create_params.rbs
|
|
1099
1112
|
- sig/lithic/models/auth_rules/v2/backtest_create_response.rbs
|
|
@@ -1134,6 +1147,7 @@ files:
|
|
|
1134
1147
|
- sig/lithic/models/book_transfer_transaction_updated_webhook_event.rbs
|
|
1135
1148
|
- sig/lithic/models/card.rbs
|
|
1136
1149
|
- sig/lithic/models/card_authorization_approval_request_webhook_event.rbs
|
|
1150
|
+
- sig/lithic/models/card_authorization_challenge_response_webhook_event.rbs
|
|
1137
1151
|
- sig/lithic/models/card_bulk_order.rbs
|
|
1138
1152
|
- sig/lithic/models/card_bulk_order_create_params.rbs
|
|
1139
1153
|
- sig/lithic/models/card_bulk_order_list_params.rbs
|
|
@@ -1238,6 +1252,7 @@ files:
|
|
|
1238
1252
|
- sig/lithic/models/external_bank_account_retry_micro_deposits_params.rbs
|
|
1239
1253
|
- sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs
|
|
1240
1254
|
- sig/lithic/models/external_bank_account_retry_prenote_params.rbs
|
|
1255
|
+
- sig/lithic/models/external_bank_account_set_verification_method_params.rbs
|
|
1241
1256
|
- sig/lithic/models/external_bank_account_unpause_params.rbs
|
|
1242
1257
|
- sig/lithic/models/external_bank_account_update_params.rbs
|
|
1243
1258
|
- sig/lithic/models/external_bank_account_update_response.rbs
|