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
@@ -83,13 +83,13 @@ class TransactionReportResponse < Lithic::Internal::Type::BaseModel
83
83
#
84
84
# @param transaction_token [String] The universally unique identifier (UUID) associated with the transaction being r
85
85
#
86
-
# @param comment [String] Provides additional context or details about the fraud report.
86
+
# @param comment [String, nil] Provides additional context or details about the fraud report.
87
87
#
88
-
# @param created_at [Time] Timestamp representing when the fraud report was created.
88
+
# @param created_at [Time, nil] Timestamp representing when the fraud report was created.
89
89
#
90
-
# @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionReportResponse::FraudType] Specifies the type or category of fraud that the transaction is suspected or con
90
+
# @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionReportResponse::FraudType, nil] Specifies the type or category of fraud that the transaction is suspected or con
91
91
#
92
-
# @param updated_at [Time] Timestamp representing the last update to the fraud report.
92
+
# @param updated_at [Time, nil] Timestamp representing the last update to the fraud report.
93
93
94
94
# The fraud status of the transaction, string (enum) supporting the following
# Some parameter documentations has been truncated, see
@@ -83,13 +85,13 @@ class TransactionRetrieveResponse < Lithic::Internal::Type::BaseModel
83
85
#
84
86
# @param transaction_token [String] The universally unique identifier (UUID) associated with the transaction being r
85
87
#
86
-
# @param comment [String] Provides additional context or details about the fraud report.
88
+
# @param comment [String, nil] Provides additional context or details about the fraud report.
87
89
#
88
-
# @param created_at [Time] Timestamp representing when the fraud report was created.
90
+
# @param created_at [Time, nil] Timestamp representing when the fraud report was created.
89
91
#
90
-
# @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType] Specifies the type or category of fraud that the transaction is suspected or con
92
+
# @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType, nil] Specifies the type or category of fraud that the transaction is suspected or con
91
93
#
92
-
# @param updated_at [Time] Timestamp representing the last update to the fraud report.
94
+
# @param updated_at [Time, nil] Timestamp representing the last update to the fraud report.
93
95
94
96
# The fraud status of the transaction, string (enum) supporting the following
0 commit comments