TransactionResponseData

data class TransactionResponseData(transactionResponse: TransactionResponse, transactionReference: String)

This class represents the data used to respond a started transaction

Parameters

transactionResponse

Corresponds the data of all details about the response of the previous started transaction

transactionReference

Corresponds the reference of previous requested transaction

Constructors

Link copied to clipboard
fun TransactionResponseData(transactionResponse: TransactionResponse, transactionReference: String)

Properties

Link copied to clipboard
val transactionReference: String
Link copied to clipboard
val transactionResponse: TransactionResponse