SecondaryPaymentInstrument

Used to identify other PaymentInstruments to be used as part of a payment.

interface SecondaryPaymentInstrument

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

amount
Link copied to clipboard

The amount of the payment to be paid using this instrument.

abstract val amount: BigDecimal
paymentInstrumentId
Link copied to clipboard

The ID of the payment instrument

abstract val paymentInstrumentId: String