getAll

abstract suspend fun getAll(parameters: CardParameters? = null): CardList

Retrieve a list of all prepaid cards for the current customer. The result list can be filtered by card status and card type.

Return

A CardList object containing a list of customer's cards and metadata.

Parameters

parameters

CardParameters The parameters used to filter cards.