BankCountryListDto

data class BankCountryListDto(var countryISOCodes: MutableList<String>? = null)

Contains the list of all countries of supported Banks.

Parameters

countryISOCodes

List of supported country ISO-3166 codes

Constructors

Link copied to clipboard
constructor(countryISOCodes: MutableList<String>? = null)

Properties

Link copied to clipboard