lithic 0.13.0 → 0.15.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 +35 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +4 -0
- data/lib/lithic/internal/transport/base_client.rb +2 -0
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +4 -4
- data/lib/lithic/models/account_retrieve_signals_params.rb +20 -0
- data/lib/lithic/models/auth_rules/auth_rule.rb +10 -6
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +2 -2
- data/lib/lithic/models/auth_rules/auth_rule_version.rb +5 -3
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +8 -6
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +4 -4
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +119 -44
- data/lib/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rb +533 -0
- data/lib/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rb +18 -14
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +6 -6
- data/lib/lithic/models/auth_rules/conditional_value.rb +3 -2
- data/lib/lithic/models/auth_rules/v2_create_params.rb +15 -9
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +5 -3
- data/lib/lithic/models/balance.rb +8 -6
- data/lib/lithic/models/card_authorization.rb +1266 -0
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +3 -1253
- data/lib/lithic/models/card_authorization_challenge_response_params.rb +40 -0
- data/lib/lithic/models/card_authorization_challenge_response_webhook_event.rb +1 -0
- data/lib/lithic/models/card_authorization_challenge_webhook_event.rb +67 -0
- data/lib/lithic/models/card_program.rb +2 -2
- data/lib/lithic/models/card_retrieve_signals_params.rb +20 -0
- data/lib/lithic/models/event.rb +13 -4
- data/lib/lithic/models/event_list_params.rb +7 -2
- data/lib/lithic/models/event_subscription.rb +7 -2
- data/lib/lithic/models/events/subscription_create_params.rb +7 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
- data/lib/lithic/models/events/subscription_update_params.rb +7 -2
- data/lib/lithic/models/external_bank_account.rb +1 -1
- data/lib/lithic/models/external_bank_account_pause_params.rb +20 -0
- data/lib/lithic/models/financial_accounts/statement.rb +4 -4
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +3 -2
- data/lib/lithic/models/financial_event.rb +1 -0
- data/lib/lithic/models/kyb_business_entity.rb +2 -2
- data/lib/lithic/models/parsed_webhook_event.rb +4 -1
- data/lib/lithic/models/settlement_detail.rb +14 -14
- data/lib/lithic/models/signals_response.rb +306 -0
- data/lib/lithic/models/statement_totals.rb +6 -6
- data/lib/lithic/models/tokenization_decline_reason.rb +1 -0
- data/lib/lithic/models/transaction.rb +2 -2
- data/lib/lithic/models/transfer_limits_response.rb +12 -12
- data/lib/lithic/models.rb +14 -0
- data/lib/lithic/resources/accounts.rb +27 -0
- data/lib/lithic/resources/auth_rules/v2.rb +1 -1
- data/lib/lithic/resources/card_authorizations.rb +45 -0
- data/lib/lithic/resources/cards.rb +25 -0
- data/lib/lithic/resources/external_bank_accounts.rb +19 -0
- data/lib/lithic/resources/webhooks.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +9 -0
- data/rbi/lithic/client.rbi +3 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +6 -12
- data/rbi/lithic/models/account_retrieve_signals_params.rbi +35 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +8 -4
- data/rbi/lithic/models/auth_rules/auth_rule_version.rbi +4 -2
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +9 -6
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +3 -3
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +214 -63
- data/rbi/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rbi +1147 -0
- data/rbi/lithic/models/auth_rules/conditional_card_transaction_update_action_parameters.rbi +24 -18
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +6 -6
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +1 -1
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +24 -12
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -4
- data/rbi/lithic/models/balance.rbi +12 -6
- data/rbi/lithic/models/card_authorization.rbi +2540 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +5 -2758
- data/rbi/lithic/models/card_authorization_challenge_response_params.rbi +93 -0
- data/rbi/lithic/models/card_authorization_challenge_response_webhook_event.rbi +5 -0
- data/rbi/lithic/models/card_authorization_challenge_webhook_event.rbi +119 -0
- data/rbi/lithic/models/card_program.rbi +3 -6
- data/rbi/lithic/models/card_retrieve_signals_params.rbi +35 -0
- data/rbi/lithic/models/event.rbi +23 -6
- data/rbi/lithic/models/event_list_params.rbi +11 -2
- data/rbi/lithic/models/event_subscription.rbi +11 -2
- data/rbi/lithic/models/events/subscription_create_params.rbi +11 -2
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -0
- data/rbi/lithic/models/events/subscription_update_params.rbi +11 -2
- data/rbi/lithic/models/external_bank_account_pause_params.rbi +41 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +6 -12
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +8 -6
- data/rbi/lithic/models/financial_event.rbi +2 -0
- data/rbi/lithic/models/kyb_business_entity.rbi +3 -6
- data/rbi/lithic/models/parsed_webhook_event.rbi +1 -0
- data/rbi/lithic/models/settlement_detail.rbi +15 -15
- data/rbi/lithic/models/signals_response.rbi +352 -0
- data/rbi/lithic/models/statement_totals.rbi +9 -18
- data/rbi/lithic/models/tokenization_decline_reason.rbi +2 -0
- data/rbi/lithic/models/transaction.rbi +3 -3
- data/rbi/lithic/models/transfer_limits_response.rbi +48 -48
- data/rbi/lithic/models.rbi +17 -0
- data/rbi/lithic/resources/accounts.rbi +21 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +2 -1
- data/rbi/lithic/resources/card_authorizations.rbi +35 -0
- data/rbi/lithic/resources/cards.rbi +19 -0
- data/rbi/lithic/resources/external_bank_accounts.rbi +10 -0
- data/rbi/lithic/resources/webhooks.rbi +4 -1
- data/sig/lithic/client.rbs +2 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +8 -12
- data/sig/lithic/models/account_retrieve_signals_params.rbs +23 -0
- 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/conditional_authorization_action_parameters.rbs +29 -3
- data/sig/lithic/models/auth_rules/conditional_authorization_adjustment_parameters.rbs +276 -0
- data/sig/lithic/models/auth_rules/conditional_value.rbs +1 -1
- 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/balance.rbs +17 -9
- data/sig/lithic/models/card_authorization.rbs +1038 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +7 -1013
- data/sig/lithic/models/card_authorization_challenge_response_params.rbs +42 -0
- data/sig/lithic/models/card_authorization_challenge_response_webhook_event.rbs +2 -1
- data/sig/lithic/models/card_authorization_challenge_webhook_event.rbs +53 -0
- data/sig/lithic/models/card_program.rbs +4 -6
- data/sig/lithic/models/card_retrieve_signals_params.rbs +23 -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_pause_params.rbs +24 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +8 -12
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +6 -6
- data/sig/lithic/models/financial_event.rbs +2 -0
- data/sig/lithic/models/kyb_business_entity.rbs +4 -6
- data/sig/lithic/models/parsed_webhook_event.rbs +1 -0
- data/sig/lithic/models/settlement_detail.rbs +18 -18
- data/sig/lithic/models/signals_response.rbs +170 -0
- data/sig/lithic/models/statement_totals.rbs +12 -18
- data/sig/lithic/models/tokenization_decline_reason.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +4 -8
- data/sig/lithic/models/transfer_limits_response.rbs +24 -36
- data/sig/lithic/models.rbs +14 -0
- data/sig/lithic/resources/accounts.rbs +5 -0
- data/sig/lithic/resources/card_authorizations.rbs +13 -0
- data/sig/lithic/resources/cards.rbs +5 -0
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -0
- data/sig/lithic/resources/webhooks.rbs +1 -0
- metadata +29 -2
|
@@ -1,1026 +1,20 @@
|
|
|
1
1
|
module Lithic
|
|
2
2
|
module Models
|
|
3
3
|
type card_authorization_approval_request_webhook_event =
|
|
4
|
-
{
|
|
5
|
-
token: String,
|
|
6
|
-
acquirer_fee: Integer,
|
|
7
|
-
amount: Integer,
|
|
8
|
-
amounts: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts,
|
|
9
|
-
authorization_amount: Integer,
|
|
10
|
-
avs: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Avs,
|
|
11
|
-
card: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Card,
|
|
12
|
-
cardholder_currency: String,
|
|
13
|
-
cash_amount: Integer,
|
|
14
|
-
created: Time,
|
|
15
|
-
event_type: :"card_authorization.approval_request",
|
|
16
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Merchant,
|
|
17
|
-
merchant_amount: Integer,
|
|
18
|
-
merchant_currency: String,
|
|
19
|
-
service_location: Lithic::CardAuthorizationApprovalRequestWebhookEvent::ServiceLocation?,
|
|
20
|
-
settled_amount: Integer,
|
|
21
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::status,
|
|
22
|
-
transaction_initiator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::transaction_initiator,
|
|
23
|
-
account_type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type,
|
|
24
|
-
cardholder_authentication: Lithic::CardholderAuthentication,
|
|
25
|
-
cashback: Integer,
|
|
26
|
-
conversion_rate: Float,
|
|
27
|
-
event_token: String,
|
|
28
|
-
fleet_info: Lithic::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo?,
|
|
29
|
-
latest_challenge: Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge,
|
|
30
|
-
network: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network,
|
|
31
|
-
network_risk_score: Integer?,
|
|
32
|
-
network_specific_data: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData?,
|
|
33
|
-
pos: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos,
|
|
34
|
-
token_info: Lithic::TokenInfo?,
|
|
35
|
-
ttl: Time
|
|
36
|
-
}
|
|
4
|
+
{ event_type: :"card_authorization.approval_request" }
|
|
37
5
|
|
|
38
|
-
class CardAuthorizationApprovalRequestWebhookEvent < Lithic::
|
|
39
|
-
|
|
6
|
+
class CardAuthorizationApprovalRequestWebhookEvent < Lithic::Models::CardAuthorization
|
|
7
|
+
def event_type: -> :"card_authorization.approval_request"
|
|
40
8
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
attr_accessor amounts: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts
|
|
46
|
-
|
|
47
|
-
attr_accessor authorization_amount: Integer
|
|
48
|
-
|
|
49
|
-
attr_accessor avs: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Avs
|
|
50
|
-
|
|
51
|
-
attr_accessor card: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Card
|
|
52
|
-
|
|
53
|
-
attr_accessor cardholder_currency: String
|
|
54
|
-
|
|
55
|
-
attr_accessor cash_amount: Integer
|
|
56
|
-
|
|
57
|
-
attr_accessor created: Time
|
|
58
|
-
|
|
59
|
-
attr_accessor event_type: :"card_authorization.approval_request"
|
|
60
|
-
|
|
61
|
-
attr_accessor merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Merchant
|
|
62
|
-
|
|
63
|
-
attr_accessor merchant_amount: Integer
|
|
64
|
-
|
|
65
|
-
attr_accessor merchant_currency: String
|
|
66
|
-
|
|
67
|
-
attr_accessor service_location: Lithic::CardAuthorizationApprovalRequestWebhookEvent::ServiceLocation?
|
|
68
|
-
|
|
69
|
-
attr_accessor settled_amount: Integer
|
|
70
|
-
|
|
71
|
-
attr_accessor status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::status
|
|
72
|
-
|
|
73
|
-
attr_accessor transaction_initiator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::transaction_initiator
|
|
74
|
-
|
|
75
|
-
attr_reader account_type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type?
|
|
76
|
-
|
|
77
|
-
def account_type=: (
|
|
78
|
-
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type
|
|
79
|
-
) -> Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type
|
|
80
|
-
|
|
81
|
-
attr_reader cardholder_authentication: Lithic::CardholderAuthentication?
|
|
82
|
-
|
|
83
|
-
def cardholder_authentication=: (
|
|
84
|
-
Lithic::CardholderAuthentication
|
|
85
|
-
) -> Lithic::CardholderAuthentication
|
|
86
|
-
|
|
87
|
-
attr_reader cashback: Integer?
|
|
88
|
-
|
|
89
|
-
def cashback=: (Integer) -> Integer
|
|
90
|
-
|
|
91
|
-
attr_reader conversion_rate: Float?
|
|
92
|
-
|
|
93
|
-
def conversion_rate=: (Float) -> Float
|
|
94
|
-
|
|
95
|
-
attr_reader event_token: String?
|
|
96
|
-
|
|
97
|
-
def event_token=: (String) -> String
|
|
98
|
-
|
|
99
|
-
attr_accessor fleet_info: Lithic::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo?
|
|
100
|
-
|
|
101
|
-
attr_reader latest_challenge: Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge?
|
|
102
|
-
|
|
103
|
-
def latest_challenge=: (
|
|
104
|
-
Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge
|
|
105
|
-
) -> Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge
|
|
106
|
-
|
|
107
|
-
attr_reader network: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network?
|
|
108
|
-
|
|
109
|
-
def network=: (
|
|
110
|
-
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network
|
|
111
|
-
) -> Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network
|
|
112
|
-
|
|
113
|
-
attr_accessor network_risk_score: Integer?
|
|
114
|
-
|
|
115
|
-
attr_accessor network_specific_data: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData?
|
|
116
|
-
|
|
117
|
-
attr_reader pos: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos?
|
|
118
|
-
|
|
119
|
-
def pos=: (
|
|
120
|
-
Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos
|
|
121
|
-
) -> Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos
|
|
122
|
-
|
|
123
|
-
attr_accessor token_info: Lithic::TokenInfo?
|
|
124
|
-
|
|
125
|
-
attr_reader ttl: Time?
|
|
126
|
-
|
|
127
|
-
def ttl=: (Time) -> Time
|
|
9
|
+
def event_type=: (
|
|
10
|
+
:"card_authorization.approval_request" _
|
|
11
|
+
) -> :"card_authorization.approval_request"
|
|
128
12
|
|
|
129
13
|
def initialize: (
|
|
130
|
-
token: String,
|
|
131
|
-
acquirer_fee: Integer,
|
|
132
|
-
amount: Integer,
|
|
133
|
-
amounts: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts,
|
|
134
|
-
authorization_amount: Integer,
|
|
135
|
-
avs: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Avs,
|
|
136
|
-
card: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Card,
|
|
137
|
-
cardholder_currency: String,
|
|
138
|
-
cash_amount: Integer,
|
|
139
|
-
created: Time,
|
|
140
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Merchant,
|
|
141
|
-
merchant_amount: Integer,
|
|
142
|
-
merchant_currency: String,
|
|
143
|
-
service_location: Lithic::CardAuthorizationApprovalRequestWebhookEvent::ServiceLocation?,
|
|
144
|
-
settled_amount: Integer,
|
|
145
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::status,
|
|
146
|
-
transaction_initiator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::transaction_initiator,
|
|
147
|
-
?account_type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type,
|
|
148
|
-
?cardholder_authentication: Lithic::CardholderAuthentication,
|
|
149
|
-
?cashback: Integer,
|
|
150
|
-
?conversion_rate: Float,
|
|
151
|
-
?event_token: String,
|
|
152
|
-
?fleet_info: Lithic::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo?,
|
|
153
|
-
?latest_challenge: Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge,
|
|
154
|
-
?network: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network,
|
|
155
|
-
?network_risk_score: Integer?,
|
|
156
|
-
?network_specific_data: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData?,
|
|
157
|
-
?pos: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos,
|
|
158
|
-
?token_info: Lithic::TokenInfo?,
|
|
159
|
-
?ttl: Time,
|
|
160
14
|
?event_type: :"card_authorization.approval_request"
|
|
161
15
|
) -> void
|
|
162
16
|
|
|
163
|
-
def to_hash: -> {
|
|
164
|
-
token: String,
|
|
165
|
-
acquirer_fee: Integer,
|
|
166
|
-
amount: Integer,
|
|
167
|
-
amounts: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts,
|
|
168
|
-
authorization_amount: Integer,
|
|
169
|
-
avs: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Avs,
|
|
170
|
-
card: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Card,
|
|
171
|
-
cardholder_currency: String,
|
|
172
|
-
cash_amount: Integer,
|
|
173
|
-
created: Time,
|
|
174
|
-
event_type: :"card_authorization.approval_request",
|
|
175
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Merchant,
|
|
176
|
-
merchant_amount: Integer,
|
|
177
|
-
merchant_currency: String,
|
|
178
|
-
service_location: Lithic::CardAuthorizationApprovalRequestWebhookEvent::ServiceLocation?,
|
|
179
|
-
settled_amount: Integer,
|
|
180
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::status,
|
|
181
|
-
transaction_initiator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::transaction_initiator,
|
|
182
|
-
account_type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type,
|
|
183
|
-
cardholder_authentication: Lithic::CardholderAuthentication,
|
|
184
|
-
cashback: Integer,
|
|
185
|
-
conversion_rate: Float,
|
|
186
|
-
event_token: String,
|
|
187
|
-
fleet_info: Lithic::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo?,
|
|
188
|
-
latest_challenge: Lithic::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge,
|
|
189
|
-
network: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network,
|
|
190
|
-
network_risk_score: Integer?,
|
|
191
|
-
network_specific_data: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData?,
|
|
192
|
-
pos: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos,
|
|
193
|
-
token_info: Lithic::TokenInfo?,
|
|
194
|
-
ttl: Time
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
type amounts =
|
|
198
|
-
{
|
|
199
|
-
cardholder: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder,
|
|
200
|
-
hold: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?,
|
|
201
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant,
|
|
202
|
-
settlement: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
class Amounts < Lithic::Internal::Type::BaseModel
|
|
206
|
-
attr_accessor cardholder: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder
|
|
207
|
-
|
|
208
|
-
attr_accessor hold: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?
|
|
209
|
-
|
|
210
|
-
attr_accessor merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant
|
|
211
|
-
|
|
212
|
-
attr_accessor settlement: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
|
|
213
|
-
|
|
214
|
-
def initialize: (
|
|
215
|
-
cardholder: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder,
|
|
216
|
-
hold: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?,
|
|
217
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant,
|
|
218
|
-
settlement: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
|
|
219
|
-
) -> void
|
|
220
|
-
|
|
221
|
-
def to_hash: -> {
|
|
222
|
-
cardholder: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Cardholder,
|
|
223
|
-
hold: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Hold?,
|
|
224
|
-
merchant: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Merchant,
|
|
225
|
-
settlement: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Amounts::Settlement?
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
type cardholder =
|
|
229
|
-
{ amount: Integer, conversion_rate: String, currency: String }
|
|
230
|
-
|
|
231
|
-
class Cardholder < Lithic::Internal::Type::BaseModel
|
|
232
|
-
attr_accessor amount: Integer
|
|
233
|
-
|
|
234
|
-
attr_accessor conversion_rate: String
|
|
235
|
-
|
|
236
|
-
attr_accessor currency: String
|
|
237
|
-
|
|
238
|
-
def initialize: (
|
|
239
|
-
amount: Integer,
|
|
240
|
-
conversion_rate: String,
|
|
241
|
-
currency: String
|
|
242
|
-
) -> void
|
|
243
|
-
|
|
244
|
-
def to_hash: -> {
|
|
245
|
-
amount: Integer,
|
|
246
|
-
conversion_rate: String,
|
|
247
|
-
currency: String
|
|
248
|
-
}
|
|
249
|
-
end
|
|
250
|
-
|
|
251
|
-
type hold = { amount: Integer, currency: String }
|
|
252
|
-
|
|
253
|
-
class Hold < Lithic::Internal::Type::BaseModel
|
|
254
|
-
attr_accessor amount: Integer
|
|
255
|
-
|
|
256
|
-
attr_accessor currency: String
|
|
257
|
-
|
|
258
|
-
def initialize: (amount: Integer, currency: String) -> void
|
|
259
|
-
|
|
260
|
-
def to_hash: -> { amount: Integer, currency: String }
|
|
261
|
-
end
|
|
262
|
-
|
|
263
|
-
type merchant = { amount: Integer, currency: String }
|
|
264
|
-
|
|
265
|
-
class Merchant < Lithic::Internal::Type::BaseModel
|
|
266
|
-
attr_accessor amount: Integer
|
|
267
|
-
|
|
268
|
-
attr_accessor currency: String
|
|
269
|
-
|
|
270
|
-
def initialize: (amount: Integer, currency: String) -> void
|
|
271
|
-
|
|
272
|
-
def to_hash: -> { amount: Integer, currency: String }
|
|
273
|
-
end
|
|
274
|
-
|
|
275
|
-
type settlement = { amount: Integer, currency: String }
|
|
276
|
-
|
|
277
|
-
class Settlement < Lithic::Internal::Type::BaseModel
|
|
278
|
-
attr_accessor amount: Integer
|
|
279
|
-
|
|
280
|
-
attr_accessor currency: String
|
|
281
|
-
|
|
282
|
-
def initialize: (amount: Integer, currency: String) -> void
|
|
283
|
-
|
|
284
|
-
def to_hash: -> { amount: Integer, currency: String }
|
|
285
|
-
end
|
|
286
|
-
end
|
|
287
|
-
|
|
288
|
-
type avs =
|
|
289
|
-
{
|
|
290
|
-
address: String,
|
|
291
|
-
address_on_file_match: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Avs::address_on_file_match,
|
|
292
|
-
zipcode: String
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
class Avs < Lithic::Internal::Type::BaseModel
|
|
296
|
-
attr_accessor address: String
|
|
297
|
-
|
|
298
|
-
attr_accessor address_on_file_match: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Avs::address_on_file_match
|
|
299
|
-
|
|
300
|
-
attr_accessor zipcode: String
|
|
301
|
-
|
|
302
|
-
def initialize: (
|
|
303
|
-
address: String,
|
|
304
|
-
address_on_file_match: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Avs::address_on_file_match,
|
|
305
|
-
zipcode: String
|
|
306
|
-
) -> void
|
|
307
|
-
|
|
308
|
-
def to_hash: -> {
|
|
309
|
-
address: String,
|
|
310
|
-
address_on_file_match: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Avs::address_on_file_match,
|
|
311
|
-
zipcode: String
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
type address_on_file_match =
|
|
315
|
-
:MATCH
|
|
316
|
-
| :MATCH_ADDRESS_ONLY
|
|
317
|
-
| :MATCH_ZIP_ONLY
|
|
318
|
-
| :MISMATCH
|
|
319
|
-
| :NOT_PRESENT
|
|
320
|
-
|
|
321
|
-
module AddressOnFileMatch
|
|
322
|
-
extend Lithic::Internal::Type::Enum
|
|
323
|
-
|
|
324
|
-
MATCH: :MATCH
|
|
325
|
-
MATCH_ADDRESS_ONLY: :MATCH_ADDRESS_ONLY
|
|
326
|
-
MATCH_ZIP_ONLY: :MATCH_ZIP_ONLY
|
|
327
|
-
MISMATCH: :MISMATCH
|
|
328
|
-
NOT_PRESENT: :NOT_PRESENT
|
|
329
|
-
|
|
330
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Avs::address_on_file_match]
|
|
331
|
-
end
|
|
332
|
-
end
|
|
333
|
-
|
|
334
|
-
type card =
|
|
335
|
-
{
|
|
336
|
-
token: String,
|
|
337
|
-
last_four: String,
|
|
338
|
-
memo: String,
|
|
339
|
-
spend_limit: Integer,
|
|
340
|
-
spend_limit_duration: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::spend_limit_duration,
|
|
341
|
-
state: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::state,
|
|
342
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::type_
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
class Card < Lithic::Internal::Type::BaseModel
|
|
346
|
-
attr_accessor token: String
|
|
347
|
-
|
|
348
|
-
attr_accessor last_four: String
|
|
349
|
-
|
|
350
|
-
attr_accessor memo: String
|
|
351
|
-
|
|
352
|
-
attr_accessor spend_limit: Integer
|
|
353
|
-
|
|
354
|
-
attr_accessor spend_limit_duration: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::spend_limit_duration
|
|
355
|
-
|
|
356
|
-
attr_accessor state: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::state
|
|
357
|
-
|
|
358
|
-
attr_accessor type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::type_
|
|
359
|
-
|
|
360
|
-
def initialize: (
|
|
361
|
-
token: String,
|
|
362
|
-
last_four: String,
|
|
363
|
-
memo: String,
|
|
364
|
-
spend_limit: Integer,
|
|
365
|
-
spend_limit_duration: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::spend_limit_duration,
|
|
366
|
-
state: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::state,
|
|
367
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::type_
|
|
368
|
-
) -> void
|
|
369
|
-
|
|
370
|
-
def to_hash: -> {
|
|
371
|
-
token: String,
|
|
372
|
-
last_four: String,
|
|
373
|
-
memo: String,
|
|
374
|
-
spend_limit: Integer,
|
|
375
|
-
spend_limit_duration: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::spend_limit_duration,
|
|
376
|
-
state: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::state,
|
|
377
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::type_
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
type spend_limit_duration =
|
|
381
|
-
:ANNUALLY | :FOREVER | :MONTHLY | :TRANSACTION
|
|
382
|
-
|
|
383
|
-
module SpendLimitDuration
|
|
384
|
-
extend Lithic::Internal::Type::Enum
|
|
385
|
-
|
|
386
|
-
ANNUALLY: :ANNUALLY
|
|
387
|
-
FOREVER: :FOREVER
|
|
388
|
-
MONTHLY: :MONTHLY
|
|
389
|
-
TRANSACTION: :TRANSACTION
|
|
390
|
-
|
|
391
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::spend_limit_duration]
|
|
392
|
-
end
|
|
393
|
-
|
|
394
|
-
type state =
|
|
395
|
-
:CLOSED | :OPEN | :PAUSED | :PENDING_ACTIVATION | :PENDING_FULFILLMENT
|
|
396
|
-
|
|
397
|
-
module State
|
|
398
|
-
extend Lithic::Internal::Type::Enum
|
|
399
|
-
|
|
400
|
-
CLOSED: :CLOSED
|
|
401
|
-
OPEN: :OPEN
|
|
402
|
-
PAUSED: :PAUSED
|
|
403
|
-
PENDING_ACTIVATION: :PENDING_ACTIVATION
|
|
404
|
-
PENDING_FULFILLMENT: :PENDING_FULFILLMENT
|
|
405
|
-
|
|
406
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::state]
|
|
407
|
-
end
|
|
408
|
-
|
|
409
|
-
type type_ =
|
|
410
|
-
:SINGLE_USE
|
|
411
|
-
| :MERCHANT_LOCKED
|
|
412
|
-
| :UNLOCKED
|
|
413
|
-
| :PHYSICAL
|
|
414
|
-
| :DIGITAL_WALLET
|
|
415
|
-
| :VIRTUAL
|
|
416
|
-
|
|
417
|
-
module Type
|
|
418
|
-
extend Lithic::Internal::Type::Enum
|
|
419
|
-
|
|
420
|
-
SINGLE_USE: :SINGLE_USE
|
|
421
|
-
MERCHANT_LOCKED: :MERCHANT_LOCKED
|
|
422
|
-
UNLOCKED: :UNLOCKED
|
|
423
|
-
PHYSICAL: :PHYSICAL
|
|
424
|
-
DIGITAL_WALLET: :DIGITAL_WALLET
|
|
425
|
-
VIRTUAL: :VIRTUAL
|
|
426
|
-
|
|
427
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Card::type_]
|
|
428
|
-
end
|
|
429
|
-
end
|
|
430
|
-
|
|
431
|
-
type merchant =
|
|
432
|
-
{ phone_number: String?, postal_code: String?, street_address: String? }
|
|
433
|
-
|
|
434
|
-
class Merchant < Lithic::Models::Merchant
|
|
435
|
-
def phone_number: -> String?
|
|
436
|
-
|
|
437
|
-
def phone_number=: (String? _) -> String?
|
|
438
|
-
|
|
439
|
-
def postal_code: -> String?
|
|
440
|
-
|
|
441
|
-
def postal_code=: (String? _) -> String?
|
|
442
|
-
|
|
443
|
-
def street_address: -> String?
|
|
444
|
-
|
|
445
|
-
def street_address=: (String? _) -> String?
|
|
446
|
-
|
|
447
|
-
def initialize: (
|
|
448
|
-
phone_number: String?,
|
|
449
|
-
postal_code: String?,
|
|
450
|
-
street_address: String?
|
|
451
|
-
) -> void
|
|
452
|
-
|
|
453
|
-
def to_hash: -> {
|
|
454
|
-
phone_number: String?,
|
|
455
|
-
postal_code: String?,
|
|
456
|
-
street_address: String?
|
|
457
|
-
}
|
|
458
|
-
end
|
|
459
|
-
|
|
460
|
-
type service_location =
|
|
461
|
-
{
|
|
462
|
-
city: String?,
|
|
463
|
-
country: String?,
|
|
464
|
-
postal_code: String?,
|
|
465
|
-
state: String?,
|
|
466
|
-
street_address: String?
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
class ServiceLocation < Lithic::Internal::Type::BaseModel
|
|
470
|
-
attr_accessor city: String?
|
|
471
|
-
|
|
472
|
-
attr_accessor country: String?
|
|
473
|
-
|
|
474
|
-
attr_accessor postal_code: String?
|
|
475
|
-
|
|
476
|
-
attr_accessor state: String?
|
|
477
|
-
|
|
478
|
-
attr_accessor street_address: String?
|
|
479
|
-
|
|
480
|
-
def initialize: (
|
|
481
|
-
city: String?,
|
|
482
|
-
country: String?,
|
|
483
|
-
postal_code: String?,
|
|
484
|
-
state: String?,
|
|
485
|
-
street_address: String?
|
|
486
|
-
) -> void
|
|
487
|
-
|
|
488
|
-
def to_hash: -> {
|
|
489
|
-
city: String?,
|
|
490
|
-
country: String?,
|
|
491
|
-
postal_code: String?,
|
|
492
|
-
state: String?,
|
|
493
|
-
street_address: String?
|
|
494
|
-
}
|
|
495
|
-
end
|
|
496
|
-
|
|
497
|
-
type status =
|
|
498
|
-
:AUTHORIZATION
|
|
499
|
-
| :CREDIT_AUTHORIZATION
|
|
500
|
-
| :FINANCIAL_AUTHORIZATION
|
|
501
|
-
| :FINANCIAL_CREDIT_AUTHORIZATION
|
|
502
|
-
| :BALANCE_INQUIRY
|
|
503
|
-
|
|
504
|
-
module Status
|
|
505
|
-
extend Lithic::Internal::Type::Enum
|
|
506
|
-
|
|
507
|
-
AUTHORIZATION: :AUTHORIZATION
|
|
508
|
-
CREDIT_AUTHORIZATION: :CREDIT_AUTHORIZATION
|
|
509
|
-
FINANCIAL_AUTHORIZATION: :FINANCIAL_AUTHORIZATION
|
|
510
|
-
FINANCIAL_CREDIT_AUTHORIZATION: :FINANCIAL_CREDIT_AUTHORIZATION
|
|
511
|
-
BALANCE_INQUIRY: :BALANCE_INQUIRY
|
|
512
|
-
|
|
513
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::status]
|
|
514
|
-
end
|
|
515
|
-
|
|
516
|
-
type transaction_initiator = :CARDHOLDER | :MERCHANT | :UNKNOWN
|
|
517
|
-
|
|
518
|
-
module TransactionInitiator
|
|
519
|
-
extend Lithic::Internal::Type::Enum
|
|
520
|
-
|
|
521
|
-
CARDHOLDER: :CARDHOLDER
|
|
522
|
-
MERCHANT: :MERCHANT
|
|
523
|
-
UNKNOWN: :UNKNOWN
|
|
524
|
-
|
|
525
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::transaction_initiator]
|
|
526
|
-
end
|
|
527
|
-
|
|
528
|
-
type account_type = :CHECKING | :SAVINGS
|
|
529
|
-
|
|
530
|
-
module AccountType
|
|
531
|
-
extend Lithic::Internal::Type::Enum
|
|
532
|
-
|
|
533
|
-
CHECKING: :CHECKING
|
|
534
|
-
SAVINGS: :SAVINGS
|
|
535
|
-
|
|
536
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::account_type]
|
|
537
|
-
end
|
|
538
|
-
|
|
539
|
-
type fleet_info =
|
|
540
|
-
{
|
|
541
|
-
fleet_prompt_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_prompt_code,
|
|
542
|
-
fleet_restriction_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_restriction_code,
|
|
543
|
-
driver_number: String?,
|
|
544
|
-
vehicle_number: String?
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
class FleetInfo < Lithic::Internal::Type::BaseModel
|
|
548
|
-
attr_accessor fleet_prompt_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_prompt_code
|
|
549
|
-
|
|
550
|
-
attr_accessor fleet_restriction_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_restriction_code
|
|
551
|
-
|
|
552
|
-
attr_accessor driver_number: String?
|
|
553
|
-
|
|
554
|
-
attr_accessor vehicle_number: String?
|
|
555
|
-
|
|
556
|
-
def initialize: (
|
|
557
|
-
fleet_prompt_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_prompt_code,
|
|
558
|
-
fleet_restriction_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_restriction_code,
|
|
559
|
-
?driver_number: String?,
|
|
560
|
-
?vehicle_number: String?
|
|
561
|
-
) -> void
|
|
562
|
-
|
|
563
|
-
def to_hash: -> {
|
|
564
|
-
fleet_prompt_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_prompt_code,
|
|
565
|
-
fleet_restriction_code: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_restriction_code,
|
|
566
|
-
driver_number: String?,
|
|
567
|
-
vehicle_number: String?
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
type fleet_prompt_code = :NO_PROMPT | :VEHICLE_NUMBER | :DRIVER_NUMBER
|
|
571
|
-
|
|
572
|
-
module FleetPromptCode
|
|
573
|
-
extend Lithic::Internal::Type::Enum
|
|
574
|
-
|
|
575
|
-
NO_PROMPT: :NO_PROMPT
|
|
576
|
-
VEHICLE_NUMBER: :VEHICLE_NUMBER
|
|
577
|
-
DRIVER_NUMBER: :DRIVER_NUMBER
|
|
578
|
-
|
|
579
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_prompt_code]
|
|
580
|
-
end
|
|
581
|
-
|
|
582
|
-
type fleet_restriction_code = :NO_RESTRICTIONS | :FUEL_ONLY
|
|
583
|
-
|
|
584
|
-
module FleetRestrictionCode
|
|
585
|
-
extend Lithic::Internal::Type::Enum
|
|
586
|
-
|
|
587
|
-
NO_RESTRICTIONS: :NO_RESTRICTIONS
|
|
588
|
-
FUEL_ONLY: :FUEL_ONLY
|
|
589
|
-
|
|
590
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::FleetInfo::fleet_restriction_code]
|
|
591
|
-
end
|
|
592
|
-
end
|
|
593
|
-
|
|
594
|
-
type latest_challenge =
|
|
595
|
-
{
|
|
596
|
-
phone_number: String,
|
|
597
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge::status,
|
|
598
|
-
completed_at: Time
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
class LatestChallenge < Lithic::Internal::Type::BaseModel
|
|
602
|
-
attr_accessor phone_number: String
|
|
603
|
-
|
|
604
|
-
attr_accessor status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge::status
|
|
605
|
-
|
|
606
|
-
attr_reader completed_at: Time?
|
|
607
|
-
|
|
608
|
-
def completed_at=: (Time) -> Time
|
|
609
|
-
|
|
610
|
-
def initialize: (
|
|
611
|
-
phone_number: String,
|
|
612
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge::status,
|
|
613
|
-
?completed_at: Time
|
|
614
|
-
) -> void
|
|
615
|
-
|
|
616
|
-
def to_hash: -> {
|
|
617
|
-
phone_number: String,
|
|
618
|
-
status: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge::status,
|
|
619
|
-
completed_at: Time
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
type status = :COMPLETED | :PENDING | :EXPIRED | :ERROR
|
|
623
|
-
|
|
624
|
-
module Status
|
|
625
|
-
extend Lithic::Internal::Type::Enum
|
|
626
|
-
|
|
627
|
-
COMPLETED: :COMPLETED
|
|
628
|
-
PENDING: :PENDING
|
|
629
|
-
EXPIRED: :EXPIRED
|
|
630
|
-
ERROR: :ERROR
|
|
631
|
-
|
|
632
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::LatestChallenge::status]
|
|
633
|
-
end
|
|
634
|
-
end
|
|
635
|
-
|
|
636
|
-
type network =
|
|
637
|
-
:AMEX | :INTERLINK | :MAESTRO | :MASTERCARD | :UNKNOWN | :VISA
|
|
638
|
-
|
|
639
|
-
module Network
|
|
640
|
-
extend Lithic::Internal::Type::Enum
|
|
641
|
-
|
|
642
|
-
AMEX: :AMEX
|
|
643
|
-
INTERLINK: :INTERLINK
|
|
644
|
-
MAESTRO: :MAESTRO
|
|
645
|
-
MASTERCARD: :MASTERCARD
|
|
646
|
-
UNKNOWN: :UNKNOWN
|
|
647
|
-
VISA: :VISA
|
|
648
|
-
|
|
649
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::network]
|
|
650
|
-
end
|
|
651
|
-
|
|
652
|
-
type network_specific_data =
|
|
653
|
-
{
|
|
654
|
-
mastercard: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard?,
|
|
655
|
-
visa: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Visa?
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
class NetworkSpecificData < Lithic::Internal::Type::BaseModel
|
|
659
|
-
attr_accessor mastercard: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard?
|
|
660
|
-
|
|
661
|
-
attr_accessor visa: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Visa?
|
|
662
|
-
|
|
663
|
-
def initialize: (
|
|
664
|
-
?mastercard: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard?,
|
|
665
|
-
?visa: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Visa?
|
|
666
|
-
) -> void
|
|
667
|
-
|
|
668
|
-
def to_hash: -> {
|
|
669
|
-
mastercard: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard?,
|
|
670
|
-
visa: Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Visa?
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
type mastercard =
|
|
674
|
-
{
|
|
675
|
-
ecommerce_security_level_indicator: String?,
|
|
676
|
-
on_behalf_service_result: ::Array[Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard::OnBehalfServiceResult]?,
|
|
677
|
-
transaction_type_identifier: String?
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
class Mastercard < Lithic::Internal::Type::BaseModel
|
|
681
|
-
attr_accessor ecommerce_security_level_indicator: String?
|
|
682
|
-
|
|
683
|
-
attr_accessor on_behalf_service_result: ::Array[Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard::OnBehalfServiceResult]?
|
|
684
|
-
|
|
685
|
-
attr_accessor transaction_type_identifier: String?
|
|
686
|
-
|
|
687
|
-
def initialize: (
|
|
688
|
-
?ecommerce_security_level_indicator: String?,
|
|
689
|
-
?on_behalf_service_result: ::Array[Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard::OnBehalfServiceResult]?,
|
|
690
|
-
?transaction_type_identifier: String?
|
|
691
|
-
) -> void
|
|
692
|
-
|
|
693
|
-
def to_hash: -> {
|
|
694
|
-
ecommerce_security_level_indicator: String?,
|
|
695
|
-
on_behalf_service_result: ::Array[Lithic::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard::OnBehalfServiceResult]?,
|
|
696
|
-
transaction_type_identifier: String?
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
type on_behalf_service_result =
|
|
700
|
-
{ :result_1 => String, :result_2 => String, service: String }
|
|
701
|
-
|
|
702
|
-
class OnBehalfServiceResult < Lithic::Internal::Type::BaseModel
|
|
703
|
-
attr_accessor result_1: String
|
|
704
|
-
|
|
705
|
-
attr_accessor result_2: String
|
|
706
|
-
|
|
707
|
-
attr_accessor service: String
|
|
708
|
-
|
|
709
|
-
def initialize: (
|
|
710
|
-
result_1: String,
|
|
711
|
-
result_2: String,
|
|
712
|
-
service: String
|
|
713
|
-
) -> void
|
|
714
|
-
|
|
715
|
-
def to_hash: -> {
|
|
716
|
-
:result_1 => String,
|
|
717
|
-
:result_2 => String,
|
|
718
|
-
service: String
|
|
719
|
-
}
|
|
720
|
-
end
|
|
721
|
-
end
|
|
722
|
-
|
|
723
|
-
type visa = { business_application_identifier: String? }
|
|
724
|
-
|
|
725
|
-
class Visa < Lithic::Internal::Type::BaseModel
|
|
726
|
-
attr_accessor business_application_identifier: String?
|
|
727
|
-
|
|
728
|
-
def initialize: (?business_application_identifier: String?) -> void
|
|
729
|
-
|
|
730
|
-
def to_hash: -> { business_application_identifier: String? }
|
|
731
|
-
end
|
|
732
|
-
end
|
|
733
|
-
|
|
734
|
-
type pos =
|
|
735
|
-
{
|
|
736
|
-
entry_mode: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode,
|
|
737
|
-
terminal: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
class Pos < Lithic::Internal::Type::BaseModel
|
|
741
|
-
attr_reader entry_mode: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode?
|
|
742
|
-
|
|
743
|
-
def entry_mode=: (
|
|
744
|
-
Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode
|
|
745
|
-
) -> Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode
|
|
746
|
-
|
|
747
|
-
attr_reader terminal: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal?
|
|
748
|
-
|
|
749
|
-
def terminal=: (
|
|
750
|
-
Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal
|
|
751
|
-
) -> Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal
|
|
752
|
-
|
|
753
|
-
def initialize: (
|
|
754
|
-
?entry_mode: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode,
|
|
755
|
-
?terminal: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal
|
|
756
|
-
) -> void
|
|
757
|
-
|
|
758
|
-
def to_hash: -> {
|
|
759
|
-
entry_mode: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode,
|
|
760
|
-
terminal: Lithic::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
type entry_mode =
|
|
764
|
-
{
|
|
765
|
-
card: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card,
|
|
766
|
-
cardholder: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder,
|
|
767
|
-
pan: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan,
|
|
768
|
-
pin_entered: bool
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
class EntryMode < Lithic::Internal::Type::BaseModel
|
|
772
|
-
attr_reader card: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card?
|
|
773
|
-
|
|
774
|
-
def card=: (
|
|
775
|
-
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card
|
|
776
|
-
) -> Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card
|
|
777
|
-
|
|
778
|
-
attr_reader cardholder: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder?
|
|
779
|
-
|
|
780
|
-
def cardholder=: (
|
|
781
|
-
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder
|
|
782
|
-
) -> Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder
|
|
783
|
-
|
|
784
|
-
attr_reader pan: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan?
|
|
785
|
-
|
|
786
|
-
def pan=: (
|
|
787
|
-
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan
|
|
788
|
-
) -> Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan
|
|
789
|
-
|
|
790
|
-
attr_reader pin_entered: bool?
|
|
791
|
-
|
|
792
|
-
def pin_entered=: (bool) -> bool
|
|
793
|
-
|
|
794
|
-
def initialize: (
|
|
795
|
-
?card: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card,
|
|
796
|
-
?cardholder: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder,
|
|
797
|
-
?pan: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan,
|
|
798
|
-
?pin_entered: bool
|
|
799
|
-
) -> void
|
|
800
|
-
|
|
801
|
-
def to_hash: -> {
|
|
802
|
-
card: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card,
|
|
803
|
-
cardholder: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder,
|
|
804
|
-
pan: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan,
|
|
805
|
-
pin_entered: bool
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
type card = :PRESENT | :NOT_PRESENT | :UNKNOWN
|
|
809
|
-
|
|
810
|
-
module Card
|
|
811
|
-
extend Lithic::Internal::Type::Enum
|
|
812
|
-
|
|
813
|
-
PRESENT: :PRESENT
|
|
814
|
-
NOT_PRESENT: :NOT_PRESENT
|
|
815
|
-
UNKNOWN: :UNKNOWN
|
|
816
|
-
|
|
817
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::card]
|
|
818
|
-
end
|
|
819
|
-
|
|
820
|
-
type cardholder =
|
|
821
|
-
:DEFERRED_BILLING
|
|
822
|
-
| :ELECTRONIC_ORDER
|
|
823
|
-
| :INSTALLMENT
|
|
824
|
-
| :MAIL_ORDER
|
|
825
|
-
| :NOT_PRESENT
|
|
826
|
-
| :PRESENT
|
|
827
|
-
| :REOCCURRING
|
|
828
|
-
| :TELEPHONE_ORDER
|
|
829
|
-
| :UNKNOWN
|
|
830
|
-
|
|
831
|
-
module Cardholder
|
|
832
|
-
extend Lithic::Internal::Type::Enum
|
|
833
|
-
|
|
834
|
-
DEFERRED_BILLING: :DEFERRED_BILLING
|
|
835
|
-
ELECTRONIC_ORDER: :ELECTRONIC_ORDER
|
|
836
|
-
INSTALLMENT: :INSTALLMENT
|
|
837
|
-
MAIL_ORDER: :MAIL_ORDER
|
|
838
|
-
NOT_PRESENT: :NOT_PRESENT
|
|
839
|
-
PRESENT: :PRESENT
|
|
840
|
-
REOCCURRING: :REOCCURRING
|
|
841
|
-
TELEPHONE_ORDER: :TELEPHONE_ORDER
|
|
842
|
-
UNKNOWN: :UNKNOWN
|
|
843
|
-
|
|
844
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::cardholder]
|
|
845
|
-
end
|
|
846
|
-
|
|
847
|
-
type pan =
|
|
848
|
-
:AUTO_ENTRY
|
|
849
|
-
| :BAR_CODE
|
|
850
|
-
| :CONTACTLESS
|
|
851
|
-
| :ECOMMERCE
|
|
852
|
-
| :ERROR_KEYED
|
|
853
|
-
| :ERROR_MAGNETIC_STRIPE
|
|
854
|
-
| :ICC
|
|
855
|
-
| :KEY_ENTERED
|
|
856
|
-
| :MAGNETIC_STRIPE
|
|
857
|
-
| :MANUAL
|
|
858
|
-
| :OCR
|
|
859
|
-
| :SECURE_CARDLESS
|
|
860
|
-
| :UNSPECIFIED
|
|
861
|
-
| :UNKNOWN
|
|
862
|
-
| :CREDENTIAL_ON_FILE
|
|
863
|
-
|
|
864
|
-
module Pan
|
|
865
|
-
extend Lithic::Internal::Type::Enum
|
|
866
|
-
|
|
867
|
-
AUTO_ENTRY: :AUTO_ENTRY
|
|
868
|
-
BAR_CODE: :BAR_CODE
|
|
869
|
-
CONTACTLESS: :CONTACTLESS
|
|
870
|
-
ECOMMERCE: :ECOMMERCE
|
|
871
|
-
ERROR_KEYED: :ERROR_KEYED
|
|
872
|
-
ERROR_MAGNETIC_STRIPE: :ERROR_MAGNETIC_STRIPE
|
|
873
|
-
ICC: :ICC
|
|
874
|
-
KEY_ENTERED: :KEY_ENTERED
|
|
875
|
-
MAGNETIC_STRIPE: :MAGNETIC_STRIPE
|
|
876
|
-
MANUAL: :MANUAL
|
|
877
|
-
OCR: :OCR
|
|
878
|
-
SECURE_CARDLESS: :SECURE_CARDLESS
|
|
879
|
-
UNSPECIFIED: :UNSPECIFIED
|
|
880
|
-
UNKNOWN: :UNKNOWN
|
|
881
|
-
CREDENTIAL_ON_FILE: :CREDENTIAL_ON_FILE
|
|
882
|
-
|
|
883
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::EntryMode::pan]
|
|
884
|
-
end
|
|
885
|
-
end
|
|
886
|
-
|
|
887
|
-
type terminal =
|
|
888
|
-
{
|
|
889
|
-
attended: bool,
|
|
890
|
-
card_retention_capable: bool,
|
|
891
|
-
on_premise: bool,
|
|
892
|
-
operator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::operator,
|
|
893
|
-
partial_approval_capable: bool,
|
|
894
|
-
pin_capability: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::pin_capability,
|
|
895
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::type_,
|
|
896
|
-
acceptor_terminal_id: String?
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
class Terminal < Lithic::Internal::Type::BaseModel
|
|
900
|
-
attr_accessor attended: bool
|
|
901
|
-
|
|
902
|
-
attr_accessor card_retention_capable: bool
|
|
903
|
-
|
|
904
|
-
attr_accessor on_premise: bool
|
|
905
|
-
|
|
906
|
-
attr_accessor operator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::operator
|
|
907
|
-
|
|
908
|
-
attr_accessor partial_approval_capable: bool
|
|
909
|
-
|
|
910
|
-
attr_accessor pin_capability: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::pin_capability
|
|
911
|
-
|
|
912
|
-
attr_accessor type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::type_
|
|
913
|
-
|
|
914
|
-
attr_accessor acceptor_terminal_id: String?
|
|
915
|
-
|
|
916
|
-
def initialize: (
|
|
917
|
-
attended: bool,
|
|
918
|
-
card_retention_capable: bool,
|
|
919
|
-
on_premise: bool,
|
|
920
|
-
operator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::operator,
|
|
921
|
-
partial_approval_capable: bool,
|
|
922
|
-
pin_capability: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::pin_capability,
|
|
923
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::type_,
|
|
924
|
-
?acceptor_terminal_id: String?
|
|
925
|
-
) -> void
|
|
926
|
-
|
|
927
|
-
def to_hash: -> {
|
|
928
|
-
attended: bool,
|
|
929
|
-
card_retention_capable: bool,
|
|
930
|
-
on_premise: bool,
|
|
931
|
-
operator: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::operator,
|
|
932
|
-
partial_approval_capable: bool,
|
|
933
|
-
pin_capability: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::pin_capability,
|
|
934
|
-
type: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::type_,
|
|
935
|
-
acceptor_terminal_id: String?
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
type operator =
|
|
939
|
-
:ADMINISTRATIVE | :CARDHOLDER | :CARD_ACCEPTOR | :UNKNOWN
|
|
940
|
-
|
|
941
|
-
module Operator
|
|
942
|
-
extend Lithic::Internal::Type::Enum
|
|
943
|
-
|
|
944
|
-
ADMINISTRATIVE: :ADMINISTRATIVE
|
|
945
|
-
CARDHOLDER: :CARDHOLDER
|
|
946
|
-
CARD_ACCEPTOR: :CARD_ACCEPTOR
|
|
947
|
-
UNKNOWN: :UNKNOWN
|
|
948
|
-
|
|
949
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::operator]
|
|
950
|
-
end
|
|
951
|
-
|
|
952
|
-
type pin_capability =
|
|
953
|
-
:CAPABLE | :INOPERATIVE | :NOT_CAPABLE | :UNSPECIFIED
|
|
954
|
-
|
|
955
|
-
module PinCapability
|
|
956
|
-
extend Lithic::Internal::Type::Enum
|
|
957
|
-
|
|
958
|
-
CAPABLE: :CAPABLE
|
|
959
|
-
INOPERATIVE: :INOPERATIVE
|
|
960
|
-
NOT_CAPABLE: :NOT_CAPABLE
|
|
961
|
-
UNSPECIFIED: :UNSPECIFIED
|
|
962
|
-
|
|
963
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::pin_capability]
|
|
964
|
-
end
|
|
965
|
-
|
|
966
|
-
type type_ =
|
|
967
|
-
:ADMINISTRATIVE
|
|
968
|
-
| :ATM
|
|
969
|
-
| :AUTHORIZATION
|
|
970
|
-
| :COUPON_MACHINE
|
|
971
|
-
| :DIAL_TERMINAL
|
|
972
|
-
| :ECOMMERCE
|
|
973
|
-
| :ECR
|
|
974
|
-
| :FUEL_MACHINE
|
|
975
|
-
| :HOME_TERMINAL
|
|
976
|
-
| :MICR
|
|
977
|
-
| :OFF_PREMISE
|
|
978
|
-
| :PAYMENT
|
|
979
|
-
| :PDA
|
|
980
|
-
| :PHONE
|
|
981
|
-
| :POINT
|
|
982
|
-
| :POS_TERMINAL
|
|
983
|
-
| :PUBLIC_UTILITY
|
|
984
|
-
| :SELF_SERVICE
|
|
985
|
-
| :TELEVISION
|
|
986
|
-
| :TELLER
|
|
987
|
-
| :TRAVELERS_CHECK_MACHINE
|
|
988
|
-
| :VENDING
|
|
989
|
-
| :VOICE
|
|
990
|
-
| :UNKNOWN
|
|
991
|
-
|
|
992
|
-
module Type
|
|
993
|
-
extend Lithic::Internal::Type::Enum
|
|
994
|
-
|
|
995
|
-
ADMINISTRATIVE: :ADMINISTRATIVE
|
|
996
|
-
ATM: :ATM
|
|
997
|
-
AUTHORIZATION: :AUTHORIZATION
|
|
998
|
-
COUPON_MACHINE: :COUPON_MACHINE
|
|
999
|
-
DIAL_TERMINAL: :DIAL_TERMINAL
|
|
1000
|
-
ECOMMERCE: :ECOMMERCE
|
|
1001
|
-
ECR: :ECR
|
|
1002
|
-
FUEL_MACHINE: :FUEL_MACHINE
|
|
1003
|
-
HOME_TERMINAL: :HOME_TERMINAL
|
|
1004
|
-
MICR: :MICR
|
|
1005
|
-
OFF_PREMISE: :OFF_PREMISE
|
|
1006
|
-
PAYMENT: :PAYMENT
|
|
1007
|
-
PDA: :PDA
|
|
1008
|
-
PHONE: :PHONE
|
|
1009
|
-
POINT: :POINT
|
|
1010
|
-
POS_TERMINAL: :POS_TERMINAL
|
|
1011
|
-
PUBLIC_UTILITY: :PUBLIC_UTILITY
|
|
1012
|
-
SELF_SERVICE: :SELF_SERVICE
|
|
1013
|
-
TELEVISION: :TELEVISION
|
|
1014
|
-
TELLER: :TELLER
|
|
1015
|
-
TRAVELERS_CHECK_MACHINE: :TRAVELERS_CHECK_MACHINE
|
|
1016
|
-
VENDING: :VENDING
|
|
1017
|
-
VOICE: :VOICE
|
|
1018
|
-
UNKNOWN: :UNKNOWN
|
|
1019
|
-
|
|
1020
|
-
def self?.values: -> ::Array[Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Pos::Terminal::type_]
|
|
1021
|
-
end
|
|
1022
|
-
end
|
|
1023
|
-
end
|
|
17
|
+
def to_hash: -> { event_type: :"card_authorization.approval_request" }
|
|
1024
18
|
end
|
|
1025
19
|
end
|
|
1026
20
|
end
|