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.