Transaction Response Data
data class TransactionResponseData(transactionResponse: TransactionResponse, transactionReference: String)
Content copied to clipboard
This class represents the data used to respond a started transaction
Parameters
transaction Response
Corresponds the data of all details about the response of the previous started transaction
transaction Reference
Corresponds the reference of previous requested transaction
Constructors
Link copied to clipboard
fun TransactionResponseData(transactionResponse: TransactionResponse, transactionReference: String)
Content copied to clipboard