TapOnPhoneInvocationSuccessData

data class TapOnPhoneInvocationSuccessData(cvmResult: TapOnPhoneInvocationCvmResult) : 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

Constructors

Link copied to clipboard
fun TapOnPhoneInvocationSuccessData(cvmResult: TapOnPhoneInvocationCvmResult)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cvmResult: TapOnPhoneInvocationCvmResult