TransactionResult

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.

Constructors

Link copied to clipboard
constructor(transactionId: String?, acquirerPaymentId: String?, status: String?, orderId: String?, message: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard