CreditCardStepUp

Details of what step up is required to use a CreditCard

interface CreditCardStepUp

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

mandatory
Link copied to clipboard

Indicates if this step up is mandatory.

abstract val mandatory: Boolean
type
Link copied to clipboard

This will be CAPTURE_CVV which identifies that the consumer must capture the CVV prior to payment.

abstract val type: String
url
Link copied to clipboard

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

abstract val url: URL