VerifyPaymentInstrumentsRequest

The JSON request structure of the Verify Payment InstrumentsApi endpoint.

interface VerifyPaymentInstrumentsRequest

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

clientReference
Link copied to clipboard
abstract val clientReference: String
fraudPayload
Link copied to clipboard
abstract val fraudPayload: FraudPayload?
paymentInstruments
Link copied to clipboard
abstract val paymentInstruments: List<VerifyPaymentInstrumentsRequestInstrument>