GiftCardStepUp

Details of what step up is required to use a GiftCard

interface GiftCardStepUp

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 REQUIRE_PASSCODE which identifies that the consumer must capture the PIN prior to payment.

abstract val type: String