BankCodesService

class BankCodesService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase

Constructors

BankCodesService
Link copied to clipboard
fun BankCodesService(apiKey: String)
BankCodesService
Link copied to clipboard
fun BankCodesService(apiKey: String, backendUrl: String)
BankCodesService
Link copied to clipboard
fun BankCodesService(apiKey: String, client: OkHttpClient)

Functions

autocompleteSearch
Link copied to clipboard
fun autocompleteSearch(query: String, countryId: CountryId? = null, per_page: Int = 15, page: Int = 1, product: Product? = null): BankObjectList
filterAllBanks
Link copied to clipboard
fun filterAllBanks(countryId: CountryId? = null, per_page: Int = 15, page: Int = 1): BankObjectList
getBankByCode
Link copied to clipboard
fun getBankByCode(bankCode: String): BankObject