SDKConfirmationJson

data class SDKConfirmationJson(val json: String, val authToken: String)

Confirmation object needed to continue the transaction online

Parameters

json

: Data of the transaction

authToken

: The authentication token to be used in this transaction

Constructors

Link copied to clipboard
constructor(json: String, authToken: String)

Properties

Link copied to clipboard
Link copied to clipboard