PaymentInstrumentAdditionResult

The result of trying to initiate the addition of a new PaymentInstrument

interface PaymentInstrumentAdditionResult : Serializable

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

cardCaptureURL
Link copied to clipboard

The URL of an iframe. This iframe is used to capture a credit card number, expiry and CVV

abstract val cardCaptureURL: String
transactionRef
Link copied to clipboard

Container reference in the transaction logs. This number uniquely identifies the transaction in the container

abstract val transactionRef: String?