TapOnPhoneInvocationSuccessData
data class TapOnPhoneInvocationSuccessData(cvmResult: TapOnPhoneInvocationCvmResult) : Serializable
Content copied to clipboard
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)
Content copied to clipboard