TapOnPhoneInvocationSdkSuccessData

data class TapOnPhoneInvocationSdkSuccessData(val cvmResult: TapOnPhoneInvocationSdkCvmResult, val authorizationCode: String)

Data returned after successfully processing a transaction using the Tap On Phone app.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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