PaymentType

Allowed types of transactions

enum PaymentType : Enum<TransactionSummary.PaymentType>

Entries

PAYMENT
Link copied to clipboard

A payment by a customer to a merchant

REFUND
Link copied to clipboard

A payment by a merchant to a customer undoing a previously made customer payment

Functions

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