TransactionRequestData

data class TransactionRequestData(transactionIntent: Intent, transactionReference: String)

This class represents the data used the start a transaction

Parameters

transactionIntent

Corresponds the Android Intent that should be fired inside startActivityForResult flow

transactionReference

Corresponds the reference for requested operation, this identifier is auto generated for every new request

Constructors

Link copied to clipboard
fun TransactionRequestData(transactionIntent: Intent, transactionReference: String)

Properties

Link copied to clipboard
val transactionIntent: Intent
Link copied to clipboard
val transactionReference: String