BanksAdapter

interface BanksAdapter

Adapter interface for interacting with banks.

Functions

Link copied to clipboard
abstract fun listBankGroups(countryCode: String): List<BankGroupDto>
Link copied to clipboard
abstract fun listBanks(countryISOCode: String, page: Int, size: Int, sorting: List<SortOrder>, search: String? = null): BankListResponseDto

Retrieves a list of banks based on the specified criteria.

Link copied to clipboard

Retrieves a list of supported countries.