You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
237
248
# {Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent} for more details.
238
249
#
@@ -256,12 +267,14 @@ class CardAuthorizationApprovalRequestWebhookEvent < Lithic::Internal::Type::Bas
256
267
#
257
268
# @param created [Time] Date and time when the transaction first occurred in UTC.
258
269
#
259
-
# @param merchant [Lithic::Models::Merchant]
270
+
# @param merchant [Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Merchant] Merchant information including full location details.
260
271
#
261
272
# @param merchant_amount [Integer] Deprecated, use `amounts`. The amount that the merchant will receive, denominate
262
273
#
263
274
# @param merchant_currency [String] 3-character alphabetic ISO 4217 code for the local currency of the transaction.
264
275
#
276
+
# @param service_location [Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::ServiceLocation, nil] Where the cardholder received the service, when different from the card acceptor
277
+
#
265
278
# @param settled_amount [Integer] Deprecated, use `amounts`. Amount (in cents) of the transaction that has been se
266
279
#
267
280
# @param status [Symbol, Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::Status] The type of authorization request that this request is for. Note that `CREDIT_AU
# Some parameter documentations has been truncated, see
190
199
# {Lithic::Models::Transaction} for more details.
191
200
#
@@ -215,7 +224,7 @@ class Transaction < Lithic::Internal::Type::BaseModel
215
224
#
216
225
# @param financial_account_token [String, nil]
217
226
#
218
-
# @param merchant [Lithic::Models::Merchant]
227
+
# @param merchant [Lithic::Models::Transaction::Merchant] Merchant information including full location details.
219
228
#
220
229
# @param merchant_amount [Integer, nil] Analogous to the 'amount', but in the merchant currency.
221
230
#
@@ -231,6 +240,8 @@ class Transaction < Lithic::Internal::Type::BaseModel
231
240
#
232
241
# @param result [Symbol, Lithic::Models::Transaction::Result]
233
242
#
243
+
# @param service_location [Lithic::Models::Transaction::ServiceLocation, nil] Where the cardholder received the service, when different from the card acceptor
244
+
#
234
245
# @param settled_amount [Integer] The settled amount of the transaction in the settlement currency.
235
246
#
236
247
# @param status [Symbol, Lithic::Models::Transaction::Status] Status of the transaction.
@@ -385,6 +396,36 @@ class Avs < Lithic::Internal::Type::BaseModel
0 commit comments