digetpay-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
digetpay-sdk
digetpay-sdk
/
com.digetpay.sdk.model
/
TransactionResult
Transaction
Result
data
class
TransactionResult
(
val
transactionId
:
String
?
,
val
acquirerPaymentId
:
String
?
,
val
status
:
String
?
,
val
orderId
:
String
?
,
val
message
:
String
?
)
Result of a capture or void operation. Check
status
for the outcome.
Members
Constructors
Transaction
Result
Link copied to clipboard
constructor
(
transactionId
:
String
?
,
acquirerPaymentId
:
String
?
,
status
:
String
?
,
orderId
:
String
?
,
message
:
String
?
)
Properties
acquirer
Payment
Id
Link copied to clipboard
val
acquirerPaymentId
:
String
?
message
Link copied to clipboard
val
message
:
String
?
order
Id
Link copied to clipboard
val
orderId
:
String
?
status
Link copied to clipboard
val
status
:
String
?
transaction
Id
Link copied to clipboard
val
transactionId
:
String
?