InstrumentStatus

Verification state for a PaymentInstrument

enum InstrumentStatus : Enum<PaymentInstrument.InstrumentStatus>

Entries

UNVERIFIED_PERSISTENT
Link copied to clipboard
VERIFIED
Link copied to clipboard

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: PaymentInstrument.InstrumentStatus): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<PaymentInstrument.InstrumentStatus>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int