VerifyPaymentInstrumentsSuccessResponse

The JSON success response structure of the Verify Payment InstrumentsApi endpoint.

interface VerifyPaymentInstrumentsSuccessResponse

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

fraudResponse
Link copied to clipboard
abstract val fraudResponse: FraudResponse
partialSuccess
Link copied to clipboard
abstract val partialSuccess: Boolean?
transactionReceipt
Link copied to clipboard
abstract val transactionReceipt: String
verifyResponses
Link copied to clipboard
abstract val verifyResponses: List<VerifyResponse>