getPaymentMeansList

abstract suspend fun getPaymentMeansList(): List<PaymentMean>

Provides the list of payment means PaymentMean. The list consists of active and also inactive payment means. Deleted payment means won't be displayed in this list.

Return

stored list of payment means PaymentMean or an empty list

Throws