PaymentAgreements

List of payments agreements.

interface PaymentAgreements

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

paymentAgreements
Link copied to clipboard

The resulting list of payment agreements.

abstract val paymentAgreements: List<PaymentAgreement>