getAll

abstract suspend fun getAll(parameters: PaymentInstrumentsParameters? = null): List<PaymentInstrument>

Retrieve list of active instruments for the customer.

Return

A list of PaymentInstrument objects.

Parameters

parameters

The parameters for filtering the payment instruments.