PaymentStatus

Allowed states that a transaction can be in

enum PaymentStatus : Enum<TransactionSummary.PaymentStatus>

Entries

PROCESSING
Link copied to clipboard

The transaction is being processed

APPROVED
Link copied to clipboard

The transaction was approved

REJECTED
Link copied to clipboard

The transaction was rejected

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: TransactionSummary.PaymentStatus): 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<TransactionSummary.PaymentStatus>
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