TapOnPhoneInvocationSuccessData

data class TapOnPhoneInvocationSuccessData(val cvmResult: TapOnPhoneInvocationCvmResult, val authorizationCode: String) : Serializable

Success data that can be returned when processing a transaction using the Tap On Phone app.

Parameters

cvmResult

information about the Card Verification Method result of the transaction, which is a TapOnPhoneInvocationCvmResult

authorizationCode

authorization code of the current transaction returned by the Online Processor.

Constructors

Link copied to clipboard
constructor(cvmResult: TapOnPhoneInvocationCvmResult, authorizationCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard