UsedPaymentInstrument

An instrument used for a transaction

interface UsedPaymentInstrument

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

instrumentType
Link copied to clipboard

The type of the payment instrument

abstract val instrumentType: String
paymentInstrumentId
Link copied to clipboard

The ID of the PaymentInstrument

abstract val paymentInstrumentId: String
transactions
Link copied to clipboard

The list of transactions associated with the instrument."

abstract val transactions: List<TransactionSummary.UsedPaymentInstrumentTransaction>